Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7200f14fab | |||
| de4a991248 | |||
| cc0992fdcd | |||
| 8ad98f542d |
@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -83,6 +84,19 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="features" data-section="features">
|
||||||
|
<FeatureCardSix
|
||||||
|
textboxLayout="split"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
title="Our Unique Advantages"
|
||||||
|
description="Why guests choose La'mina Venue for their special moments."
|
||||||
|
features={[
|
||||||
|
{ title: "Luxury Privacy", description: "Exclusive access to our private estate for a serene experience.", imageSrc: "https://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694103.jpg?_wi=1" },
|
||||||
|
{ title: "Stunning Sunsets", description: "Unmatched golden hour views for your photography and event atmosphere.", imageSrc: "https://img.b2bpic.net/free-photo/luxury-villa-with-pool-sunset-view_23-2151974399.jpg?_wi=1" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="gallery" data-section="gallery">
|
<div id="gallery" data-section="gallery">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -140,7 +154,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Book Your Celebration"
|
title="Book Your Celebration"
|
||||||
description="Get in touch to check availability and start planning."
|
description="Get in touch to check availability and start planning. Visit us on Google Maps [here](https://maps.google.com/?q=La+Mina+Pool+and+Venue) or check our [Facebook](https://www.facebook.com/laminavenue)."
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/good-humored-woman-brown-cropped-top-sincerely-smiles-holds-cellphone_197531-18171.jpg?_wi=1"
|
imageSrc="https://img.b2bpic.net/free-photo/good-humored-woman-brown-cropped-top-sincerely-smiles-holds-cellphone_197531-18171.jpg?_wi=1"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user