diff --git a/src/app/page.tsx b/src/app/page.tsx index 6765f4e..29d586a 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: "glowing-orb" }} + background={{ variant: "grid" }} /> @@ -161,7 +161,7 @@ export default function LandingPage() { { text: "Request Quote", href: "contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "grid" }} useInvertedBackground={false} />