Commit Graph

46 Commits

Author SHA1 Message Date
mik-tf
d82d3351f3 docs: add developer docs for gpu and cloud 2025-10-27 09:51:50 -04:00
05cd30f510 feat: redesign agents hero section for improved visual hierarchy
- Updated layout to use centered vertical alignment with justify-center
- Added semi-transparent white overlay (bg-white/30) for better text contrast
- Changed text color to white and added drop shadows for improved readability
- Repositioned scroll arrow to fixed bottom position for consistent placement
- Removed redundant padding and margin adjustments
- Updated font weight from light to normal for better legibility
2025-10-27 14:50:11 +01:00
2a141cbc91 Based on the git diff, here's an appropriate commit message:
feat: update brand logo assets

- Added new logo_1.png image file to public/images directory
- Simplified logomark.svg by removing complex gradient patterns and clip paths
- Reduced SVG markup complexity for better performance and maintainability

This is a "feat" type commit since it modifies user-visible brand assets. The message clearly describes both the addition of a new logo file and the simplification of the existing SVG logomark,
2025-10-27 13:58:51 +01:00
2ebdb14409 refactor: simplify home slider and carousel components
- Removed unused DummyContent component and content prop from slider data
- Simplified Card component mapping by removing unnecessary index parameter
- Cleaned up whitespace in apple-cards-carousel component
- Streamlined data structure by removing unused content fields from slider items
2025-10-27 13:50:57 +01:00
3ea9e77a7b refactor: remove unused isMobile function
- Deleted unused isMobile() function that was checking window width
- Cleaned up code by removing redundant window width check that wasn't being utilized in the component
2025-10-27 13:29:20 +01:00
a52e838d17 feat: update card carousel to use direct background images
- Replaced BlurImage component with direct background image styling for better performance
- Added new 'bg' property to Card type to support background image imports
- Imported slider background images for each card category
- Removed redundant background color class and BlurImage component
- Updated card styling to maintain visual consistency with background images
2025-10-27 13:29:05 +01:00
b543aebce9 style: adjust gradient fade radius in StackSection
- Reduced gradient fade-out radius from 90% to 30% for more concentrated visual effect
- Adjusted middle gradient stop from 50% to 20% to create smoother transition
- Fine-tuned visual appearance of the radial background gradient in light theme
2025-10-27 11:41:11 +01:00
8844ec8a63 feat: update cube component color scheme from cyan to blue
- Changed cube gradient colors from cyan to blue for better visual consistency
- Updated glow effects and shadows to use blue (rgba(59, 130, 246)) instead of cyan
- Modified background aura gradients in StackSection for enhanced depth perception
- Replaced HomeFeaturesDark component with new HomeSlider in HomePage layout
- Added isolate property to StackSection to prevent gradient bleeding
- Enhanced background layer in StackSection with additional
2025-10-24 21:16:41 +02:00
68b2119c76 feat: enhance UI with glowing effects and visual improvements
- Added new MagicCard component for interactive hover effects with gradient lighting
- Enhanced CubeLight component with cyan glow effects and improved visual styling
- Added new GlowingEffect component for dynamic lighting animations
- Updated StackedCubesLight with ambient gradient background and smoother transitions
- Added tracking-wide property to CP text component for better readability
- Added new networkhero.png image asset
2025-10-24 20:41:42 +02:00
94f4e72e57 feat: update hero sections with new visual designs
- Added new hero section alternatives for Agents, Cloud, Compute and GPU pages with modern visual layouts
- Updated hero background images with new high-quality assets for better visual appeal
- Replaced spinning animation heroes with full-width image + text split layouts
- Added consistent styling across hero sections with left-aligned text and right-side hero images
- Updated hero copy to focus on platform capabilities and value propositions
- Replace
2025-10-24 17:58:21 +02:00
c1952754d7 feat: update homepage hero section design
- Replaced hero background image with new mchip3.webp visual
- Added new home.png asset for UI elements
- Adjusted vertical spacing with pt-[20vh] and -mt-5 for better visual balance
- Refined container layout by removing justify-center for more precise positioning
2025-10-24 16:52:21 +02:00
c0df7c21a7 feat: redesign storage hero section with new layout and visuals
- Replaced spinning circular animation with new static hero image (storagehero2.png)
- Updated hero section layout to right-aligned image with left content format
- Changed messaging to focus on data/intelligence relationship and storage capabilities
- Simplified component by removing BackgroundIllustration and ContactForm
- Updated CTA from "Join Waitlist" to "Talk to an expert"
- Added "STORAGE" label with cyan accent color
- Improved responsive design
2025-10-24 16:42:16 +02:00
be74079de2 feat: convert CTA components to full pages and expand waitlist form options
- Renamed CallToAction components to full Page components for compute, storage and GPU sections
- Added new waitlist form types: storage_waitlist, compute_waitlist, and gpu_waitlist
- Updated form placeholder text to show relevant requirements based on waitlist type
- Fixed string template syntax in Dropdown component CSS classes
2025-10-24 16:30:23 +02:00
752668b38d feat: add cloud services dropdown menu in header
- Replaced individual cloud service pages with CallToAction components for Compute, Storage and GPU
- Added dropdown menu in header to consolidate cloud service navigation options
- Removed redundant page components (Compute.tsx, Storage.tsx, Gpu.tsx) that shared identical layouts
- Updated route components to use new CallToAction components
- Added ChevronDownIcon to visually indicate dropdown functionality
2025-10-24 15:50:12 +02:00
11689fdd37 feat: add new compute, storage and GPU pages with routes
- Created new page components for Compute, Storage and GPU sections with basic layout structure
- Added corresponding routes in App.tsx to enable navigation to the new pages
- Implemented consistent page structure with Header, main content area and Footer
- Added decorative background gradient effect using tailwind classes for visual consistency
2025-10-24 15:34:11 +02:00
Emre
45b1c43b97 improvements 2025-10-24 15:11:28 +03:00
Emre
26fbea3ec4 fixed build errors 2025-10-24 04:17:02 +03:00
Emre
3a7aa82ff7 improvements 2025-10-24 02:17:33 +03:00
644bb34419 style: reduce header padding from 8 to 4 units for more compact layout 2025-10-23 16:38:25 +02:00
9b3c620706 refactor: simplify header component and improve hero section layouts 2025-10-23 16:36:37 +02:00
987b46588b style: update header background to be more opaque with gray border 2025-10-23 16:04:04 +02:00
df88c4a14f fix: update image import path to use direct import instead of URL path 2025-10-23 16:01:43 +02:00
dfb469e7f7 Merge branch 'main' into development 2025-10-23 16:01:30 +02:00
a3cd28fc6b style: increase hover background opacity on nav links from 10% to 50% 2025-10-23 14:57:34 +02:00
758a004ce9 refactor: update homepage layout and enhance feature card styling with improved shadows 2025-10-23 14:56:45 +02:00
73832e2686 feat: enhance globe component with interactive controls and global markers 2025-10-23 14:37:13 +02:00
4cc98af570 chore: remove Next.js dependencies and update UI components with standard React 2025-10-23 14:18:16 +02:00
Emre
4c30524504 new cloud page 2025-10-23 13:07:24 +03:00
8f8d45c7ff refactor: reduce text flip animation duration and adjust padding 2025-10-23 04:27:55 +02:00
f2cb22ef66 feat: add animated text flip and pointer highlight components with home agent section 2025-10-23 04:24:01 +02:00
82e730346e feat: update homepage UI with new cloud section and simplified gradient backgrounds 2025-10-23 02:25:42 +02:00
c9129c5c66 feat: replace card stack with new feature grid and add product icons 2025-10-23 01:32:54 +02:00
8f1df965f2 feat: add UI components for card stack, world map and evervault card with theme support 2025-10-22 23:29:14 +02:00
af77948679 feat: implement floating navbar with aurora background and updated header styling 2025-10-22 22:25:54 +02:00
ce33e0f7c3 feat: add cloud video background and update StackSection styling to dark theme 2025-10-22 18:46:21 +02:00
1f0f18105e style: update hero section with new cloud background and button layout 2025-10-22 18:35:05 +02:00
48979de1c7 feat: add video previews and text components to agent showcase sections 2025-10-22 18:14:41 +02:00
31f5e53a71 feat: add responsive carousel and dark theme to agents gallery section 2025-10-22 18:04:52 +02:00
8ea15271d3 refactor: update deploy section UI with dark theme and hover animations 2025-10-22 17:51:43 +02:00
f30006a983 chore: delete unused icon.svg file 2025-10-22 17:34:12 +02:00
044f9cf38b feat: add InfiniteMovingCards component with customizable scroll animation 2025-10-22 17:33:52 +02:00
5bd2459855 chore: update dependencies and add new UI packages for icons and animations 2025-10-22 17:33:42 +02:00
6c0ed3cd65 feat: add interactive stacked cube components with hover descriptions 2025-10-22 17:33:29 +02:00
fa0a55d846 feat: add logo components for various AI providers using @lobehub/icons 2025-10-22 17:32:46 +02:00
886e7557df chore: update dependencies and add new mobile-first features page with interactive demos 2025-10-22 17:10:31 +02:00
Emre
205c8fd0d9 Initial commit 2025-10-22 17:30:00 +03:00