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"