diff --git a/src/app/page.tsx b/src/app/page.tsx index d642312..4885f4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,23 +33,23 @@ export default function LandingPage() { navItems={[ { name: "About", id: "#about" }, { name: "Menu", id: "#menu" }, - { name: "Testimonials", id: "#testimonials" }, + { name: "Experience", id: "#testimonials" }, { name: "Contact", id: "#contact" }, ]} - brandName="Tashkent Smash" + brandName="Smash Burger" />
@@ -57,15 +57,15 @@ export default function LandingPage() { @@ -76,13 +76,13 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "1", brand: "Classic", name: "Tashkent Signature", price: "45,000 UZS", rating: 5, reviewCount: "250", imageSrc: "https://img.b2bpic.net/free-photo/cheeseburger-with-lettuce-tomato-white-plate_140725-7828.jpg" }, - { id: "2", brand: "Premium", name: "Double Truffle", price: "75,000 UZS", rating: 5, reviewCount: "180", imageSrc: "https://img.b2bpic.net/free-photo/burger-with-truffle-sauce_140725-7828.jpg" }, - { id: "3", brand: "Classic", name: "Smash & Bacon", price: "55,000 UZS", rating: 4, reviewCount: "310", imageSrc: "https://img.b2bpic.net/free-photo/bacon-cheeseburger_140725-7828.jpg" }, - { id: "4", brand: "Vegetarian", name: "Garden Smash", price: "40,000 UZS", rating: 4, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/vegan-burger_140725-7828.jpg" }, + { id: "1", brand: "Classic", name: "Signature Smash", price: "$8.50", rating: 5, reviewCount: "250", imageSrc: "https://img.b2bpic.net/free-photo/cheeseburger-with-lettuce-tomato-white-plate_140725-7828.jpg" }, + { id: "2", brand: "Premium", name: "Double Truffle Smash", price: "$12.99", rating: 5, reviewCount: "180", imageSrc: "https://img.b2bpic.net/free-photo/burger-with-truffle-sauce_140725-7828.jpg" }, + { id: "3", brand: "Classic", name: "Bacon Cheese Smash", price: "$9.99", rating: 4, reviewCount: "310", imageSrc: "https://img.b2bpic.net/free-photo/bacon-cheeseburger_140725-7828.jpg" }, + { id: "4", brand: "Vegan", name: "Impossible Smash", price: "$11.50", rating: 4, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/vegan-burger_140725-7828.jpg" }, ]} title="Our Menu" - description="Simply the best smash burgers in the capital." + description="Simply the best smash burgers in town." /> @@ -93,9 +93,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { id: "m1", value: "10k+", description: "Burgers Smashed in Tashkent" }, + { id: "m1", value: "10k+", description: "Burgers Smashed" }, { id: "m2", value: "4.9/5", description: "Guest Rating" }, - { id: "m3", value: "15", description: "Local Toppings" }, + { id: "m3", value: "15", description: "Unique Toppings" }, ]} title="By The Numbers" description="Quality you can taste." @@ -108,8 +108,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Ali M.", role: "Local Foodie", company: "Tashkent Eats", rating: 5 }, - { id: "2", name: "Dilnoza K.", role: "Student", company: "Tashkent Diner", rating: 5 }, + { id: "1", name: "John D.", role: "Local Foodie", company: "City Bites", rating: 5 }, + { id: "2", name: "Sarah W.", role: "Frequent Diner", company: "Student", rating: 5 }, ]} kpiItems={[ { value: "98%", label: "Happy Guests" }, @@ -117,18 +117,17 @@ export default function LandingPage() { { value: "100%", label: "Fresh" }, ]} title="Fan Favorites" - description="The talk of the town in Tashkent." + description="Don't just take our word for it." />
@@ -137,8 +136,8 @@ export default function LandingPage() { textboxLayout="split" 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: "q1", title: "Do you offer delivery?", content: "Yes, via UberEats and DoorDash." }, + { id: "q2", title: "Gluten free?", content: "We offer lettuce wraps as an alternative." }, ]} title="Need Answers?" description="Everything you need to know about us." @@ -150,7 +149,7 @@ export default function LandingPage() {