diff --git a/src/app/page.tsx b/src/app/page.tsx index 0756a9b..62faeb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "View My Work", href: "work" }, { text: "Get in Touch", href: "contact" } ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-13525.jpg" imageAlt="Web design portfolio showcase" mediaAnimation="slide-up" @@ -211,7 +211,7 @@ export default function LandingPage() { { text: "Start Your Project", href: "#" }, { text: "Schedule a Consultation", href: "#" } ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} buttonAnimation="slide-up" tagAnimation="slide-up"