From 69278acba586c277e8adf8dc26c9511b3d31ca1d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 17:28:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 281 +++++++---------------------------------------- 1 file changed, 42 insertions(+), 239 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 324ca42..64aa674 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,70 +32,26 @@ export default function LandingPage() {
@@ -103,15 +59,8 @@ export default function LandingPage() { @@ -123,45 +72,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Loaded Cheese Nachos", - price: "₹399", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4tagm5", - }, - { - id: "p2", - name: "Chicken Lollypop", - price: "₹449", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tsoncf", - }, - { - id: "p3", - name: "Alfredo Pasta", - price: "₹529", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ioaj7b", - }, - { - id: "p4", - name: "Cool Blue Mocktail", - price: "₹249", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i909m2", - }, - { - id: "p5", - name: "Fish Fry", - price: "₹499", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2yt2tp", - }, - { - id: "p6", - name: "Chocolate Brownie", - price: "₹299", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4w87m", - }, + { id: "m1", name: "Mutton Angara", price: "₹499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4tagm5" }, + { id: "m2", name: "Chicken Tandoori Mixed Grill", price: "₹699", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tsoncf" }, + { id: "m3", name: "Signature Tuba Biryani", price: "₹450", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ioaj7b" }, ]} - title="Our Popular Dishes" - description="Indulge in our curated selection of flavors." + title="Menu Highlights" + description="Our signature dishes crafted with love and authentic spices." /> @@ -172,30 +88,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "4.0", - title: "Star Rating", - description: "Over 4,100 reviews", - icon: Star, - }, - { - id: "m2", - value: "1am", - title: "Late Night", - description: "Open daily until 1 AM", - icon: Clock, - }, - { - id: "m3", - value: "Global", - title: "Cuisine", - description: "Italian, Indian, Chinese", - icon: Globe, - }, + { id: "m1", value: "4.8", title: "Rating", description: "Highly rated by patrons", icon: Star }, + { id: "m2", value: "10+", title: "Years", description: "Serving quality food", icon: Clock }, + { id: "m3", value: "100%", title: "Flavor", description: "Authentic ingredients", icon: Globe }, ]} - title="Dining Highlights" - description="What our guests love about us." + title="Why Choose Us?" + description="Experience culinary excellence at Tuba Restaurant." /> @@ -204,49 +102,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Great Vibe", - quote: "Food quality is good, well staff, and nice atmosphere.", - name: "Abhi", - role: "Local Guide", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8ys3y", - }, - { - id: "t2", - title: "Cozy Spot", - quote: "Bombay63 is a decent spot, cozy and has a warm, welcoming vibe.", - name: "Rahul Gupta", - role: "Local Guide", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64lrgu", - }, - { - id: "t3", - title: "Amazing Singer", - quote: "Great singer and great choice of songs. Loved the veg noodles.", - name: "Neha Agrawal", - role: "Local Guide", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t0djrc", - }, - { - id: "t4", - title: "Delicious Food", - quote: "The food is tasty, well-presented, and quite satisfying.", - name: "Ankit R.", - role: "Foodie", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7w3bn7", - }, - { - id: "t5", - title: "Awesome Place", - quote: "Awesome place, food is delicious. Oh, the toilets are super clean!", - name: "Sita V.", - role: "Visitor", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ya1pas", - }, + { id: "t1", title: "Exceptional Taste", quote: "The Mutton Angara is the best I have ever had!", name: "Arjun", role: "Regular Customer" }, + { id: "t2", title: "Great Experience", quote: "The grill platter was perfectly cooked and delicious.", name: "Sunita", role: "Food Critic" }, ]} title="Guest Reviews" - description="Hear what our wonderful guests have to say." + description="What our patrons say about us." /> @@ -255,24 +115,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "What are your opening hours?", - content: "We are open daily until 1 AM.", - }, - { - id: "f2", - title: "Do you offer delivery?", - content: "Yes, we provide no-contact delivery options.", - }, - { - id: "f3", - title: "Is table reservation available?", - content: "Yes, you can easily reserve a table online via our website or call us.", - }, + { id: "f1", title: "Do you offer home delivery?", content: "Yes, we provide home delivery services through our partners." }, + { id: "f2", title: "Do you host private events?", content: "Yes, we accommodate private bookings for gatherings." }, ]} title="Common Questions" - description="Everything you need to know about dining at Bombay63." + description="Answers to your queries." faqsAnimation="slide-up" /> @@ -281,81 +128,37 @@ export default function LandingPage() {
); -} +} \ No newline at end of file