4 Commits

Author SHA1 Message Date
4eec5d5526 Update src/app/page.tsx 2026-03-04 14:39:28 +00:00
ffaf8b5eed Update src/app/layout.tsx 2026-03-04 14:39:28 +00:00
11e56a2f0e Merge version_2 into main
Merge version_2 into main
2026-03-04 14:37:56 +00:00
ec115d90e6 Merge version_2 into main
Merge version_2 into main
2026-03-04 14:36:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
ratingText="Rated 3.8/5 by 226 satisfied guests" ratingText="Rated 3.8/5 by 226 satisfied guests"
buttons={[ buttons={[
{ text: "Call Now", href: "tel:+919876543210" }, { text: "Call Now", href: "tel:+919876543210" },
{ text: "Order Online", href: "#" } { text: "Browse Full Menu", href: "#menu" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />