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