2 Commits

Author SHA1 Message Date
e523951990 Update src/app/page.tsx 2026-03-24 05:05:12 +00:00
0d7f094b52 Merge version_1 into main
Merge version_1 into main
2026-03-23 23:07:34 +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>
);
}
}