From cae974072cab0dde7577c6e2ec6c324c5176c7ae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 09:36:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd2c32e..a95cdac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,10 +102,10 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "pollo-intero", name: "Pollo alla Brace Intero", price: "€8,50", imageSrc: "https://images.unsplash.com/photo-1598103442097-8b74394b95c6?w=400&h=400&fit=crop", imageAlt: "Pollo intero arrostito", initialQuantity: 1 + id: "pollo-intero", name: "Pollo alla Brace Intero", price: "€8,50", imageSrc: "https://images.unsplash.com/photo-1598103442097-8b74394b95c6?w=400&h=400&fit=crop&_wi=1", imageAlt: "Pollo intero arrostito", initialQuantity: 1 }, { - id: "pulcino", name: "Pulcino Arrosto", price: "€6,00", imageSrc: "https://images.unsplash.com/photo-1598103442097-8b74394b95c6?w=400&h=400&fit=crop", imageAlt: "Pulcino tenero e succulento", initialQuantity: 1 + id: "pulcino", name: "Pulcino Arrosto", price: "€6,00", imageSrc: "https://images.unsplash.com/photo-1598103442097-8b74394b95c6?w=400&h=400&fit=crop&_wi=2", imageAlt: "Pulcino tenero e succulento", initialQuantity: 1 }, { id: "ali-mini", name: "Pollo con Mini Ala", price: "€5,50", imageSrc: "https://images.unsplash.com/photo-1532910335716-ef0ee65b2b98?w=400&h=400&fit=crop", imageAlt: "Pollo con ali mini", initialQuantity: 1 @@ -135,11 +135,11 @@ export default function LandingPage() { testimonials={[ { id: "review-1", name: "Maria Rossi", role: "Cliente Fedele", company: "Catania", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=1" }, { id: "review-2", name: "Giuseppe Marino", role: "Imprenditore", company: "Catania", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=1" }, { id: "review-3", name: "Francesca Leone", role: "Insegnante", company: "Catania", rating: 5, @@ -151,11 +151,11 @@ export default function LandingPage() { }, { id: "review-5", name: "Lucia Fermi", role: "Mamma", company: "Catania", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=2" }, { id: "review-6", name: "Paolo Conti", role: "Commerciante", company: "Catania", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=2" } ]} kpiItems={[ -- 2.49.1