From 6ea381c4b9acdc6ba5706c3035056f40b1a5a921 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 18:12:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 140571f..c62d82a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Premier Hospitality Hub" metrics={[ - { icon: Utensils, label: "Restaurant", value: "Pure Veg" }, - { icon: Users, label: "Banquet", value: "600+" }, - { icon: Building2, label: "Rooms", value: "Gold/Titanium" } + { id: "m1", icon: Utensils, label: "Restaurant", value: "Pure Veg" }, + { id: "m2", icon: Users, label: "Banquet", value: "600+" }, + { id: "m3", icon: Building2, label: "Rooms", value: "Gold/Titanium" } ]} metricsAnimation="slide-up" /> @@ -120,6 +120,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" showRating={true} + useInvertedBackground={false} title="Google Reviews" description="Trusted by guests for our hospitality and service excellence." testimonials={[ -- 2.49.1