diff --git a/src/app/page.tsx b/src/app/page.tsx index 2282f5b..0f391ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,39 +31,25 @@ export default function LandingPage() {
@@ -71,25 +57,15 @@ export default function LandingPage() { @@ -100,63 +76,13 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "1", - brand: "Korean", - name: "Signature Bulgogi", - price: "145,000 UZS", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-served-with-sauce-korean-style_1150-42939.jpg", - }, - { - id: "2", - brand: "European", - name: "Truffle Pasta", - price: "125,000 UZS", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-red-caviar-salmon-avocado_140725-6797.jpg", - }, - { - id: "3", - brand: "Fusion", - name: "Kimchi Risotto", - price: "110,000 UZS", - rating: 5, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-delivery-top-view-rolls-with-fish-background_132075-14244.jpg", - }, - { - id: "4", - brand: "Korean", - name: "Bibimbap Deluxe", - price: "95,000 UZS", - rating: 4, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-fresh-fruits-white-surface-birthday-tea-biscuit-sweet-cream-cake_140725-101608.jpg", - }, - { - id: "5", - brand: "European", - name: "Grilled Salmon", - price: "180,000 UZS", - rating: 5, - reviewCount: "70", - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-berries-herbs-cherry-tomatoes-mozarella-balls_114579-3555.jpg", - }, - { - id: "6", - brand: "Fusion", - name: "Fusion Dessert", - price: "65,000 UZS", - rating: 5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/pickled-olives-glass-jar-with-black-bread-slices-blue_114579-15505.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 Signature Dishes" - description="Explore our curated selection of Korean and European delicacies." + title="Our Menu" + description="Simply the best smash burgers in town." /> @@ -167,24 +93,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "5000+", - description: "Happy Guests Served", - }, - { - id: "m2", - value: "24", - description: "Unique Fusion Dishes", - }, - { - id: "m3", - value: "5", - description: "Years of Excellence", - }, + { id: "m1", value: "10k+", description: "Burgers Smashed" }, + { id: "m2", value: "4.9/5", description: "Guest Rating" }, + { id: "m3", value: "15", description: "Unique Toppings" }, ]} - title="Chenson by the Numbers" - description="Our commitment to quality, measured by our guest satisfaction." + title="By The Numbers" + description="Quality you can taste." /> @@ -194,81 +108,24 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Elena Kim", - role: "Food Blogger", - company: "Tashkent Eats", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", - }, - { - id: "2", - name: "Mark Evans", - role: "Expats Club", - company: "Tashkent", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-with-white-wine_140725-5302.jpg", - }, - { - id: "3", - name: "Sofia Mirza", - role: "Frequent Diner", - company: "Local Expert", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-food_23-2149152941.jpg", - }, - { - id: "4", - name: "David Ivanov", - role: "Critic", - company: "Fine Dining Review", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-fast-food_23-2150347937.jpg", - }, - { - id: "5", - name: "Anna Petrova", - role: "Foodie", - company: "Socialite", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-airline-check-attendant-counter_107420-95799.jpg", - }, + { 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: "4.9/5", - label: "Avg Rating", - }, - { - value: "100%", - label: "Freshness", - }, - { - value: "95%", - label: "Retention", - }, + { value: "98%", label: "Happy Guests" }, + { value: "5min", label: "Fast Prep" }, + { value: "100%", label: "Fresh" }, ]} - title="Guest Experiences" - description="What our guests say about their dining experience at Chenson." + title="Fan Favorites" + description="Don't just take our word for it." />
@@ -277,24 +134,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you offer delivery?", - content: "Yes, we partner with major delivery platforms in Tashkent.", - }, - { - id: "q2", - title: "Do you have vegetarian options?", - content: "Yes, our menu features many vegetarian fusion options.", - }, - { - id: "q3", - title: "Is a reservation necessary?", - content: "Recommended for weekends to ensure availability.", - }, + { 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="Common Questions" - description="Everything you need to know about our restaurant." + title="Need Answers?" + description="Everything you need to know about us." faqsAnimation="slide-up" /> @@ -302,66 +146,24 @@ export default function LandingPage() {