diff --git a/src/app/page.tsx b/src/app/page.tsx index d642312..08ada67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,13 +36,13 @@ export default function LandingPage() { { name: "Testimonials", id: "#testimonials" }, { name: "Contact", id: "#contact" }, ]} - brandName="Tashkent Smash" + brandName="Smash Burger Tashkent" />
@@ -95,7 +95,7 @@ export default function LandingPage() { metrics={[ { id: "m1", value: "10k+", description: "Burgers Smashed in Tashkent" }, { id: "m2", value: "4.9/5", description: "Guest Rating" }, - { id: "m3", value: "15", description: "Local Toppings" }, + { id: "m3", value: "1–50k UZS", description: "Price Range" }, ]} title="By The Numbers" description="Quality you can taste." @@ -138,7 +138,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { id: "q1", title: "Do you offer delivery?", content: "Yes, we deliver across the Tashkent city center." }, - { id: "q2", title: "Do you cater events?", content: "Yes, we host smash burger pop-ups for events in Tashkent." }, + { id: "q2", title: "Where are you located?", content: "We are at 14/1, 100097, Tashkent." }, ]} title="Need Answers?" description="Everything you need to know about us." @@ -149,8 +149,8 @@ export default function LandingPage() {