Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-24 05:05:15 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}