Merge version_1 into main #3
@@ -57,15 +57,15 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg", imageAlt: "Pane fresco artigianale"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg", imageAlt: "Selezione di pani"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg?_wi=1", imageAlt: "Selezione di pani"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg", imageAlt: "Cornetti artigianali"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg?_wi=1", imageAlt: "Cornetti artigianali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg", imageAlt: "Rosticceria gourmet"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg?_wi=1", imageAlt: "Rosticceria gourmet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg", imageAlt: "Pasticceria artigianale"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg?_wi=1", imageAlt: "Pasticceria artigianale"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg", imageAlt: "Specialità salate"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg?_wi=1", imageAlt: "Specialità salate"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -88,19 +88,19 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Panificio Amico", name: "Pane di Tumminia", price: "4.50€/kg", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg"},
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", brand: "Panificio Amico", name: "Cornetto Tradizionale", price: "1.20€", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg"},
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", brand: "Panificio Amico", name: "Pizza a Lievitazione Naturale", price: "2.50€", rating: 4,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg"},
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4", brand: "Panificio Amico", name: "Biscotti Casarecci", price: "12€/kg", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg"},
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg?_wi=2"},
|
||||
{
|
||||
id: "p5", brand: "Panificio Amico", name: "Arancina Siciliana", price: "2.00€", rating: 5,
|
||||
reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg"},
|
||||
reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg?_wi=2"},
|
||||
{
|
||||
id: "p6", brand: "Panificio Amico", name: "Brioche col Tuppo", price: "1.50€", rating: 5,
|
||||
reviewCount: "290", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-cup-espresso-blue-table_114579-4408.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user