diff --git a/src/app/page.tsx b/src/app/page.tsx index 0153586..b694e09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -117,48 +77,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Chicken Curry", - price: "₹350", - variant: "Spicy", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=txw3gb", - }, - { - id: "p2", - name: "Veg Biryani", - price: "₹280", - variant: "Mild", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7q7z6q", - }, - { - id: "p3", - name: "Tandoori Platter", - price: "₹450", - variant: "Grilled", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e5d6i0", - }, - { - id: "p4", - name: "Paneer Masala", - price: "₹320", - variant: "Creamy", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bntoju", - }, - { - id: "p5", - name: "Garlic Naan", - price: "₹60", - variant: "Side", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kmvdwo", - }, - { - id: "p6", - name: "Gulab Jamun", - price: "₹90", - variant: "Dessert", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mfkns5", - }, + { id: "p1", name: "Chicken Curry", price: "₹350", variant: "Spicy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=txw3gb" }, + { id: "p2", name: "Veg Biryani", price: "₹280", variant: "Mild", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7q7z6q" }, + { id: "p3", name: "Tandoori Platter", price: "₹450", variant: "Grilled", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e5d6i0" }, + { id: "p4", name: "Paneer Masala", price: "₹320", variant: "Creamy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bntoju" }, ]} title="Our Signature Dishes" description="Explore our curated selection of authentic indian delicacies prepared with fresh ingredients." @@ -171,24 +93,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Garden Ambience", - description: "Relax in our beautiful garden restaurant setting.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bpfln0", - }, - { - id: "f2", - title: "Family Friendly", - description: "Perfect space for family dinners and celebrations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6nmwmg", - }, - { - id: "f3", - title: "Quick Delivery", - description: "Get your favorite dishes delivered to your doorstep.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ugf8vl", - }, + { id: "f1", title: "Garden Ambience", description: "Relax in our beautiful garden restaurant setting.", tag: "Ambiance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bpfln0" }, + { id: "f2", title: "Family Friendly", description: "Perfect space for family dinners and celebrations.", tag: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6nmwmg" }, + { id: "f3", title: "Quick Delivery", description: "Get your favorite dishes delivered to your doorstep.", tag: "Logistics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ugf8vl" }, ]} title="Why Choose Us?" description="We are committed to providing the best dining experience for our customers." @@ -201,41 +108,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Rahul P.", - role: "Foodie", - testimonial: "Amazing food! The ambiance is perfect.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zv54j9", - }, - { - id: "t2", - name: "Anjali S.", - role: "Local", - testimonial: "Great place for family outings. Loved the biryani.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0zx22", - }, - { - id: "t3", - name: "Vikram K.", - role: "Regular", - testimonial: "Consistently good quality and service.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ah2wk3", - }, - { - id: "t4", - name: "Sunita M.", - role: "Customer", - testimonial: "The garden seating is so peaceful.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=10stno", - }, - { - id: "t5", - name: "Amit B.", - role: "Visitor", - testimonial: "Best paneer in town!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rrt875", - }, + { id: "t1", name: "Rahul P.", role: "Foodie", testimonial: "Amazing food! The ambiance is perfect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zv54j9" }, + { id: "t2", name: "Anjali S.", role: "Local", testimonial: "Great place for family outings. Loved the biryani.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0zx22" }, + { id: "t3", name: "Vikram K.", role: "Regular", testimonial: "Consistently good quality and service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ah2wk3" }, + { id: "t4", name: "Sunita M.", role: "Customer", testimonial: "The garden seating is so peaceful.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=10stno" }, + { id: "t5", name: "Amit B.", role: "Visitor", testimonial: "Best paneer in town!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rrt875" }, ]} title="What Our Guests Say" description="Hear from our happy customers who love our authentic food and great vibes." @@ -247,21 +124,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "What are your opening hours?", - content: "We are open from 11 AM to 1 AM.", - }, - { - id: "q2", - title: "Do you offer home delivery?", - content: "Yes, we provide fast delivery services.", - }, - { - id: "q3", - title: "Is table reservation required?", - content: "It is recommended, especially for weekends.", - }, + { id: "q1", title: "What are your opening hours?", content: "We are open from 11 AM to 1 AM." }, + { id: "q2", title: "Do you offer home delivery?", content: "Yes, we provide fast delivery services." }, + { id: "q3", title: "Is table reservation required?", content: "It is recommended, especially for weekends." }, ]} title="Common Questions" description="Answers to some of the questions we get asked most often." @@ -273,15 +138,7 @@ export default function LandingPage() {