Commit Graph

315 Commits

Author SHA1 Message Date
5a6d58dd85 refactor: enhance MediaType typography section with download button and text primitive examples
- Added download button for Mulish font family with hover states and download icon
- Changed H3 title color from default to text-gray-900 and removed top margin
- Added descriptive paragraph explaining Mycelium's type scale
- Added typography showcase section displaying all text primitives (Eyebrow, H3, P, CT, CP) with usage specifications and examples
- Changed MediaColors Deep Gray description text
2025-11-21 17:41:39 +01:00
fdd0109ffc refactor: remove unused audience images and add Media Kit page route
- Deleted 8 audience images from public/images/audience/ directory (1.jpg through 8.jpg)
- Deleted 8 audience images from public/images/audiences/ directory (1.jpg through 8.jpg)
- Added lazy-loaded MediaPage route at /mediakit path in App.tsx
- Added Media Kit navigation link to Footer component with hover styling
2025-11-21 17:32:30 +01:00
1ec9741283 refactor: update logomark and main logo SVG dimensions and colors for improved visual consistency
- Changed logomark.svg dimensions from 77x72 to 100x100 and updated viewBox, added transform and clip paths for repositioned elements
- Changed stroke color from #43d7ff to #22d3ee across all logo SVG elements
- Updated Footer logomark size from h-13 w-13 to h-20 w-20 and removed ml-4 margin
- Changed mainlogo.svg stroke width from 9 to 8 and adjusted transform matrices and coordinates for better alignment
2025-11-21 16:20:57 +01:00
5d7272ff6c refactor: update cyan accent colors from cyan-500 to cyan-400 across Button, Text, and multiple page components for consistent branding
- Changed Button solid cyan variant hover from bg-cyan-600 to bg-cyan-400 and active from bg-cyan-600 to bg-cyan-500
- Changed Button outline variants hover/active states from cyan-500 to cyan-400 across cyan, gray, and white variants
- Changed Button link dark variant hover from text-cyan-500 to text-cyan-400
- Changed Text component accent and cyan color variants
2025-11-21 16:16:46 +01:00
c68b4e5de9 Merge branch 'development' 2025-11-20 13:37:31 +01:00
c3b171e3b2 refactor: update cyan accent colors from cyan-400 to cyan-500 across multiple components for improved contrast
- Changed AgentBento subtitle text from text-cyan-400 to text-cyan-500
- Changed CloudIntro key capabilities label from text-cyan-400 to text-cyan-500
- Changed ComputeCapabilities eyebrow from text-cyan-400 to text-cyan-500
- Changed GpuCapabilities link from text-cyan-400/hover:text-cyan-300 to text-cyan-500/hover:text-cyan-400
- Changed GpuOverview eyebrow from text-cyan-400 to text-cyan-500
2025-11-20 13:35:10 +01:00
ed995113df remove nvm 2025-11-20 13:20:23 +02:00
357b2f58c3 update SEO 2025-11-20 13:14:14 +02:00
7d8ae1d26d refactor: add responsive vertical translation to animation SVGs with lg breakpoint
- Changed vertical translate classes to only apply on large screens (lg:) across agent animations (AgentCoordination, DeterministicExecution, Fungistor, Herodb, MOSSandboxes, MyceliumMesh)
- Changed NoCentral home animation from -translate-y-10 to lg:-translate-y-10
- Updated pods animations with mobile-first approach: Connectivity (-translate-y-12 mobile, lg:translate-y-0), DataControl (maintains -translate-y-12 on
2025-11-19 19:01:17 +01:00
3c4da26ecb refactor: reduce cyan glow opacity in CallToAction components across all pages for subtler visual effect
- Changed fillOpacity from 0.4 to 0.3 in mycelium-cyan-glow radial gradient circles across agents, cloud, compute, gpu, home, network, nodes, pods, and storage CallToAction components
2025-11-19 18:49:53 +01:00
023921a6cc refactor: adjust NoSinglePoint animation width from 720 to 760 for improved aspect ratio alignment
- Changed W constant from 720 to 760 to better match aspect ratio with other home animations
2025-11-19 18:45:34 +01:00
8e033a3c21 refactor: add vertical translation to agent animation SVGs for improved positioning
- Added -translate-y-6 to AgentCoordination and DeterministicExecution SVGs
- Added -translate-y-16 to Fungistor and MOSSandboxes SVGs
- Added -translate-y-18 to Herodb SVG
- Added -translate-y-4 to MyceliumMesh SVG
2025-11-19 18:43:54 +01:00
01b1c20b60 refactor: adjust AgentHeroAlt text container width and split description into two paragraphs
- Changed max-w-2xl to max-w-xl for narrower text container
- Split description text into two separate P components with mt-4 spacing between them for improved readability
2025-11-19 18:37:36 +01:00
c962743737 refactor: adjust text colors, animation positioning, and hover effects across multiple components
- Changed AgentHeroAlt and Homepod description text from text-gray-800 to text-gray-600 for softer contrast
- Added vertical translation to animation SVGs: NoCentral (-translate-y-10), DataControl (-translate-y-12), Security (translate-y-6), Resilience (translate-y-5)
- Updated Resilience and Security danger color from red (#ff4d4d) to gray (#9ca3af)
- Changed NodeBenefits card border from border-gray-300
2025-11-19 18:33:56 +01:00
e62c4a5688 refactor: standardize background color from off-white to pure white across multiple components
- Changed bg-[#FDFDFD] to bg-white in AgentPro, CloudPros, and PodsPro intro sections
- Added explicit bg-white class to PodsFeatures Container component for consistency
2025-11-19 18:19:04 +01:00
6b735b5a40 refactor: update line-height in CP text component and increase vertical padding in NodeSpecs cards
- Changed CP component line-height from leading-tight to leading-normal for improved readability
- Increased NodeSpecs inner card vertical padding from py-4 to py-6 for better spacing
2025-11-19 18:15:54 +01:00
7b9cf135e4 refactor: update button colors in CallToAction and Hero components for improved contrast
- Changed link button color from cyan to white in agents, home, and network CallToAction components
- Updated network Hero secondary button from dark to gray outline variant
2025-11-19 18:13:30 +01:00
544d7d541b refactor: remove unused video assets from public directory
- Deleted 14 unused MP4 video files (agent, benefits, chip_vid, cloud, cta, deterministic, fungistor, herodb, mesh, mhero, mycelium2, sandbox, universal)
- Removed 1 unused JPG image file (benefits.jpg)
2025-11-19 18:05:36 +01:00
b21f874a05 refactor: adjust spacing and text styling in network feature components
- Reduced NetworkCapabilities description margin from mt-3 to mt-2 and removed text-lg class
- Changed PrimaryFeatures mobile description from color="secondary" to text-gray-200 with mt-2 (note: appears to have typo "mt-" instead of "mt-2")
2025-11-19 18:04:06 +01:00
e6b194e8c7 refactor: adjust spacing and styling across multiple components for visual consistency
- Increased HomeAurora subtitle margin from mt-4 to mt-6 for better spacing
- Added bg-white to HomeDesign content container for explicit background
- Removed bg-white from HomeTab top separator div
- Reduced network Hero title margin from mt-8 to mt-4 and second paragraph margin from mt-6 to mt-4
- Changed network Hero secondary button variant from cyan to dark
- Reduced NetworkPros title margin from mt-4 to mt-2
2025-11-19 18:00:35 +01:00
a8105a0551 refactor: replace custom links with Button component in CallToAction components
- Replaced custom <a> tag with Button component (as="a", variant="link", color="cyan") in agents CallToAction
- Replaced Link component with Button component (variant="link", color="cyan") in network CallToAction
- Removed unused Link import from network CallToAction
- Standardized link styling across CallToAction components for consistency
2025-11-19 17:51:30 +01:00
de5d990fc9 refactor: update page title/description and enhance HomeTab card hover effects
- Changed page title from "Unleash the Power of Decentralized Networks" to "Built for Digital Sovereignty"
- Updated meta description to emphasize sovereign peer-to-peer network and user-controlled infrastructure
- Refactored HomeTab card hover effects: moved scale transform from inner div to parent Link element
- Added border-transparent with hover:border-cyan-500 to card outline divs for cleaner hover state
- Remove
2025-11-19 17:45:39 +01:00
29d2b76db9 refactor: adjust PodsHow layout spacing and reorder bottom border elements
- Added lg:-mt-8 negative margin to left content div for better vertical alignment on large screens
- Reordered bottom border elements: moved full-width border-b before max-w-7xl container
- Added bg-transparent class to max-w-7xl container div
- Added descriptive comment for bottom horizontal line section
2025-11-19 17:34:32 +01:00
a0beec808e refactor: adjust PodsWhat grid gap and icon size for better visual balance
- Reduced grid gap from gap-12 to gap-8 for tighter spacing between pod cards
- Increased icon dimensions from h-6 w-6 to h-10 w-10 for improved visual prominence
2025-11-19 17:31:52 +01:00
96c445aa41 refactor: update outline gray button border color from gray-300 to gray-200
- Changed border-gray-300 to border-gray-200 in outline gray variant for consistency with other border color updates across the application
2025-11-19 17:29:30 +01:00
ce4b4b3360 refactor: update border colors from gray-200 to gray-100 in HomeDesign and add overflow-hidden to pods CallToAction
- Changed border-gray-200 to border-gray-100 across HomeDesign component borders and benefit cards
- Added overflow-hidden class to pods CallToAction main container div
2025-11-19 17:25:34 +01:00
c849c74a53 refactor: enhance CallToAction cyan glow visibility and add overflow-hidden across all pages
- Increased cyan radial glow fillOpacity from 0.2 to 0.4 for better visibility
- Added overflow-hidden class to main container div to prevent glow overflow
- Applied changes consistently across agents, cloud, compute, gpu, network, nodes, pods, and storage CallToAction components
2025-11-19 17:23:08 +01:00
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
f1e1721b25 refactor: simplify MailerLite integration in Homepod component
- Removed unused React import
- Removed comments about global types file setup
- Replaced window.ml_account type checking with inline type assertion using (window as any)
- Simplified function existence check to use typeof === 'function'
- Streamlined inline comments for clarity
2025-11-19 16:09:47 +01:00
aed3e8ed25 Merge branch 'development_ehab' into development 2025-11-19 16:07:45 +01:00
f126287018 refactor: add line break to HomeAurora heading for improved readability
- Added <br /> tag to split "Private, Distributed Infrastructure Built" and "for Digital Sovereignty" across two lines
- Removed trailing whitespace from first line of heading text
2025-11-19 16:05:15 +01:00
9f1e78e116 refactor: hide empty architecture card placeholder on mobile
- Added hidden md:flex classes to empty architecture card placeholder div
- Maintains desktop visibility while hiding on mobile for better responsive layout
2025-11-19 16:03:05 +01:00
d469bb7b99 add wishlist 2025-11-19 16:23:53 +02:00
97fdf3aa4f Merge remote-tracking branch 'origin/development_ehab' into development 2025-11-19 13:10:57 +01:00
c1ca5e35f0 refactor: add link variant to Button component and enhance CallToAction and HomeDesign styling
- Added 'link' variant to Button with baseStyles and variantStyles for cyan, white, and dark colors
- Updated Button type definitions to include link variant with proper color options
- Refactored default variant/color logic to use explicit conditionals for type safety
- Changed outline variant border from single to border-2 and added font-semibold
- Updated outline variant hover states to include text
2025-11-19 13:09:29 +01:00
e5ed88b676 refactor: update DevHub and DownloadHero layout with consistent borders and spacing
- Changed DevHub from div to section with max-w-8xl container
- Added top spacing divider with py-6 and gray-800 borders to DevHub
- Added top and side borders (border-t, border-l, border-r) to DevHub content area
- Changed DevHub background to #111111 with reduced padding (py-12)
- Added bottom border and spacing divider to DevHub matching NetworkDownload pattern
- Changed DownloadHero from div to section with i
2025-11-19 12:56:36 +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
a9f53224cf refactor: add spacing divider below NodeProducts bottom border
- Removed bg-[#121212] from bottom border div
- Added transparent spacing divider with py-6 padding and gray-800 side borders
- Updated comment to indicate spacing addition
2025-11-19 12:33:28 +01:00
3df73ec418 refactor: add mobile hero images to AgentHeroAlt, NodeHero, and Homepod and adjust padding
- Added mobile-only hero images with mb-8 spacing and md:hidden visibility
  - AgentHeroAlt: /images/mobile/agents.jpg
  - NodeHero: /images/mobile/nodes.jpg
  - Homepod: /images/mobile/pods.jpg
- Changed vertical padding from py-16 to pb-12 pt-4 for mobile, maintaining lg:py-24 for desktop
- Positioned mobile images above content with w-full and object-cover styling
2025-11-19 12:32:07 +01:00
c6efc29ab6 refactor: add mobile hero image to CloudHeroNew and adjust padding
- Added mobile-only hero image (/images/mobile/cloudpage.jpg) with mb-8 spacing and md:hidden visibility
- Changed vertical padding from py-16 to pb-12 pt-4 for mobile, maintaining lg:py-24 for desktop
- Positioned mobile image above content with w-full and object-cover styling
2025-11-19 12:27:06 +01:00
bec52e7185 refactor: add mobile hero image to HomeAurora and adjust padding
- Added mobile-only hero image (/images/mobile/homepage.jpg) with mb-8 spacing and md:hidden visibility
- Changed vertical padding from py-16 to pb-12 pt-8 for mobile, maintaining lg:py-32 for desktop
- Positioned mobile image above content with w-full and object-cover styling
2025-11-19 12:24:22 +01:00
29f713cd2f refactor: make CallToAction description text responsive across all pages
- Changed text-lg to lg:text-lg text-base for responsive font sizing on mobile
- Applied to description paragraphs in CallToAction components across agents, compute, gpu, home, network, nodes, pods, and storage pages
- Added leading-normal class to PodsHow animated text span for consistent line height
2025-11-19 12:11:27 +01:00
d8a7a7331a refactor: add device icons to PodsFeatures cards and wrap PodsPage sections with AnimatedSection
- Added useId import for unique gradient IDs in SVG icons
- Created six device icon components: DeviceArrowIcon, DeviceCardsIcon, DeviceClockIcon, DeviceListIcon, DeviceLockIcon, DeviceChartIcon
- Mapped icons array to use cases with corresponding device icons
- Updated PodsFeatures to render icons above card titles with h-8 w-8 sizing
- Added mt-6 spacing to card titles for icon separation
- Wrapped all
2025-11-19 12:11:19 +01:00
3f89d1c441 add some padding at mobile 2025-11-19 11:20:12 +02:00
fa30aeff43 make map load fast 2025-11-19 10:56:29 +02:00
cbbc87cc29 update map with nodes dynamic 2025-11-19 10:24:15 +02:00
8dfc46cabe Replace static actual grid data 2025-11-18 16:43:23 +02:00
00c5f7f880 refactor: revert border colors from gray-200 to gray-100 in SecondaryFeatures
- Changed border-gray-200 back to border-gray-100 for top/bottom horizontal lines and spacing dividers
- Maintained border-gray-200 for main container borders
2025-11-18 14:56:28 +01:00