Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| becf2ef8d4 | |||
| 9404113f98 | |||
| e098da26ed | |||
| a3d7d993bf | |||
| 718143afcf |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user