diff --git a/src/app/page.tsx b/src/app/page.tsx index 473d40e..c3d7d4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,10 @@ export default function LandingPage() { { text: "Explore My Work", href: "#projects" }, { text: "Get In Touch", href: "#contact" } ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-vector/tp193-319-384-229-s30-audi-presentation-13_53876-114334.jpg" imageAlt="Interactive 3D geometric shapes and floating elements" frameStyle="card" - buttonAnimation="slide-up" mediaAnimation="opacity" containerClassName="min-h-screen flex flex-col items-center justify-center py-20" logoClassName="text-6xl lg:text-8xl font-bold tracking-tight" @@ -163,7 +162,7 @@ export default function LandingPage() { { text: "Send Email", href: "mailto:hello@example.com" }, { text: "Schedule Call", href: "https://calendly.com" } ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} containerClassName="py-24 px-6" contentClassName="max-w-2xl mx-auto bg-card/50 backdrop-blur-md rounded-2xl p-12 shadow-xl"