Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -124,17 +124,17 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "starters", name: "Starters & Appetizers", price: "Fresh Selection", imageSrc: "http://img.b2bpic.net/free-photo/canape-served-plate-festive-table_1304-4021.jpg"},
|
||||
id: "starters", name: "Starters & Appetizers", price: "Fresh Selection", imageSrc: "http://img.b2bpic.net/free-photo/canape-served-plate-festive-table_1304-4021.jpg?_wi=1"},
|
||||
{
|
||||
id: "mains", name: "Main Dishes", price: "Culinary Excellence", imageSrc: "http://img.b2bpic.net/free-photo/canape-served-plate-festive-table_1304-4021.jpg"},
|
||||
id: "mains", name: "Main Dishes", price: "Culinary Excellence", imageSrc: "http://img.b2bpic.net/free-photo/canape-served-plate-festive-table_1304-4021.jpg?_wi=2"},
|
||||
{
|
||||
id: "cocktails", name: "Signature Cocktails", price: "Craft Mixology", imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-with-pomegranate-syrup_141793-16683.jpg"},
|
||||
id: "cocktails", name: "Signature Cocktails", price: "Craft Mixology", imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-with-pomegranate-syrup_141793-16683.jpg?_wi=1"},
|
||||
{
|
||||
id: "beers", name: "Premium Beers", price: "Global Selection", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-131398.jpg"},
|
||||
{
|
||||
id: "softdrinks", name: "Soft Drinks", price: "Non-Alcoholic", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-hand-pouring-sangria_23-2149426398.jpg"},
|
||||
{
|
||||
id: "house", name: "House Specials", price: "Exclusive Creations", imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-with-pomegranate-syrup_141793-16683.jpg"},
|
||||
id: "house", name: "House Specials", price: "Exclusive Creations", imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-with-pomegranate-syrup_141793-16683.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user