Commit Graph

19 Commits

Author SHA1 Message Date
7bc895d8be refactor: update favicon and adjust Footer tagline and NoSinglePoint animation dimensions
- Replaced favicon.ico with new version
- Changed Footer tagline from "Unleash the Power of Decentralization" to "Built for Digital Sovereignty"
- Adjusted NoSinglePoint animation dimensions from 720x540 to 720x420 for better alignment with other home animations
- Updated dimension comments to reflect aspect ratio and visual height alignment goals
2025-11-19 17:15:03 +01:00
c0b84fd578 refactor: optimize logomark.svg file size and structure
- Minified SVG markup by removing unnecessary whitespace and line breaks
- Consolidated SVG definition into single line for improved loading performance
- Maintained all visual attributes and rendering properties
- No changes to actual logo appearance or dimensions
2025-11-19 16:49:53 +01:00
6d96ff9ea8 refactor: remove placeholder CTAs and links across multiple pages
- Removed unused Button imports from AgentHeroAlt, GallerySection, ComputeCapabilities, and StorageCapabilitiesNew
- Replaced placeholder buttons/links with TODO comments indicating future implementation
- Changed StorageCoreValue value items from <a> to <div> and removed href/target/rel attributes
- Added descriptive TODO comments explaining what was previously rendered and what needs to be added
- Affected components: AgentHeroAlt (
2025-11-19 16:42:48 +01:00
6beb9c1432 refactor: update logo assets and fix logo paths in Header and Footer components
- Added mainlogo.png to public/images directory
- Created mainlogo.svg and logomark.svg in src/images/logos directory
- Updated Header and HeaderDark to use mainlogo.svg instead of logo_1.png
- Fixed Footer logomark path from /images/logomark.svg to src/images/logos/logomark.svg
2025-11-19 12:48:55 +01:00
326efc9fbd refactor: rename Node page to Nodes and reorganize network page sections
- Renamed NodePage component and directory to NodesPage/nodes for consistency
- Updated all navigation links from "Node" to "Nodes" across headers and footer
- Replaced anchor tags with React Router Link components for proper SPA navigation
- Reorganized NetworkPage component order and added NetworkPros section
- Converted NetworkUsecases from horizontal slider to responsive grid layout
- Added new use cases for adaptive mesh and compute fabric
- Update
2025-11-14 17:01:29 +01:00
3a656ef5e9 fix: correct node route path from /node to /nodes 2025-11-14 16:20:26 +01:00
d1fc11ce80 refactor: simplify navigation structure and update homepage content
- Removed Cloud dropdown menu and flattened navigation to direct links (Network, Cloud, Pods, Agents, Node)
- Reordered navigation items for better flow and renamed "Nodes" to "Node" for consistency
- Updated homepage hero and CTA sections with clearer messaging focused on digital sovereignty and infrastructure control
- Added new bento grid images for visual refresh
2025-11-14 15:41:21 +01:00
359afc3360 feat: add nodes page with hosting information and benefits
- Created new NodePage with hero section explaining the Mycelium node network
- Added NodeBenefits component showcasing three key advantages of hosting nodes
- Integrated nodes route into navigation (header, footer, and routing configuration)
2025-11-14 12:14:28 +01:00
8276ede9fd feat: add Pods page with navigation links
- Added new Pods page route with lazy loading
- Integrated Pods navigation links in header (desktop and mobile) and footer
2025-11-10 15:33:04 +01:00
1f267b057d fix: update navigation links to use clean URLs and close mobile menu on click
- Removed hash-based routing (/#/) in favor of clean URL paths across all navigation links
- Added onClick handlers to close mobile menu when navigation items are clicked
2025-11-07 17:49:20 +01:00
2b5f20f1e9 fix: update navigation links to use hash-based routing 2025-11-07 17:46:07 +01:00
aca13e275b style: lighten border colors from gray-200 to gray-100 2025-11-07 17:28:33 +01:00
e8c424539e fix: correct GitHub icon path to use public directory 2025-11-07 17:17:28 +01:00
53fd05e6b7 fix: correct logomark image path in footer 2025-11-07 17:13:55 +01:00
d7769a5ecd feat: redesign homepage with new sections and layout
- Added new component sections including globe visualization, statistics dashboard, interactive stack explorer, and product showcase
- Replaced existing homepage sections with updated components featuring improved visual hierarchy and user engagement
- Removed footer border and adjusted hero section spacing for cleaner visual flow
2025-11-06 03:41:26 +01:00
e5cbce4c86 style: adjust footer logo size and spacing
- Reduced logo dimensions from 20x20 to 15x15 pixels for better visual balance
- Updated height and width classes from h-20/w-20 to h-15/w-15 to match new design spec
2025-10-27 15:23:38 +01:00
Emre
3a7aa82ff7 improvements 2025-10-24 02:17:33 +03:00
Emre
4c30524504 new cloud page 2025-10-23 13:07:24 +03:00
Emre
205c8fd0d9 Initial commit 2025-10-22 17:30:00 +03:00