Merge version_1 into main #2
@@ -73,12 +73,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" },
|
||||
{ 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" }
|
||||
{ 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" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user