diff --git a/src/app/page.tsx b/src/app/page.tsx index c9c55de..c512d79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Fast, affordable, and reliable service every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interior-latino-hair-salon_23-2150555185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-latino-hair-salon_23-2150555185.jpg?_wi=1", imageAlt: "hair salon interior clean", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@miker", testimonial: "Great for regular family haircuts, never a long wait.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "hair salon interior clean", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@emilyd", testimonial: "I've been coming here for 10+ years. Friendly stylists!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg?_wi=1", imageAlt: "hair salon interior clean", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@davidk", testimonial: "Quick in-and-out, no wait hassle. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469400.jpg?_wi=1", imageAlt: "hair salon interior clean", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@jenniferl", testimonial: "Reliable results and very affordable pricing for kids.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg?_wi=1", imageAlt: "hair salon interior clean", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/interior-latino-hair-salon_23-2150555185.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-latino-hair-salon_23-2150555185.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", @@ -144,7 +144,7 @@ export default function LandingPage() { handle: "Local Resident", testimonial: "Fast, affordable, and reliable service for the whole family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", }, { id: "2", @@ -152,7 +152,7 @@ export default function LandingPage() { handle: "Natomas Parent", testimonial: "Clean, welcoming environment and consistently quick cuts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg?_wi=2", }, { id: "3", @@ -160,7 +160,7 @@ export default function LandingPage() { handle: "Loyal Customer", testimonial: "I've been coming here for 10+ years. Friendly stylists!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469400.jpg?_wi=2", }, { id: "4", @@ -168,7 +168,7 @@ export default function LandingPage() { handle: "Regular", testimonial: "Quick in-and-out, no wait hassle. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg?_wi=2", }, { id: "5", @@ -246,7 +246,7 @@ export default function LandingPage() { text: "Call Now", href: "tel:5550123456", }, - imageSrc: "http://img.b2bpic.net/free-photo/interior-latino-hair-salon_23-2150555185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-latino-hair-salon_23-2150555185.jpg?_wi=3", imageAlt: "Empty aa meeting space with chairs in circle prepared for group therapy. Nobody in office decorated with furniture for rehabilitation program session with therapist, treating alcoholism.", }, { @@ -263,7 +263,7 @@ export default function LandingPage() { text: "Call Now", href: "tel:5550123456", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Empty aa meeting space with chairs in circle prepared for group therapy. Nobody in office decorated with furniture for rehabilitation program session with therapist, treating alcoholism.", }, ]}