diff --git a/src/app/page.tsx b/src/app/page.tsx index ef3828d..0336901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "@sarahdesigns", testimonial: "Ali's attention to detail and creative vision transformed our entire brand presence. Exceptional work!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-rooftop-standing-with-hands-crossed-thinking-black-suit-daytime_176474-4073.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-rooftop-standing-with-hands-crossed-thinking-black-suit-daytime_176474-4073.jpg?_wi=1", imageAlt: "Sarah Chen" }, { name: "Marcus Johnson", handle: "@marcusjohn", testimonial: "Outstanding designer. Delivered beyond expectations and met every deadline with professionalism.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "Marcus Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=1", imageAlt: "Marcus Johnson" }, { name: "Elena Rodriguez", handle: "@elenarod", testimonial: "Working with Ali was a game-changer for our startup. Highly recommended for anyone serious about design.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195338.jpg", imageAlt: "Elena Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195338.jpg?_wi=1", imageAlt: "Elena Rodriguez" } ]} tag="Award-Winning Designer" @@ -72,7 +72,7 @@ export default function LandingPage() { { text: "Contact Me", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg?_wi=1" imageAlt="Ali Hussan - Professional Portrait" mediaAnimation="blur-reveal" containerClassName="py-20 md:py-28" @@ -96,7 +96,7 @@ export default function LandingPage() { { text: "Schedule Call", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg?_wi=2" imageAlt="Ali Hussan at work" containerClassName="py-24 md:py-32" titleClassName="text-4xl md:text-6xl font-bold leading-tight" @@ -174,13 +174,13 @@ export default function LandingPage() {