diff --git a/src/app/page.tsx b/src/app/page.tsx index dfabc9e..2a899c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Food Enthusiast", testimonial: "The finest waffle I've ever tasted. Pure Swiss perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1" }, { name: "Michel Laurent", handle: "Pastry Chef", testimonial: "Authentically delicious. Every layer is crafted with care.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -95,10 +95,10 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" features={[ { - title: "Heat Both Sides", description: "Heat both sides on a tawa / pan for the Swaffle crunch", imageSrc: "http://img.b2bpic.net/free-photo/waffle-slices-banana-wooden-tray-honey-jar_53876-146247.jpg", imageAlt: "Heating waffle on pan" + title: "Heat Both Sides", description: "Heat both sides on a tawa / pan for the Swaffle crunch", imageSrc: "http://img.b2bpic.net/free-photo/waffle-slices-banana-wooden-tray-honey-jar_53876-146247.jpg?_wi=1", imageAlt: "Heating waffle on pan" }, { - title: "Skip the Microwave", description: "Skip the microwave (Swaffles don't like shortcuts)", imageSrc: "http://img.b2bpic.net/free-photo/waffle-slices-banana-wooden-tray-honey-jar_53876-146247.jpg", imageAlt: "Traditional waffle preparation" + title: "Skip the Microwave", description: "Skip the microwave (Swaffles don't like shortcuts)", imageSrc: "http://img.b2bpic.net/free-photo/waffle-slices-banana-wooden-tray-honey-jar_53876-146247.jpg?_wi=2", imageAlt: "Traditional waffle preparation" } ]} useInvertedBackground={false} @@ -109,10 +109,10 @@ export default function LandingPage() {