diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b7ddb9..55b7005 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file