From e5239519908b1ecfc1eee852fb5bfcc48bceeae3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 05:05:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64dce41..6874b5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { variant: "radial-gradient"}} buttons={[ { text: "Get a Free Estimate", href: "#contact" }, - { text: "View Our Work", href: "#portfolio" }, + { text: "View Our Work", href: "#portfolio" } ]} carouselItems={[ { id: "1", imageSrc: getAsset("hero-carousel-1").url, imageAlt: getAsset("hero-carousel-1").alt }, @@ -144,7 +144,7 @@ export default function LandingPage() { { id: "3", imageSrc: getAsset("hero-carousel-3").url, imageAlt: getAsset("hero-carousel-3").alt }, { id: "4", imageSrc: getAsset("hero-carousel-4").url, imageAlt: getAsset("hero-carousel-4").alt }, { id: "5", imageSrc: getAsset("hero-carousel-5").url, imageAlt: getAsset("hero-carousel-5").alt }, - { id: "6", imageSrc: getAsset("hero-carousel-6").url, imageAlt: getAsset("hero-carousel-6").alt }, + { id: "6", imageSrc: getAsset("hero-carousel-6").url, imageAlt: getAsset("hero-carousel-6").alt } ]} autoPlay={true} autoPlayInterval={5000} @@ -304,4 +304,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1