From 769edb3d145382e6a0d262dc05464429dd9a20b6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:11:25 +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 5fc954b..c9b1fab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,7 @@ export default function LandingPage() { id: "location", }, ]} + button={{ text: "Order Now", href: "#menu" }} brandName="El Askary Juice" /> @@ -224,15 +225,15 @@ export default function LandingPage() { kpiItems={[ { value: "5.0", - title: "Average Rating", + description: "Average Rating", }, { value: "200+", - title: "Daily Visitors", + description: "Daily Visitors", }, { value: "#1", - title: "Local Favorite", + description: "Local Favorite", }, ]} title="What Our Locals Say" -- 2.49.1