diff --git a/src/app/page.tsx b/src/app/page.tsx index e66640b..a45a3d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Call Now" } ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", imageAlt: "Professional roofing installation" @@ -216,7 +216,7 @@ export default function LandingPage() { { text: "Request Free Estimate", href: "#contact" }, { text: "Schedule Free Inspection", href: "tel:+1234567890" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={true} />