From 376a2d91f150b6fa42f6bb00ed106768a3153a22 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:54:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1452c86..b4fbac5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,6 +90,8 @@ export default function LandingPage() { title="Restaurant Stats" description="Quality you can taste, service you will love." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "m1", title: "Customer Rating", value: "4.7/5", icon: Star }, { id: "m2", title: "Years Serving", value: "10+", icon: Circle } -- 2.49.1