5 Commits

Author SHA1 Message Date
becf2ef8d4 Update src/app/page.tsx 2026-03-06 17:30:52 +00:00
9404113f98 Update src/app/page.tsx 2026-03-06 17:29:34 +00:00
e098da26ed Update src/app/page.tsx 2026-03-06 17:28:21 +00:00
a3d7d993bf Merge version_2 into main
Merge version_2 into main
2026-03-06 17:26:34 +00:00
718143afcf Merge version_2 into main
Merge version_2 into main
2026-03-06 17:25:44 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -42,26 +42,14 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroBillboardScroll
logoText="MODULAR" title="Build your dream home in weeks, not years"
description="Build your dream home in weeks, not years. Sustainable, architecturally stunning modular homes designed for the modern lifestyle." description="Sustainable, architecturally stunning modular homes designed for the modern lifestyle."
slides={[ background={{ variant: "plain" }}
{
imageSrc: "http://img.b2bpic.net/free-photo/path-leads-white-building-green-hill_1304-3762.jpg?_wi=1", imageAlt: "Beautiful modular home in forest"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302616.jpg?_wi=1", imageAlt: "Modern modular home design"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-decorative-items-wooden-table_169016-1693.jpg?_wi=1", imageAlt: "Luxurious modular interior"
}
]}
buttons={[ buttons={[
{ text: "Explore Models", href: "models" }, { text: "Explore Models", href: "models" },
{ text: "Book Consultation", href: "contact" } { text: "Book Consultation", href: "contact" }
]} ]}
autoplayDelay={5000}
showDimOverlay={true}
ariaLabel="Hero section for modular homes landing page" ariaLabel="Hero section for modular homes landing page"
/> />
</div> </div>