Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -47,8 +47,8 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-delight_23-2151950796.jpg", imageAlt: "Fresh Pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg", imageAlt: "Kebab Dish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg", imageAlt: "Healthy Food" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg?_wi=1", imageAlt: "Kebab Dish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg?_wi=1", imageAlt: "Healthy Food" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,9 +75,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Doner Kebab", brand: "Istanbul", price: "6 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg" },
|
||||
{ id: "1", name: "Doner Kebab", brand: "Istanbul", price: "6 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg?_wi=2" },
|
||||
{ id: "2", name: "Margherita Pizza", brand: "Istanbul", price: "7 €", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg" },
|
||||
{ id: "3", name: "Falafel Plate", brand: "Istanbul", price: "5 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg" },
|
||||
{ id: "3", name: "Falafel Plate", brand: "Istanbul", price: "5 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg?_wi=2" },
|
||||
{ id: "4", name: "Turkish Pide", brand: "Istanbul", price: "8 €", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg" },
|
||||
{ id: "5", name: "Diavola Pizza", brand: "Istanbul", price: "9 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-6885.jpg" },
|
||||
{ id: "6", name: "Lahmacun", brand: "Istanbul", price: "4 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/lahmajun-with-herbs-lemon_141793-682.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user