diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bbca1d..62279ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,12 +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 (Classic hearty start)", 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 (Light and crispy)", 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 (Savory delight)", 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 (Freshly roasted beans)", 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 (Protein-packed)", 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 (Rich cocoa velvet)", 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." @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}