Update src/app/page.tsx

This commit is contained in:
2026-03-04 14:39:28 +00:00
parent ffaf8b5eed
commit 4eec5d5526

View File

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