Update src/app/page.tsx
This commit is contained in:
@@ -120,17 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Pan-Seared Scallops", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-radish-meal-with-meat-inside-white-plate-table-food-meal-dinner-restaurant_140725-28248.jpg?_wi=1"},
|
||||
id: "p1", name: "Pan-Seared Scallops", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-radish-meal-with-meat-inside-white-plate-table-food-meal-dinner-restaurant_140725-28248.jpg?_wi=1", priceButtonProps: { text: "Order Now" }},
|
||||
{
|
||||
id: "p2", name: "Vantage Smoked Old Fashioned", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=1"},
|
||||
id: "p2", name: "Vantage Smoked Old Fashioned", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=1", priceButtonProps: { text: "Order Now" }},
|
||||
{
|
||||
id: "p3", name: "Truffle Infused Pasta", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/plate-smoked-salmon-caesar-salad-garnished-with-grated-parmesan_140725-4102.jpg?_wi=1"},
|
||||
id: "p3", name: "Truffle Infused Pasta", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/plate-smoked-salmon-caesar-salad-garnished-with-grated-parmesan_140725-4102.jpg?_wi=1", priceButtonProps: { text: "Order Now" }},
|
||||
{
|
||||
id: "p4", name: "Velvet Chocolate Tart", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/woman-will-eat-portioned-layered-cacao-cake-with-white-cream-chocolate-pieces_141793-2217.jpg"},
|
||||
id: "p4", name: "Velvet Chocolate Tart", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/woman-will-eat-portioned-layered-cacao-cake-with-white-cream-chocolate-pieces_141793-2217.jpg", priceButtonProps: { text: "Order Now" }},
|
||||
{
|
||||
id: "p5", name: "Herb Crusted Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-food-smoked-herring-fish-served-with-green-onion-lemon-cherry-tomatoes-spices-bread-tahini-sauce-dark-top-view-with-close-up_114579-28.jpg"},
|
||||
id: "p5", name: "Herb Crusted Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-food-smoked-herring-fish-served-with-green-onion-lemon-cherry-tomatoes-spices-bread-tahini-sauce-dark-top-view-with-close-up_114579-28.jpg", priceButtonProps: { text: "Order Now" }},
|
||||
{
|
||||
id: "p6", name: "Vantage Prime Burger", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-served-nutritious-caesar-salad-with-chicken-served-with-black-slice-with-sesame-seeds-top_132075-8861.jpg"},
|
||||
id: "p6", name: "Vantage Prime Burger", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-served-nutritious-caesar-salad-with-chicken-served-with-black-slice-with-sesame-seeds-top_132075-8861.jpg", priceButtonProps: { text: "Order Now" }},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Explore a culinary journey featuring seasonal favorites and crafted spirits."
|
||||
@@ -258,4 +258,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user