Merge version_2 into main #3
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user