Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-04 14:39:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}