|
1 | 1 |
|
2 | | - |
3 | | -# UI/UX Improvements: Homepage, About Timeline & Global Polish |
4 | | - |
5 | | -## 1. Homepage Restructure |
6 | | - |
7 | | -### Problem |
8 | | -The Hero repeats "Δlieπ FlΦw $pac€ DAO" which is already in the header navbar. The StatsSection sits too high (right after Hero) and feels redundant with ParticipationSection stats further down. |
9 | | - |
10 | | -### Changes |
11 | | - |
12 | | -**Hero (`src/components/Hero.tsx`)** |
13 | | -- Remove the repeated title text (lines 88-98). Replace with a concise tagline/slogan only — the logo + header already establish the brand. |
14 | | -- Keep the logo with pulse ring, gradient orbs, description text, and CTA buttons. |
15 | | -- Add a subtle animated "scroll down" chevron indicator at the bottom. |
16 | | - |
17 | | -**Homepage Layout (`src/pages/Index.tsx`)** |
18 | | -- Move StatsSection below ExploreSpacesSection (after the spaces cards, before EcosystemSection) — this creates a better narrative flow: Hero → FinancialFreedom → Explore Spaces → Stats → Ecosystem → Features → Participation → Newsletter. |
19 | | -- Remove duplicate stats from ParticipationSection (it has its own stats array with similar data like "195 Countries"). Keep only the governance features in ParticipationSection. |
20 | | - |
21 | | -**ParticipationSection (`src/components/ParticipationSection.tsx`)** |
22 | | -- Remove the redundant `stats` array (Countries, Data Storage, TVL, Uptime) since StatsSection already covers this. |
23 | | -- Keep only the governance features (Token Governance, Regular Assemblies, Community Forums) and CTA. |
24 | | - |
25 | | -## 2. About Page — Horizontal Timeline for Web3/4/5 |
26 | | - |
27 | | -**About (`src/pages/About.tsx`)** |
28 | | -- Replace the stacked Web 5 / Web 4 / Web 3 cards (lines 62-104) with a horizontal scrollable timeline component. |
29 | | -- Layout: A horizontal line with 3 nodes (Web 3 → Web 4 → Web 5), each with an icon, title, and description expanding below/above in alternating pattern. |
30 | | -- On mobile: vertical timeline with connecting line. |
31 | | -- Use `framer-motion` for scroll-triggered animations on each node. |
32 | | -- Inspired by Linear's changelog timeline and Stripe's product timeline. |
33 | | - |
34 | | -```text |
35 | | -Desktop: |
36 | | - [Web 3]────────[Web 4]────────[Web 5] |
37 | | - Blockchain AI Neural Quantum |
38 | | - Networks Computing |
39 | | -``` |
40 | | - |
41 | | -## 3. Additional UI/UX Improvements (Top References) |
42 | | - |
43 | | -**Glassmorphism consistency (global)** |
44 | | -- Standardize all card backgrounds across pages to use `bg-alien-space-dark/60 backdrop-blur-xl` instead of mixed opacity values (currently ranges from /80 to /95). |
45 | | - |
46 | | -**EcosystemSection (`src/components/EcosystemSection.tsx`)** |
47 | | -- Add a "connected nodes" visual — draw SVG lines between ecosystem items to show interconnection (like Cosmos ecosystem map). Currently just a flat grid. |
48 | | - |
49 | | -**FeaturesSection (`src/components/FeaturesSection.tsx`)** |
50 | | -- Add number badges ("01", "02", etc.) to each feature card for visual hierarchy, similar to how Linear and Vercel present feature lists. |
51 | | - |
52 | | -## Summary of Changes |
53 | | - |
54 | | -| File | Change | |
55 | | -|------|--------| |
56 | | -| `src/components/Hero.tsx` | Remove repeated title, add scroll indicator | |
57 | | -| `src/pages/Index.tsx` | Reorder sections (Stats after Explore) | |
58 | | -| `src/components/ParticipationSection.tsx` | Remove duplicate stats array | |
59 | | -| `src/pages/About.tsx` | Horizontal timeline for Web 3/4/5 | |
60 | | -| `src/components/EcosystemSection.tsx` | Connected nodes visual | |
61 | | -| `src/components/FeaturesSection.tsx` | Number badges on cards | |
62 | | - |
63 | | -Total: 6 files modified. All using existing dependencies. |
64 | | - |
| 2 | +Aquí tienes el plan de acción corregido y ultra-detallado. He inyectado tus instrucciones de jerarquía, la nueva categoría estratégica CashFlow, el orden alfabético y la restauración estética del día 23.Copia este texto y pégalo directamente en el botón "Edit Plan" de Lovable antes de darle a "Approve".Academy Page Redesign Plan: Quantum Restoration & Strategic Expansion1. Hero Header: 23rd Jan RestorationPriority: Restore the high-tech visual identity exactly as it was on January 23rd.Circular Logo Frame: Restore the double-ring circular frame with depth shadows and the "Quantum Glow" (pulsating animation).Typography: Reset title to 'Nasalization' font with the original green/gold gradient and drop-shadow.Subtitle/Quote: Restore the italicized, wide-spaced subtitle with the original golden-muted color palette.Spacing: Do not over-compact. Maintain the original vertical breathing room that felt premium.2. Partners: Logical & Institutional RestructuringOrganize all partners ALPHABETICALLY within these specific categories:CategoryIncluded PartnersACADEMY PARTNERSAcademia, AulaFacil, Coursera, Cursa, edX, GrowGoogle, Hotmart, MasterClass, Mooc, SkillShare, Udacity, UNED.CASHFLOWAzrael Codex (Bitget), Predik.HEALTHFLOWMeslo Ltd, Motus DAO, My DNA Bank, Proton, Yazio.DATAFLOWAlchemy, HackMD, HackerRank.ECOFLOWClimateReanalyzer, OEGlobal, OpenUpEd.GAMEFLOWExplore, Unity Learn.SPACEFLOWESA, KAGRA, LIGO, LSC, NASA, UNESCO, UNSSC, Virgo.3. Asset & Logo IntegrityPriority 1: Use all files from /lovable-uploads/Academy/ (matching the GitHub repository).Priority 2: For missing official logos (NASA, Coursera, Proton, etc.), use high-resolution official Wiki/External URLs as previously implemented.Visuals: Maintain the grayscale to color filter on hover.Links: Ensure every partner has its functional external link.4. UI/UX Polish (Contact Us & Global)Contact Page: Fix the H1 separator by adding horizontal gradient lines (transparent -> alien-green -> transparent) to the sides of the center dot.Chat Bubble: Add the triangular "comic-style" pointer to the message bubble in the Contact section to make it look like a real chat.Interactions: Ensure all cards use the scale-[1.01] transition with a 300ms duration.5. Technical ImplementationUpdate src/pages/Academy.tsx as a single, clean file.Ensure the partnerCategories constant reflects the alphabetical order and the new CashFlow category.6. Proactive ExpansionIntegrate 2 or 3 additional high-prestige institutions in SpaceFlow or HealthFlow (e.g., SpaceX, CERN, or major BioTech labs) if high-quality logos are available, to enhance institutional weight. |
0 commit comments