Update src/app/packages/page.tsx

This commit is contained in:
2026-03-10 06:43:58 +00:00
parent a4bc0c5d2a
commit 43353e704f

View File

@@ -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"