Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-07 00:08:34 +00:00
3 changed files with 15 additions and 15 deletions

View File

@@ -116,7 +116,7 @@ export default function ContactPage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/group-happy-people-going-eating-pizza-nature_23-2148179882.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-happy-people-going-eating-pizza-nature_23-2148179882.jpg?_wi=3"
imageAlt="restaurant counter ordering service"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -49,7 +49,7 @@ export default function MenuPage() {
name: "Cheese Pizza",
price: "$12",
variant: "Classic • Crispy Crust",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil-wooden-board_23-2151997962.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil-wooden-board_23-2151997962.jpg?_wi=2",
imageAlt: "Fresh cheese pizza",
},
{
@@ -57,7 +57,7 @@ export default function MenuPage() {
name: "Pepperoni Pizza",
price: "$14",
variant: "Premium • Loaded",
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134262.jpg?_wi=3",
imageAlt: "Pepperoni pizza with extra cheese",
},
{
@@ -65,7 +65,7 @@ export default function MenuPage() {
name: "Chicken Empanadas",
price: "$8",
variant: "3 Pack • Golden",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg?_wi=3",
imageAlt: "Authentic chicken empanadas",
},
{
@@ -73,7 +73,7 @@ export default function MenuPage() {
name: "Rice & Beans with Chicken",
price: "$11",
variant: "Traditional • Hearty",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-mushroom-sauteed-tomato-sauce-served-with-green-salad-rice-garnish_114579-975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-mushroom-sauteed-tomato-sauce-served-with-green-salad-rice-garnish_114579-975.jpg?_wi=2",
imageAlt: "Dominican rice and beans with chicken",
},
{
@@ -81,7 +81,7 @@ export default function MenuPage() {
name: "Veggie Supreme Pizza",
price: "$13",
variant: "Fresh • Seasonal",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil-wooden-board_23-2151997962.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil-wooden-board_23-2151997962.jpg?_wi=3",
imageAlt: "Veggie supreme pizza",
},
{
@@ -89,7 +89,7 @@ export default function MenuPage() {
name: "Mofongo with Shrimp",
price: "$15",
variant: "Authentic • Savory",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-mushroom-sauteed-tomato-sauce-served-with-green-salad-rice-garnish_114579-975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-mushroom-sauteed-tomato-sauce-served-with-green-salad-rice-garnish_114579-975.jpg?_wi=3",
imageAlt: "Mofongo with shrimp",
},
]}
@@ -137,7 +137,7 @@ export default function MenuPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/group-happy-people-going-eating-pizza-nature_23-2148179882.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-happy-people-going-eating-pizza-nature_23-2148179882.jpg?_wi=2"
imageAlt="Delicious food at Danny's Pizza"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -62,11 +62,11 @@ export default function HomePage() {
imageAlt: "Fresh homemade pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134262.jpg?_wi=1",
imageAlt: "Pepperoni pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg?_wi=1",
imageAlt: "Authentic empanadas",
},
]}
@@ -110,7 +110,7 @@ export default function HomePage() {
name: "Cheese Pizza",
price: "$12",
variant: "Classic • Crispy Crust",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil-wooden-board_23-2151997962.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil-wooden-board_23-2151997962.jpg?_wi=1",
imageAlt: "Fresh cheese pizza",
},
{
@@ -118,7 +118,7 @@ export default function HomePage() {
name: "Pepperoni Pizza",
price: "$14",
variant: "Premium • Loaded",
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134262.jpg?_wi=2",
imageAlt: "Pepperoni pizza with extra cheese",
},
{
@@ -126,7 +126,7 @@ export default function HomePage() {
name: "Chicken Empanadas",
price: "$8",
variant: "3 Pack • Golden",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg?_wi=2",
imageAlt: "Authentic chicken empanadas",
},
{
@@ -134,7 +134,7 @@ export default function HomePage() {
name: "Rice & Beans with Chicken",
price: "$11",
variant: "Traditional • Hearty",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-mushroom-sauteed-tomato-sauce-served-with-green-salad-rice-garnish_114579-975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-pieces-mushroom-sauteed-tomato-sauce-served-with-green-salad-rice-garnish_114579-975.jpg?_wi=1",
imageAlt: "Dominican rice and beans with chicken",
},
]}
@@ -270,7 +270,7 @@ export default function HomePage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/group-happy-people-going-eating-pizza-nature_23-2148179882.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-happy-people-going-eating-pizza-nature_23-2148179882.jpg?_wi=1"
imageAlt="Danny's Pizza counter"
mediaAnimation="slide-up"
mediaPosition="right"