Commit Graph

287 Commits

Author SHA1 Message Date
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
2dbcda4997 refactor: update border colors from gray-100 to gray-200 in SecondaryFeatures
- Changed all border-gray-100 classes to border-gray-200 for increased contrast
- Applied to top/bottom horizontal lines, container borders, and feature card borders
2025-11-18 14:55:27 +01:00
979d151537 refactor: reduce top margin in Nodes CallToAction CTA section
- Changed top margin from mt-10 to mt-6 for CTA cards container for tighter spacing
2025-11-18 14:54:04 +01:00
252e2335c2 refactor: add text-black color to NodeSteps circle numbers for better contrast
- Added text-black class to step number circles to ensure proper text visibility against white background
2025-11-18 14:53:18 +01:00
9b2c406e9e refactor: update HomeGlobe grid statistics values
- Updated CORES count from 54958 to 31611
- Updated NODES count from 1493 to 1153
- Updated SSD CAPACITY from 5388956 to 4203991 GB
2025-11-18 14:48:12 +01:00
791216433c refactor: add bottom border and spacing to AgentBento section
- Added horizontal border line with border-gray-800 styling
- Added transparent spacer div with py-6 padding and max-w-7xl container
- Applied vertical borders (left/right only) to spacer using border-t-0 border-b-0
2025-11-18 14:45:29 +01:00
a4a6c95612 refactor: add bidirectional scrolling support to InfiniteMovingCards component
- Added infinite-scroll-right keyframe animation with 50% translateX for right direction
- Updated InfiniteMovingCards to conditionally apply animate-infinite-scroll or animate-infinite-scroll-right based on direction prop
- Added animate-infinite-scroll-right class with linear infinite animation using CSS variable duration
2025-11-18 14:43:53 +01:00
da5cf2d4a2 refactor: remove unused props and imports, standardize Eyebrow styling in SecondaryFeatures and StorageFeatures
- Removed unused onGetStartedClick prop from CloudHeroNew component
- Removed unused H3 and P imports from NetworkDownload
- Added H3, P, and Eyebrow imports to SecondaryFeatures
- Replaced generic elements with typography components (Eyebrow, H3, P) in SecondaryFeatures
- Changed Eyebrow styling to text-cyan-500 uppercase tracking-[0.16em] in SecondaryFeatures
- Updated description text
2025-11-18 14:36:58 +01:00
d2e2e87a0c refactor: improve NodeProducts, NodeSpecs, and NodeSteps layout and styling with optimized images
- Optimized binary images: agent1.png, ainode.png, autonomous.png, edge.png, edgenode.png, encryptednode.png, energy.png, fullstack.png, uptime.png
- Changed NodeProducts grid gap from gap-16 lg:gap-24 to gap-4 lg:gap-24 for tighter mobile spacing
- Added order-2 lg:order-1 to text area and order-1 lg:order-2 to image for mobile layout swap
- Replaced custom button styles with Button component using
2025-11-18 14:26:52 +01:00
a8d91a1624 refactor: improve NodeHero and NodeBenefits typography and layout with AnimatedSection wrappers
- Changed NodeBenefits from SectionHeader to H3 component with mt-2 and text-white
- Updated NodeBenefits description from P color="light" to text-gray-200
- Changed benefit cards border-radius from rounded-2xl to rounded-md
- Added responsive padding to benefit cards: lg:p-8 p-6
- Updated benefit description from text-gray-200 to font-light text-gray-300
- Removed NodeHero background image inline style in
2025-11-18 12:59:48 +01:00
f9ee299362 refactor: improve CallToAction typography and AgentBento mobile layout across pages
- Added leading-normal to all CallToAction description paragraphs for better readability
- Changed AgentBento empty animation placeholder to hidden on mobile using hidden md:flex
- Reduced top margin from mt-8 to mt-6 for agents CallToAction CTA cards
- Changed "Follow Development" link margin from mt-5 to lg:mt-5 mt-0 for responsive spacing
- Applied leading-normal changes to agents, compute, gpu, home, network, nodes
2025-11-18 12:50:36 +01:00
8509b80f47 refactor: improve AgentUseCase layout and typography with responsive background image
- Added leading-normal to CT text component for better readability
- Changed AgentHeroAlt background image to only display on md+ screens using md:bg-[url(...)] classes
- Removed inline style attribute in favor of Tailwind classes for background image
- Updated AgentUseCase to use typography components (H3, CT, CP) instead of generic elements
- Changed Eyebrow color from text-cyan-600 to text-cyan-500
- Adjuste
2025-11-18 12:47:51 +01:00
7d6bbc2763 refactor: improve spacing and typography in Pods CallToAction section
- Added leading-normal to description paragraphs for better readability
- Reduced top margin from mt-10 to mt-6 for benefits list and CTA cards
- Changed benefits grid gap from gap-y-3 to gap-y-1 lg:gap-y-3 for tighter mobile spacing
- Reduced horizontal gap between CTA cards from gap-x-10 to gap-x-8
2025-11-18 12:38:41 +01:00
4cf6f63139 refactor: increase description text size and restore Eyebrow styling in AgentPro and CloudPros
- Changed description text from text-sm to text-base in both AgentPro and CloudPros
- Restored uppercase tracking-[0.16em] styling to CloudPros Eyebrow component
2025-11-18 12:31:18 +01:00
ef9865862b refactor: standardize Eyebrow styling and improve CloudHeroNew typography across pages
- Changed all Eyebrow components from uppercase tracking-[0.16em] text-cyan-600 to text-cyan-500
- Applied changes to AgentPro, CloudPros, HomeDesign, NetworkPros, PodsDesign, and PodsPro
- Updated CloudHeroNew to hide background image on mobile using md:bg-[url(...)] classes
- Replaced inline style with Tailwind classes for background image in CloudHeroNew
- Converted CloudHeroNew description from two separate
2025-11-18 12:30:55 +01:00
8fdcf1777d update statics to be dynamic 2025-11-18 13:28:20 +02:00
503fe26303 refactor: improve Hero and NetworkDownload mobile responsiveness and layout
- Reduced Hero section bottom padding from pb-24 to pb-12 on mobile
- Added mt-8 top margin to Hero image container on mobile
- Hidden BackgroundIllustration on mobile using hidden md:block
- Removed fixed height from Hero image container and added flex centering
- Changed Hero image from w-auto to w-full for better mobile scaling
- Removed manual link and simplified NetworkDownload description text
- Reduced NetworkDownload gri
2025-11-18 12:23:16 +01:00
39b20f30a4 refactor: reduce gap spacing in HomeDesign benefits grid from gap-4 to gap-2
- Changed mobile grid gap from gap-4 to gap-2 while maintaining lg:gap-0 for desktop
2025-11-18 12:13:46 +01:00
d53f2d943f refactor: make Button text responsive and hide HomeAurora background on mobile
- Changed Button text size from text-base to text-sm md:text-base for both solid and outline variants
- Updated HomeAurora background image to only display on md+ screens using bg-none md:bg-[url(...)]
- Removed inline style attribute in favor of Tailwind class for background image
- Cleaned up extra spacing in className
2025-11-18 12:12:05 +01:00
3213179ff6 refactor: convert "Deploy in Cloud" buttons to external links across home and network pages
- Changed all "Deploy in Cloud" buttons from internal /cloud routes to external myceliumcloud.tf links
- Updated Button components to use as="a" with target="_blank" and rel="noopener noreferrer"
- Removed arrow character from some button labels for consistency
- Applied changes to CallToAction, HomeAurora, HomeHero, and HomeNew components
2025-11-18 12:00:22 +01:00
c289c63856 refactor: update CTA buttons with external links and navigation improvements
- Changed "Deploy a Model" button in agents CallToAction to external link (myceliumcloud.tf) with target="_blank"
- Updated "Host a Node" button path from /host to /nodes in agents and cloud CallToAction
- Changed cloud CallToAction "Start Deploying" button to external link with target="_blank"
- Updated CloudHeroNew buttons to external links for myceliumcloud.tf and docs
- Removed onGetStartedClick handler from CloudHeroNew in
2025-11-18 11:56:33 +01:00
6329d2dcac refactor: convert NodeSpecs from image-based bento grid to icon-based horizontal layout
- Replaced placeholder Tailwind images with local image assets (/images/*.png)
- Changed card layout from vertical image-over-text to horizontal icon-beside-text
- Reduced image size from h-80 full-width to h-16 w-16 icon size with object-contain
- Updated flex direction from flex-col to flex-row with items-center alignment
- Adjusted padding and spacing (p-8 on card, reduced mt-2 to mt-1 on title)
- Removed "
2025-11-17 17:36:44 +01:00
3604b47137 refactor: convert NodeSpecs to bento grid layout with updated typography components
- Replaced Heroicons with typography components (Eyebrow, H3, P, Small, CT, CP)
- Changed from card grid to bento grid layout with image-based cards
- Added category labels and placeholder images to each specification card
- Removed hover effects and icon-based design in favor of image-focused layout
- Updated container structure from Container component to standard section with max-w-7xl
- Removed border decorations an
2025-11-17 17:10:47 +01:00
fe0e231204 refactor: add Small import to CloudPros typography components
- Added Small to existing Eyebrow, H3, and P imports for component availability
2025-11-17 16:12:47 +01:00
da539a5e55 refactor: replace Small with Eyebrow component in CloudPros intro section
- Changed import from Small to Eyebrow for consistent typography
- Updated "Cloud Advantages" text to use Eyebrow component instead of Small
2025-11-17 16:12:31 +01:00
b7e003a680 refactor: update intro section width and eyebrow text in CloudPros
- Changed max-width from max-w-3xl to max-w-4xl for wider content area
- Updated eyebrow text from "Agent Advantage" to "Cloud Advantages" for consistency
2025-11-17 16:11:41 +01:00
0324b2e8ad refactor: add infinite-scroll animation keyframes to Tailwind config
- Added infinite-scroll animation with translateX from 0 to -50%
- Animation supports horizontal scrolling effects for carousel/ticker components
2025-11-17 16:07:39 +01:00
49d9c22de3 refactor: remove unused imports and variables in CloudPros and DataControl
- Removed unused Eyebrow import from CloudPros
- Removed unused loop index variable 'i' from gates mapping in DataControl
2025-11-17 16:07:20 +01:00
828fe93f46 refactor: reduce spacing and adjust typography in CallToAction and NetworkDownload
- Changed paragraph spacing from mt-6 to mt-2 in CallToAction for tighter layout
- Reduced top margin on cards container from mt-10 to mt-8
- Replaced "Follow Development" Button with styled anchor link featuring underline and arrow
- Added hover effects with cyan color transition to new anchor link
- Reduced heading size in NetworkDownload from text-5xl/6xl to text-4xl/5xl
2025-11-17 16:05:54 +01:00