Update src/app/page.tsx

This commit is contained in:
2026-04-02 06:53:43 +00:00
parent 4c787263da
commit cc25d4c806

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}