Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-29 21:25:22 +00:00

View File

@@ -122,6 +122,7 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
buttons={[{ text: "Book Now", href: "#contact" }]}
products={[
{ id: "p1", name: "The Grand Penthouse", price: "from $1,200/night", variant: "City View", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg" },
{ id: "p2", name: "Coastal Escape Villa", price: "from $2,500/night", variant: "Beach Front", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg" },
@@ -202,4 +203,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}