4 Commits

Author SHA1 Message Date
7200f14fab Update src/app/page.tsx 2026-05-17 02:06:18 +00:00
de4a991248 Merge version_3 into main
Merge version_3 into main
2026-05-13 16:15:16 +00:00
cc0992fdcd Update src/app/page.tsx 2026-05-13 16:15:13 +00:00
8ad98f542d Merge version_2 into main
Merge version_2 into main
2026-05-13 16:09:46 +00:00

View File

@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -83,6 +84,19 @@ export default function LandingPage() {
/>
</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">
<ProductCardOne
animationType="slide-up"
@@ -140,7 +154,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Contact Us"
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"
mediaAnimation="blur-reveal"
/>