diff --git a/src/app/page.tsx b/src/app/page.tsx index b3b9f1a..7972de3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,6 +104,10 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} + buttons={[ + { + text: "Reserve Your Stay", href: "#contact"}, + ]} products={[ { id: "r1", name: "Deluxe Single Bed Room", price: "Rs 1499,00", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-warm-lighting_23-2152031744.jpg"}, @@ -197,4 +201,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file