diff --git a/src/app/packages/page.tsx b/src/app/packages/page.tsx index e76185f..550bc55 100644 --- a/src/app/packages/page.tsx +++ b/src/app/packages/page.tsx @@ -75,11 +75,11 @@ export default function PackagesPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Mountain Adventure Trek", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg", imageAlt: "Mountain hiking adventure"}, + id: "1", name: "Mountain Adventure Trek", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg?_wi=3", imageAlt: "Mountain hiking adventure"}, { - id: "2", name: "Tropical Beach Paradise", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg", imageAlt: "Beach resort getaway"}, + id: "2", name: "Tropical Beach Paradise", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg?_wi=3", imageAlt: "Beach resort getaway"}, { - id: "3", name: "Urban City Explorer", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg", imageAlt: "Urban city exploration"}, + id: "3", name: "Urban City Explorer", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg?_wi=3", imageAlt: "Urban city exploration"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"