Update src/app/page.tsx
This commit is contained in:
@@ -120,15 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "rating", icon: Star,
|
||||
title: "Overall Rating", value: "4.6/5"},
|
||||
{
|
||||
id: "reviews", icon: MessageSquare,
|
||||
title: "Total Reviews", value: "38+"},
|
||||
{
|
||||
id: "happy-customers", icon: Smile,
|
||||
title: "Happy Customers", value: "Countless"},
|
||||
{ id: "rating", icon: Star, title: "Overall Rating", value: "4.6/5" },
|
||||
{ id: "reviews", icon: MessageSquare, title: "Total Reviews", value: "38+" },
|
||||
{ id: "happy-customers", icon: Smile, title: "Happy Customers", value: "Countless" }
|
||||
]}
|
||||
title="Our Customer Satisfaction"
|
||||
description="Proud of the positive feedback from our valued customers, reflecting our unwavering commitment to quality food and exceptional service at Z3 Resto Bar & Grill."
|
||||
|
||||
Reference in New Issue
Block a user