diff --git a/src/app/page.tsx b/src/app/page.tsx index 29d586a..15a95d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { { text: "Learn More", href: "services" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} /> @@ -161,7 +161,7 @@ export default function LandingPage() { { text: "Request Quote", href: "contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} />