diff --git a/src/app/page.tsx b/src/app/page.tsx index d29df70..9bbca1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -119,60 +80,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Specials", - name: "English Breakfast", - price: "₹450", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-breakfast-ready-be-served_23-2148543651.jpg", - }, - { - id: "p2", - brand: "Specials", - name: "French Breakfast", - price: "₹420", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-fried-eggs-white-plate-with-toast-copy-space-wooden-surface-horizontal_176474-896.jpg", - }, - { - id: "p3", - brand: "Croissant", - name: "Chicken Salami Croissant", - price: "₹350", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg", - }, - { - id: "p4", - brand: "Drink", - name: "Artisan Coffee", - price: "₹150", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-menu-board-street_1101-3075.jpg", - }, - { - id: "p5", - brand: "Special", - name: "Healthy Omelette Platter", - price: "₹380", - rating: 4, - reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-oatmeal-fruit-recipe_23-2148226054.jpg", - }, - { - id: "p6", - brand: "Drink", - name: "Signature Hot Chocolate", - price: "₹200", - rating: 5, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-by-window_53876-65125.jpg", - }, + { id: "p1", brand: "Specials", name: "English Breakfast", price: "₹450", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-breakfast-ready-be-served_23-2148543651.jpg" }, + { id: "p2", brand: "Specials", name: "French Breakfast", price: "₹420", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-fried-eggs-white-plate-with-toast-copy-space-wooden-surface-horizontal_176474-896.jpg" }, + { id: "p3", brand: "Croissant", name: "Chicken Salami Croissant", price: "₹350", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg" }, + { id: "p4", brand: "Drink", name: "Artisan Coffee", price: "₹150", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-menu-board-street_1101-3075.jpg" }, + { id: "p5", brand: "Special", name: "Healthy Omelette Platter", price: "₹380", rating: 4, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-oatmeal-fruit-recipe_23-2148226054.jpg" }, + { id: "p6", brand: "Drink", name: "Signature Hot Chocolate", price: "₹200", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-by-window_53876-65125.jpg" }, ]} title="Breakfast Specials" description="Thoughtfully crafted dishes for every mood, from classic platters to artisan sandwiches." @@ -185,39 +98,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Farm to Table", - author: "Values", - description: "We source the freshest local ingredients.", - tags: [ - "Sustainable", - "Quality", - ], - imageSrc: "http://img.b2bpic.net/free-photo/omelet-with-pepper-dark-pan_114579-24696.jpg", - }, - { - id: "f2", - title: "Early Risers", - author: "Service", - description: "Opening early for our Nashik community.", - tags: [ - "Morning", - "Early", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-hot-beverage_23-2147765389.jpg", - }, - { - id: "f3", - title: "Zero Waste", - author: "Mindset", - description: "Every ingredient is valued and utilized.", - tags: [ - "Ethical", - "Eco-friendly", - ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-waffles-with-figs-nuts_23-2148352368.jpg", - }, + { id: "f1", title: "Farm to Table", author: "Values", description: "We source the freshest local ingredients.", tags: ["Sustainable", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/omelet-with-pepper-dark-pan_114579-24696.jpg" }, + { id: "f2", title: "Early Risers", author: "Service", description: "Opening early for our Nashik community.", tags: ["Morning", "Early"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-hot-beverage_23-2147765389.jpg" }, + { id: "f3", title: "Zero Waste", author: "Mindset", description: "Every ingredient is valued and utilized.", tags: ["Ethical", "Eco-friendly"], imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-waffles-with-figs-nuts_23-2148352368.jpg" }, ]} title="Why You'll Love Us" description="Our philosophy revolves around quality, community, and mindful indulgence." @@ -230,41 +113,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Anjali R.", - role: "Foodie", - testimonial: "Best coffee and eggs in Nashik. Thoughtfully done and truly satisfying.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-arranging-table_23-2150279898.jpg", - }, - { - id: "2", - name: "Siddharth M.", - role: "Early Riser", - testimonial: "Fantastic variety and perfectly cooked eggs. Ideal spot for professionals.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-buns-coffee-composition_23-2147699860.jpg", - }, - { - id: "3", - name: "Pooja K.", - role: "Regular", - testimonial: "My second visit here! English breakfast and croissants are spot on.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-afro-american-woman-eith-curly-hair-closes-eyes-from-happiness-keeps-hand-near-heart-drinks-takeaway-coffe-enjoys-leisure-time-dressed-fashionable-clothes-isolated-green-wall_273609-47974.jpg", - }, - { - id: "4", - name: "Vikram J.", - role: "Traveler", - testimonial: "Limited space, but the ambience is welcoming and calm. Truly lovely.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-smiling-holding-grapefruit-piece-white-wall-healthy-fitness-nutrition_176420-10120.jpg", - }, - { - id: "5", - name: "Meera S.", - role: "Brunch Lover", - testimonial: "Lovely spot for breakfast. The service is great and food is high quality.", - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", - }, + { id: "1", name: "Anjali R.", role: "Foodie", testimonial: "Best coffee and eggs in Nashik. Thoughtfully done and truly satisfying.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-arranging-table_23-2150279898.jpg" }, + { id: "2", name: "Siddharth M.", role: "Early Riser", testimonial: "Fantastic variety and perfectly cooked eggs. Ideal spot for professionals.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-buns-coffee-composition_23-2147699860.jpg" }, + { id: "3", name: "Pooja K.", role: "Regular", testimonial: "My second visit here! English breakfast and croissants are spot on.", imageSrc: "http://img.b2bpic.net/free-photo/positive-afro-american-woman-eith-curly-hair-closes-eyes-from-happiness-keeps-hand-near-heart-drinks-takeaway-coffe-enjoys-leisure-time-dressed-fashionable-clothes-isolated-green-wall_273609-47974.jpg" }, + { id: "4", name: "Vikram J.", role: "Traveler", testimonial: "Limited space, but the ambience is welcoming and calm. Truly lovely.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-smiling-holding-grapefruit-piece-white-wall-healthy-fitness-nutrition_176420-10120.jpg" }, + { id: "5", name: "Meera S.", role: "Brunch Lover", testimonial: "Lovely spot for breakfast. The service is great and food is high quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg" }, ]} title="Loved by Nashik" description="Hear what our wonderful guests have to say about their breakfast experiences." @@ -273,39 +126,13 @@ export default function LandingPage() {