Update src/app/page.tsx
This commit is contained in:
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/frame-near-pizzas-rosemary_23-2147772099.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/frame-near-pizzas-rosemary_23-2147772099.jpg?_wi=1"
|
||||
imageAlt="Delicious Merriman Valley Pizza"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frame-near-pizzas-rosemary_23-2147772099.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frame-near-pizzas-rosemary_23-2147772099.jpg?_wi=2",
|
||||
imageAlt: "specialty pizza with unique toppings",
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
title: "Delicious Desserts",
|
||||
description: "End on a sweet note with our homemade cannolis and delectable brownies.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=1",
|
||||
imageAlt: "Plate of delicious desserts",
|
||||
},
|
||||
items: [
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/someone-having-breakfast-with-tomatoes-eggs_141793-472.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/someone-having-breakfast-with-tomatoes-eggs_141793-472.jpg?_wi=1",
|
||||
imageAlt: "specialty pizza with unique toppings",
|
||||
},
|
||||
]}
|
||||
@@ -191,14 +191,14 @@ export default function LandingPage() {
|
||||
id: "pepperoni",
|
||||
name: "Classic Pepperoni",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=2",
|
||||
imageAlt: "Classic Pepperoni Pizza",
|
||||
},
|
||||
{
|
||||
id: "margherita",
|
||||
name: "Margherita",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/someone-having-breakfast-with-tomatoes-eggs_141793-472.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/someone-having-breakfast-with-tomatoes-eggs_141793-472.jpg?_wi=2",
|
||||
imageAlt: "Margherita Pizza",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user