Update src/app/page.tsx

This commit is contained in:
2026-03-16 13:35:23 +00:00
parent e420376221
commit 41c793937c

View File

@@ -123,28 +123,28 @@ export default function LandingPage() {
{
id: 1,
title: "African Safari Adventure", description: "Experience wildlife wonders in exclusive lodges with premium guides, intimate encounters with nature, and luxury accommodations.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/zebra-wild_23-2151690206.jpg", imageAlt: "luxury safari Africa wildlife adventure safari lodge"
imageSrc: "http://img.b2bpic.net/free-photo/zebra-wild_23-2151690206.jpg?_wi=1", imageAlt: "luxury safari Africa wildlife adventure safari lodge"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/zebra-wild_23-2151690206.jpg", imageAlt: "African safari wildlife adventure"
imageSrc: "http://img.b2bpic.net/free-photo/zebra-wild_23-2151690206.jpg?_wi=2", imageAlt: "African safari wildlife adventure"
}
},
{
id: 2,
title: "Private Yacht Charter", description: "Sail the Mediterranean or Caribbean with personalized crew service, gourmet dining, and access to exclusive anchorages.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/yachts-monaco-harbor_1182-966.jpg", imageAlt: "luxury yacht sailing private charter Mediterranean"
imageSrc: "http://img.b2bpic.net/free-photo/yachts-monaco-harbor_1182-966.jpg?_wi=1", imageAlt: "luxury yacht sailing private charter Mediterranean"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/yachts-monaco-harbor_1182-966.jpg", imageAlt: "Private yacht charter vacation"
imageSrc: "http://img.b2bpic.net/free-photo/yachts-monaco-harbor_1182-966.jpg?_wi=2", imageAlt: "Private yacht charter vacation"
}
},
{
id: 3,
title: "Wellness Retreat", description: "Rejuvenate at world-class spas with holistic treatments, yoga sessions, and personalized wellness programs in serene locations.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68919.jpg", imageAlt: "luxury wellness spa resort"
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68919.jpg?_wi=1", imageAlt: "luxury wellness spa resort"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68919.jpg", imageAlt: "Premium spa treatment experience"
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68919.jpg?_wi=2", imageAlt: "Premium spa treatment experience"
}
}
]}