diff --git a/src/app/page.tsx b/src/app/page.tsx index 93cc2d9..7afefe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,11 +75,11 @@ export default function LandingPage() { imageAlt: "Sophisticated interior design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-palm-park-their-shadows-grass_146671-18833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-palm-park-their-shadows-grass_146671-18833.jpg?_wi=1", imageAlt: "Lush residential landscaping", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=1", imageAlt: "Wellness amenity area", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { { title: "Resort-Style Pool", description: "A tranquil infinity edge pool surrounded by manicured gardens and relaxing cabanas.", - imageSrc: "http://img.b2bpic.net/free-photo/green-palm-park-their-shadows-grass_146671-18833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-palm-park-their-shadows-grass_146671-18833.jpg?_wi=2", titleIconSrc: "Star", buttonText: "Explore", }, @@ -124,7 +124,7 @@ export default function LandingPage() { { title: "Wellness Sanctuary", description: "A comprehensive spa and fitness center for your mental and physical wellbeing.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=2", titleIconSrc: "Star", buttonText: "Learn More", },