Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc27060749 | |||
| 868ff6c57f | |||
| 9371cae8b5 | |||
| a830ef185a |
@@ -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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CqT5vOWVN4y0DJ7EIhscCLzwNH/uploaded-1777127374369-q1aohlud.png" },
|
||||
{ id: "p2", brand: "Specials", name: "French Breakfast (Light and crispy)", price: "₹420", rating: 5, reviewCount: "98", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CqT5vOWVN4y0DJ7EIhscCLzwNH/uploaded-1777127374369-bjtbnq7v.png" },
|
||||
{ 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."
|
||||
|
||||
Reference in New Issue
Block a user