diff --git a/src/app/page.tsx b/src/app/page.tsx index a38f3a0..204c0c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,112 +44,43 @@ export default function LandingPage() {
@@ -168,18 +91,9 @@ export default function LandingPage() { title="A Legacy of Flavor" description="Bansi Vihar has been serving the finest culinary traditions in Bihar for over two decades. Our commitment to authentic ingredients and soulful preparation makes every meal a memory." metrics={[ - { - value: "20+", - title: "Years Experience", - }, - { - value: "5000+", - title: "Happy Guests", - }, - { - value: "100%", - title: "Authentic Spices", - }, + { value: "20+", title: "Years Experience" }, + { value: "5000+", title: "Happy Guests" }, + { value: "100%", title: "Authentic Spices" } ]} imageSrc="http://img.b2bpic.net/free-photo/new-clean-luxury-restaurant-european-style-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18742.jpg" imageAlt="Bansi Vihar interior" @@ -195,60 +109,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Main Course", - name: "Paneer Butter Masala", - price: "₹320", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", - }, - { - id: "p2", - brand: "Main Course", - name: "Vegetable Biryani", - price: "₹280", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/muslim-family-having-dinner-floor_53876-15264.jpg", - }, - { - id: "p3", - brand: "Breads", - name: "Butter Naan Basket", - price: "₹120", - rating: 4, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg", - }, - { - id: "p4", - brand: "Main Course", - name: "Dal Makhani", - price: "₹250", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/indian-dhal-spicy-curry-bowl-spices-herbs-rustic-black-wooden-table_2829-18716.jpg", - }, - { - id: "p5", - brand: "Main Course", - name: "Special Chicken Curry", - price: "₹450", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pakistani-dish_23-2148825124.jpg", - }, - { - id: "p6", - brand: "Drinks", - name: "Mango Lassi", - price: "₹150", - rating: 4, - reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/pakhlava-shekerbura-presented-vintage-platter-tea-setup_140725-4128.jpg", - }, + { id: "p1", brand: "Main Course", name: "Paneer Butter Masala", price: "₹320", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg" }, + { id: "p2", brand: "Main Course", name: "Vegetable Biryani", price: "₹280", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/muslim-family-having-dinner-floor_53876-15264.jpg" }, + { id: "p3", brand: "Breads", name: "Butter Naan Basket", price: "₹120", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg" }, + { id: "p4", brand: "Main Course", name: "Dal Makhani", price: "₹250", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/indian-dhal-spicy-curry-bowl-spices-herbs-rustic-black-wooden-table_2829-18716.jpg" }, + { id: "p5", brand: "Main Course", name: "Special Chicken Curry", price: "₹450", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pakistani-dish_23-2148825124.jpg" }, + { id: "p6", brand: "Drinks", name: "Mango Lassi", price: "₹150", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/pakhlava-shekerbura-presented-vintage-platter-tea-setup_140725-4128.jpg" } ]} title="Our Signature Dishes" description="Handpicked favorites prepared with love and authentic Bihar-inspired recipes." @@ -257,44 +123,15 @@ export default function LandingPage() {