diff --git a/src/app/page.tsx b/src/app/page.tsx index 9548f89..8b9cb40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { description="PHO Burger isn't just another burger joint. We blend premium ingredients, artisanal smash technique, and nostalgic 90s diner charm with the efficiency modern diners demand. Every burger is hand-crafted to order with fresh, quality beef and crispy fries that make a statement. Our welcoming staff and lightning-fast drive-thru ensure great taste never means long waits." metrics={[ { value: "100%", title: "Fresh, Never Frozen Beef" }, - { value: "4.8★", title: "Customer Rating Average" } + { value: "4.8★", title: "from 5K+ Reviews" } ]} imageSrc="http://img.b2bpic.net/free-photo/female-hands-holding-burger-fast-food-cheat-meal-burger-closeup_169016-67474.jpg" imageAlt="chef preparing smashed burger griddle" @@ -269,4 +269,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file