Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user