diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a12e45..b7f804b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { testimonials={[ { name: "Emma & James", handle: "Celebrated 10 Years Together", testimonial: "This made our Valentine's Day absolutely perfect! So romantic and special.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-couple-diversity-love-moment-together_1150-9316.jpg", imageAlt: "couple portrait happy together love"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-couple-diversity-love-moment-together_1150-9316.jpg?_wi=1", imageAlt: "couple portrait happy together love"}, { name: "Sarah", handle: "First Valentine's Together", testimonial: "The most beautiful Valentine's experience we could ask for!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "woman portrait happy smiling professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "woman portrait happy smiling professional"}, ]} buttons={[ { text: "Get Started", href: "contact" }, @@ -111,13 +111,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jessica Miller", role: "Bride-to-Be", company: "Celebrated 5 Years Together", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "woman portrait happy smiling professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "woman portrait happy smiling professional"}, { id: "2", name: "Michael Chen", role: "Groom-to-Be", company: "Made the Perfect Proposal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", imageAlt: "man portrait happy smiling professional"}, { id: "3", name: "Emma & David", role: "Long Distance Couple", company: "Finally Together on Valentine's", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-couple-diversity-love-moment-together_1150-9316.jpg", imageAlt: "couple portrait happy together love"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-couple-diversity-love-moment-together_1150-9316.jpg?_wi=2", imageAlt: "couple portrait happy together love"}, { id: "4", name: "Sophie Anderson", role: "New Couple", company: "First Valentine's Together", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "woman portrait smiling young professional"},