From 08263eb7aee5e24757616551815572078c4d7aa0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:01:49 +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 f04bdf3..60dfff1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-placed-mashed-potato-garnished-with-shredded-bell-pepper-thyme_141793-2238.jpg", imageAlt: "Hero 3"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-with-ketchup_23-2148242546.jpg", imageAlt: "Hero 4"}, + id: "4", 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", imageAlt: "Hero 5"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-hot-dogs-with-ketchup-french-fries_23-2148655650.jpg?_wi=1", imageAlt: "Hero 5"}, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/hotdogs-cutboard-with-copy-space_23-2148273072.jpg", imageAlt: "Hero 6"}, ]} @@ -94,7 +94,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - 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"}, + 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?_wi=2"}, { id: "p2", name: "Spicy Inferno", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-burger_23-2149525573.jpg"}, { @@ -112,7 +112,7 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "t1", 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"}, + id: "t1", 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?_wi=1"}, { id: "t2", name: "Mike J.", handle: "@mikej", testimonial: "I visit every single week. Simply amazing.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg"}, { @@ -120,7 +120,7 @@ export default function LandingPage() { { id: "t4", name: "David W.", handle: "@davidw", testimonial: "Friendly service and great vibe. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-attractive-woman-yellow-blouse-blue_285396-1855.jpg"}, { - id: "t5", 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"}, + id: "t5", 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?_wi=2"}, ]} title="What Our Fans Say" description="Loved by locals, snacked on by everyone." @@ -135,7 +135,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