Update src/app/page.tsx

This commit is contained in:
2026-03-10 09:50:37 +00:00
parent 0209e4a618
commit f7080bfe42

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Call Now" }
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "noise" }}
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: "Call Now" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "noise" }}
useInvertedBackground={true}
/>
</div>