Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73bb9f47ac | |||
| 1bc020aeab | |||
| 84d02c772c | |||
| 720d63b939 |
@@ -109,12 +109,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Signature Cheesy Garlic Bread", price: "Best Seller", variant: "Appetizers", imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944020.jpg?_wi=2" },
|
||||
{ id: "2", name: "Garden Fresh Sandwich", price: "Daily Fresh", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-inside-plate-blue_140725-29976.jpg" },
|
||||
{ id: "3", name: "Chef's Special Buffet", price: "Best Value", variant: "Buffet", imageSrc: "http://img.b2bpic.net/free-photo/meal-different-food-table-dinner-lunch_132075-14565.jpg" },
|
||||
{ id: "4", name: "Classic Creamy Pasta", price: "Customer Fav", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table-served-with-various-dishes-as-sour-yogurt-with-herbs-rice-with-vegetables-salad_140725-12141.jpg" },
|
||||
{ id: "5", name: "Artisan Coffee Blend", price: "Fresh Brewed", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-wearing-white-shirt-black-stylish-hat-using-wireless-internet-connection-his-mobile-phone-messaging-friends-online-via-social-networks-while-sitting-table-cozy-cafe_273609-1511.jpg" },
|
||||
{ id: "6", name: "Homemade Rich Brownie", price: "Sweet Treat", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg" },
|
||||
{ id: "1", name: "Signature Cheesy Garlic Bread", price: "Best Seller", variant: "Appetizers: Crispy, golden-brown crust loaded with melted mozzarella and aromatic roasted garlic butter.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944020.jpg?_wi=2" },
|
||||
{ id: "2", name: "Garden Fresh Sandwich", price: "Daily Fresh", variant: "Main Course: Farm-fresh crunchy vegetables layered between toasted artisan sourdough with a hint of tangy pesto.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-inside-plate-blue_140725-29976.jpg" },
|
||||
{ id: "3", name: "Chef's Special Buffet", price: "Best Value", variant: "Buffet: An exquisite spread featuring global flavors, savory curries, and delightful seasonal salads.", imageSrc: "http://img.b2bpic.net/free-photo/meal-different-food-table-dinner-lunch_132075-14565.jpg" },
|
||||
{ id: "4", name: "Classic Creamy Pasta", price: "Customer Fav", variant: "Main Course: Silky fettuccine tossed in a rich, velvety parmesan cream sauce with delicate hints of black pepper.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table-served-with-various-dishes-as-sour-yogurt-with-herbs-rice-with-vegetables-salad_140725-12141.jpg" },
|
||||
{ id: "5", name: "Artisan Coffee Blend", price: "Fresh Brewed", variant: "Beverage: Locally roasted beans delivered with a full-bodied flavor profile and a smooth, chocolatey finish.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-wearing-white-shirt-black-stylish-hat-using-wireless-internet-connection-his-mobile-phone-messaging-friends-online-via-social-networks-while-sitting-table-cozy-cafe_273609-1511.jpg" },
|
||||
{ id: "6", name: "Homemade Rich Brownie", price: "Sweet Treat", variant: "Dessert: Intense dark chocolate indulgence, perfectly fudgy inside with a delicate, crackly crust topping.", imageSrc: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg" },
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Explore our curated selection of delicious offerings, prepared daily with fresh ingredients."
|
||||
@@ -187,4 +187,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user