diff --git a/src/app/page.tsx b/src/app/page.tsx index 866ba4c..f5d21bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,103 +45,59 @@ export default function LandingPage() {
@@ -159,10 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Peaceful Ambience & Fort Views" description={[ - "Nestled near the historic Taragarh Fort in Bundi, Rajasthan, 'The Blue Door' offers a tranquil escape.", - "Our rooftop café provides the perfect romantic setting with a panoramic view of the majestic fort.", - "Whether it is a peaceful morning coffee or an elegant dinner under golden lighting, we promise an experience that is both budget-friendly and soul-satisfying.", - ]} + "Nestled near the historic Taragarh Fort in Bundi, Rajasthan, 'The Blue Door' offers a tranquil escape.", "Our rooftop café provides the perfect romantic setting with a panoramic view of the majestic fort.", "Whether it is a peaceful morning coffee or an elegant dinner under golden lighting, we promise an experience that is both budget-friendly and soul-satisfying."]} /> @@ -174,59 +119,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Snacks", - name: "Crispy Veg Pakoras", - price: "₹150", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=1", - }, + id: "p1", brand: "Snacks", name: "Crispy Veg Pakoras", price: "₹150", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg"}, { - id: "p2", - brand: "Main Course", - name: "Paneer Butter Masala", - price: "₹350", - rating: 5, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=2", - }, + id: "p2", brand: "Main Course", name: "Paneer Butter Masala", price: "₹350", rating: 5, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg"}, { - id: "p3", - brand: "Main Course", - name: "Dal Makhani", - price: "₹280", - rating: 4, - reviewCount: "56", - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=3", - }, + id: "p3", brand: "Main Course", name: "Dal Makhani", price: "₹280", rating: 4, + reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg"}, { - id: "p4", - brand: "Beverage", - name: "Fresh Lime Soda", - price: "₹90", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=1", - }, + id: "p4", brand: "Beverage", name: "Fresh Lime Soda", price: "₹90", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg"}, { - id: "p5", - brand: "Beverage", - name: "Masala Chai", - price: "₹60", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=2", - }, + id: "p5", brand: "Beverage", name: "Masala Chai", price: "₹60", rating: 5, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg"}, { - id: "p6", - brand: "Dessert", - name: "Gulab Jamun", - price: "₹120", - rating: 5, - reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=3", - }, + id: "p6", brand: "Dessert", name: "Gulab Jamun", price: "₹120", rating: 5, + reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg"}, ]} title="Our Menu" description="Exquisite pure vegetarian dishes and refreshments to please your palate." @@ -237,55 +146,38 @@ export default function LandingPage() { @@ -293,13 +185,12 @@ export default function LandingPage() { @@ -307,33 +198,21 @@ export default function LandingPage() {