Merge version_2 into main #6
@@ -63,11 +63,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Χωριάτικο Ψωμί", price: "2.50€", variant: "Παραδοσιακά", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg" },
|
||||
id: "p1", name: "Χωριάτικο Ψωμί", price: "2.50€", variant: "Παραδοσιακά", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg?_wi=1" },
|
||||
{
|
||||
id: "p2", name: "Κρουασάν Βουτύρου", price: "1.80€", variant: "Πρωινό", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg" },
|
||||
id: "p2", name: "Κρουασάν Βουτύρου", price: "1.80€", variant: "Πρωινό", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg?_wi=1" },
|
||||
{
|
||||
id: "p3", name: "Παραδοσιακός Μπακλαβάς", price: "3.20€", variant: "Γλυκά", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg" },
|
||||
id: "p3", name: "Παραδοσιακός Μπακλαβάς", price: "3.20€", variant: "Γλυκά", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg?_wi=1" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,13 +93,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Παραδοσιακά", name: "Χωριάτικο Ψωμί", price: "2.50€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg"},
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", brand: "Πρωινό", name: "Κρουασάν Βουτύρου", price: "1.80€", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg"},
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", brand: "Γλυκά", name: "Παραδοσιακός Μπακλαβάς", price: "3.20€", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg"},
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg?_wi=2"},
|
||||
]}
|
||||
title="Τα Προϊόντα μας"
|
||||
description="Δοκιμάστε τις χειροποίητες δημιουργίες μας."
|
||||
|
||||
Reference in New Issue
Block a user