Update src/app/page.tsx

This commit is contained in:
2026-03-04 13:28:28 +00:00
parent 12314ee46c
commit 4892ae376b

View File

@@ -53,6 +53,7 @@ export default function LandingPage() {
]}
rating={5}
ratingText="4.2★ Rated by 1,342 Customers"
mediaAnimation="opacity"
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Book a Table", href: "#contact" },
@@ -97,6 +98,7 @@ export default function LandingPage() {
{ icon: Users, label: "Happy Customers", value: "1,342+" },
{ icon: Star, label: "Average Rating", value: "4.2/5" },
]}
metricsAnimation="opacity"
/>
</div>