2 Commits

Author SHA1 Message Date
704f5a38ee Update src/app/page.tsx 2026-05-05 07:24:21 +00:00
81e41535d9 Merge version_3 into main
Merge version_3 into main
2026-05-05 07:20:11 +00:00

View File

@@ -43,9 +43,9 @@ export default function LandingPage() {
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="Hotel Raysab Place"
description="Experience the authentic essence of Indian multi-cuisine. From traditional North Indian delights to savory street food, delivered with 3D-inspired passion."
description="Experience the authentic essence of Indian multi-cuisine. We now feature a stunning 3D rotating Thali display to showcase our tradition!"
buttons={[{ text: "Order Now", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/indian-delicious-roti-with-copy-space_23-2149073332.jpg?_wi=1"
imageSrc="https://img.freepik.com/free-photo/thali-set-traditional-indian-food-gray-background_23-2148747715.jpg?t=st=1716380000~exp=1716383600~hmac=e20986161401f868297d264f3316e1050a4176d65f57a0740956272545802213"
/>
</div>
@@ -152,4 +152,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}