diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a02a87..5aab155 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function Page() { title="Non è solo pizza" description="Impasti soffici, digeribili, realizzati con farine selezionate. Ingredienti scelti, combinazioni sorprendenti. Ogni trancio è pensato per farti tornare." imageSrc="http://img.b2bpic.net/free-photo/cute-little-hands-preparing-dough_23-2148339872.jpg" + useInvertedBackground={false} /> @@ -73,12 +74,12 @@ export default function Page() { animationType="slide-up" textboxLayout="split" products={[ - { id: "1", brand: "Classica", name: "Margherita Gourmet", price: "€4.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-food-texture-composition_23-2148964912.jpg?_wi=1" }, - { id: "2", brand: "Esclusiva", name: "Crema di Zucca e Tartufo", price: "€6.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-arrangement_23-2148574248.jpg?_wi=1" }, - { id: "3", brand: "Rustica", name: "Integrale ai Fiori", price: "€5.50", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausages-tomato-cheese-olives-pepper_141793-17552.jpg?_wi=1" }, - { id: "4", brand: "Special", name: "Bufala e Crudo", price: "€6.50", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-food-texture-composition_23-2148964912.jpg?_wi=2" }, - { id: "5", brand: "Gourmet", name: "Pesto e Pinoli", price: "€5.80", rating: 5, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-arrangement_23-2148574248.jpg?_wi=2" }, - { id: "6", brand: "Premium", name: "Mortadella e Pistacchio", price: "€6.20", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausages-tomato-cheese-olives-pepper_141793-17552.jpg?_wi=2" } + { id: "1", brand: "Classica", name: "Margherita Gourmet", price: "€4.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-food-texture-composition_23-2148964912.jpg" }, + { id: "2", brand: "Esclusiva", name: "Crema di Zucca e Tartufo", price: "€6.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-arrangement_23-2148574248.jpg" }, + { id: "3", brand: "Rustica", name: "Integrale ai Fiori", price: "€5.50", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausages-tomato-cheese-olives-pepper_141793-17552.jpg" }, + { id: "4", brand: "Special", name: "Bufala e Crudo", price: "€6.50", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-food-texture-composition_23-2148964912.jpg" }, + { id: "5", brand: "Gourmet", name: "Pesto e Pinoli", price: "€5.80", rating: 5, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-arrangement_23-2148574248.jpg" }, + { id: "6", brand: "Premium", name: "Mortadella e Pistacchio", price: "€6.20", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausages-tomato-cheese-olives-pepper_141793-17552.jpg" } ]} useInvertedBackground={true} /> @@ -98,6 +99,7 @@ export default function Page() { { id: "4", name: "Sara B.", role: "Chef", company: "Cliente Affezionato", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543707.jpg" }, { id: "5", name: "Giulio R.", role: "Food Critic", company: "Cliente Affezionato", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-girlfriends-enjoying-pizza-having-date_23-2147743638.jpg" } ]} + useInvertedBackground={false} />