diff --git a/src/app/page.tsx b/src/app/page.tsx index a2ba38b..692b32b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,28 +53,28 @@ export default function HomePage() { handle: "Studio Member", testimonial: "This studio changed how I find peace. The instructors are wonderful and the atmosphere is pure magic.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", + imageSrc: "/placeholders/placeholder1.webp?_wi=1", }, { name: "James T.", handle: "Beginner Potter", testimonial: "I discovered a passion I never knew I had. Every class feels like a mindful escape.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", + imageSrc: "/placeholders/placeholder1.webp?_wi=2", }, { name: "Sophie L.", handle: "Regular Student", testimonial: "The energy here is so calm and supportive. My pieces reflect the peace I feel in this space.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", + imageSrc: "/placeholders/placeholder1.webp?_wi=3", }, { name: "Marcus D.", handle: "Advanced Student", testimonial: "From beginner to creating gallery-worthy work. This studio nurtures true artisans.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", + imageSrc: "/placeholders/placeholder1.webp?_wi=4", }, ]} buttons={[ diff --git a/src/app/schedule/page.tsx b/src/app/schedule/page.tsx index 6a9ac39..b7e5be7 100644 --- a/src/app/schedule/page.tsx +++ b/src/app/schedule/page.tsx @@ -52,7 +52,7 @@ export default function SchedulePage() { "1.5 hour session", ], button: { text: "Book Now", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=1", imageAlt: "Beginner pottery class", }, { @@ -67,7 +67,7 @@ export default function SchedulePage() { "1.5 hour session", ], button: { text: "Book Now", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=2", imageAlt: "Hand-building pottery class", }, { @@ -82,7 +82,7 @@ export default function SchedulePage() { "2 hour session", ], button: { text: "Book Now", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=3", imageAlt: "Advanced pottery studio", }, ]}