From 65b07b5e655c88bcb321147a998779ccc2182be1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:00:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b448a7f..7215ca4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,12 +76,12 @@ export default function LandingPage() { }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-ketchup_23-2148242546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-ketchup_23-2148242546.jpg?_wi=1", imageAlt: "Hero 4", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg?_wi=1", imageAlt: "Hero 5", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { id: "p1", name: "Classic Dog", price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg?_wi=2", }, { id: "p2", @@ -169,7 +169,7 @@ export default function LandingPage() { name: "Sarah P.", handle: "@sarahp", testimonial: "The best hot dog I have ever tasted. Period!", - imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg?_wi=1", }, { id: "t2", @@ -197,7 +197,7 @@ export default function LandingPage() { name: "Lucas K.", handle: "@lucask", testimonial: "Best street food experience in the city by far.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg?_wi=2", }, ]} title="What Our Fans Say" @@ -214,7 +214,7 @@ export default function LandingPage() { tag="Get In Touch" title="Ready for a Bite?" description="Visit us at our downtown location or reach out for catering services for your next event." - imageSrc="http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-ketchup_23-2148242546.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-ketchup_23-2148242546.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1