diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c7e2bc..b00ec82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Book Now", href: "#contact" }, { text: "Explore Services", href: "#about" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-bathrobe-standing-by-window-eating-cereal_1303-13331.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-bathrobe-standing-by-window-eating-cereal_1303-13331.jpg?_wi=1" imageAlt="Luxury apartment interior" /> @@ -92,11 +92,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Elena Rossi", role: "Creative Director", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg" }, + { id: "1", name: "Elena Rossi", role: "Creative Director", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg?_wi=1" }, { id: "2", name: "Marcus Chen", role: "Entrepreneur", company: "TechBase", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-female-friends-enjoying-meal-home_1153-7627.jpg" }, { id: "3", name: "Sarah Jenkins", role: "Executive", company: "Global Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-toasting-with-champagne-while-standing-embraced-living-room_637285-3604.jpg" }, { id: "4", name: "David Miller", role: "Author", company: "Press Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg" }, - { id: "5", name: "Sophia Laurent", role: "Travel Blogger", company: "GlobeTrotter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg" }, + { id: "5", name: "Sophia Laurent", role: "Travel Blogger", company: "GlobeTrotter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg?_wi=2" }, ]} kpiItems={[ { value: "98%", label: "Satisfaction" }, @@ -134,7 +134,7 @@ export default function LandingPage() {