Update src/app/page.tsx

This commit is contained in:
2026-05-11 01:49:33 +00:00
parent 42c62f18ba
commit f3792e8fab

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
href: "#featured",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg?_wi=1"
imageAlt="Cheese pull slow motion"
/>
</div>
@@ -80,7 +80,7 @@ export default function LandingPage() {
id: "1",
name: "Pudgie B Pizza",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg?_wi=1",
imageAlt: "Signature pizza",
},
{
@@ -94,7 +94,7 @@ export default function LandingPage() {
id: "3",
name: "Wings & Fries",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg?_wi=1",
imageAlt: "Wings plate",
},
{
@@ -115,7 +115,7 @@ export default function LandingPage() {
id: "6",
name: "Classic Calzone",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg?_wi=1",
imageAlt: "Classic calzone",
},
]}
@@ -154,7 +154,7 @@ export default function LandingPage() {
name: "Michael R.",
role: "Local Regular",
testimonial: "Best pizza joint in Denver, hands down.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg?_wi=2",
imageAlt: "neon sign pizza shop",
},
{
@@ -162,7 +162,7 @@ export default function LandingPage() {
name: "David T.",
role: "Game Day Fan",
testimonial: "Wings were the surprise winner. Incredible flavor.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg?_wi=2",
imageAlt: "neon sign pizza shop",
},
{
@@ -170,7 +170,7 @@ export default function LandingPage() {
name: "Emily C.",
role: "DTC Resident",
testimonial: "Pudge Bros is the vibe. Unreal quality.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg?_wi=2",
imageAlt: "neon sign pizza shop",
},
{
@@ -178,7 +178,7 @@ export default function LandingPage() {
name: "Tom B.",
role: "Late Night Snacker",
testimonial: "Always open, always loud, always fire.",
imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg?_wi=2",
imageAlt: "neon sign pizza shop",
},
]}