Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-10 21:10:04 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}