diff --git a/src/app/page.tsx b/src/app/page.tsx index a4c4675..4c7d800 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Zap, Sparkles, Cube, Sun, Scroll, MousePointer, BarChart3, Gallery, Code, TrendingUp, Package, Gauge, Clock, Users, HelpCircle, Rocket } from "lucide-react"; +import { Zap, Sparkles, Sun, Scroll, MousePointer, BarChart3, Code, TrendingUp, Package, Gauge, Clock, Users, HelpCircle, Rocket } from "lucide-react"; export default function LandingPage() { return ( @@ -69,10 +69,10 @@ export default function LandingPage() { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/complex-3d-scene-with-dynamic-lighting-f-1772717314619-4629decd.png", imageAlt: "Dynamic lighting effects" }, { - id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/a-3d-rendered-product-card-in-3d-space-s-1772717313664-be84054d.png?_wi=1", imageAlt: "3D project showcase" + id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/a-3d-rendered-product-card-in-3d-space-s-1772717313664-be84054d.png", imageAlt: "3D project showcase" }, { - id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/a-stylized-diagram-showing-react-three-f-1772717313925-88205009.png?_wi=1", imageAlt: "Tech stack visualization" + id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/a-stylized-diagram-showing-react-three-f-1772717313925-88205009.png", imageAlt: "Tech stack visualization" } ]} autoPlay={true} @@ -90,7 +90,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - icon: Cube, + icon: Sun, title: "Interactive 3D Scene", description: "Dynamic scene rendering with real-time object manipulation. Fully responsive 3D viewport that adapts to screen size." }, { @@ -125,11 +125,11 @@ export default function LandingPage() { title="3D Project Gallery" description="Showcase of interactive 3D projects arranged in immersive space. Each card demonstrates unique rendering techniques and interaction patterns." tag="Portfolio" - tagIcon={Gallery} + tagIcon={Code} tagAnimation="blur-reveal" products={[ { - id: "1", name: "Floating Sculpture", price: "Interactive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/a-3d-rendered-product-card-in-3d-space-s-1772717313664-be84054d.png?_wi=2", imageAlt: "3D floating sculpture with dynamic lighting" + id: "1", name: "Floating Sculpture", price: "Interactive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/a-3d-rendered-product-card-in-3d-space-s-1772717313664-be84054d.png", imageAlt: "3D floating sculpture with dynamic lighting" }, { id: "2", name: "Digital Architecture", price: "Immersive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/a-floating-3d-sculpture-or-abstract-form-1772717313418-d79b07b1.png", imageAlt: "3D architectural visualization" @@ -184,7 +184,7 @@ export default function LandingPage() { { value: "React Three Fiber", title: "3D Rendering Engine" }, { value: "GSAP 3.0+", title: "Animation Framework" } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/a-stylized-diagram-showing-react-three-f-1772717313925-88205009.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWmZoYxkQGhJ5OxrKIFkKHuZ4t/a-stylized-diagram-showing-react-three-f-1772717313925-88205009.png" imageAlt="Technical stack visualization" mediaAnimation="slide-up" metricsAnimation="slide-up"