Merge version_1 into main #4
@@ -51,13 +51,13 @@ export default function PizzaLandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-stand-with-knives-rolling-pin-flour-black-table_141793-13170.jpg", imageAlt: "Fresh delicious pizza"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-stand-with-knives-rolling-pin-flour-black-table_141793-13170.jpg?_wi=1", imageAlt: "Fresh delicious pizza"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg", imageAlt: "Classic pepperoni pizza"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg?_wi=1", imageAlt: "Classic pepperoni pizza"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg", imageAlt: "Fresh vegetarian pizza"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg?_wi=1", imageAlt: "Fresh vegetarian pizza"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -76,11 +76,11 @@ export default function PizzaLandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Signature", name: "Classic Margherita", price: "$14.99", rating: 5,
|
||||
reviewCount: "328 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg", imageAlt: "Classic Margherita pizza"
|
||||
reviewCount: "328 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg?_wi=2", imageAlt: "Classic Margherita pizza"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Signature", name: "Pepperoni Supreme", price: "$16.99", rating: 5,
|
||||
reviewCount: "412 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg", imageAlt: "Pepperoni Supreme pizza"
|
||||
reviewCount: "412 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg?_wi=2", imageAlt: "Pepperoni Supreme pizza"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Specialty", name: "Hawaiian Blend", price: "$15.99", rating: 5,
|
||||
@@ -123,15 +123,15 @@ export default function PizzaLandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Fresh Ingredients", tags: ["Organic", "Local", "Daily"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg", imageAlt: "Fresh pizza ingredients"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bowl-vegetable-salad-with-vegetables-dark-grey-background_140725-134278.jpg?_wi=3", imageAlt: "Fresh pizza ingredients"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Wood-Fired Oven", tags: ["Authentic", "Traditional", "Crafted"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-stand-with-knives-rolling-pin-flour-black-table_141793-13170.jpg", imageAlt: "Wood-fired oven"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-stand-with-knives-rolling-pin-flour-black-table_141793-13170.jpg?_wi=2", imageAlt: "Wood-fired oven"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Expert Pizzaiolos", tags: ["Trained", "Passionate", "Dedicated"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg", imageAlt: "Expert pizza making"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg?_wi=3", imageAlt: "Expert pizza making"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user