Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-16 13:35:02 +00:00

View File

@@ -79,7 +79,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More About Us", href: "#" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -107,7 +107,7 @@ export default function LandingPage() {
buttons={[
{ text: "View All Destinations", href: "#" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -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?_wi=1", imageAlt: "luxury safari Africa wildlife adventure safari lodge"
imageSrc: "http://img.b2bpic.net/free-photo/zebra-wild_23-2151690206.jpg", imageAlt: "luxury safari Africa wildlife adventure safari lodge"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/zebra-wild_23-2151690206.jpg?_wi=2", imageAlt: "African safari wildlife adventure"
imageSrc: "http://img.b2bpic.net/free-photo/zebra-wild_23-2151690206.jpg", 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?_wi=1", imageAlt: "luxury yacht sailing private charter Mediterranean"
imageSrc: "http://img.b2bpic.net/free-photo/yachts-monaco-harbor_1182-966.jpg", imageAlt: "luxury yacht sailing private charter Mediterranean"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/yachts-monaco-harbor_1182-966.jpg?_wi=2", imageAlt: "Private yacht charter vacation"
imageSrc: "http://img.b2bpic.net/free-photo/yachts-monaco-harbor_1182-966.jpg", 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?_wi=1", imageAlt: "luxury wellness spa resort"
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68919.jpg", imageAlt: "luxury wellness spa resort"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68919.jpg?_wi=2", imageAlt: "Premium spa treatment experience"
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68919.jpg", imageAlt: "Premium spa treatment experience"
}
}
]}
@@ -153,7 +153,7 @@ export default function LandingPage() {
buttons={[
{ text: "Explore All Experiences", href: "#" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -180,7 +180,7 @@ export default function LandingPage() {
buttons={[
{ text: "Contact Our Experts", href: "#contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
useInvertedBackground={true}
/>
</div>
@@ -209,7 +209,7 @@ export default function LandingPage() {
buttons={[
{ text: "Read More Testimonials", href: "#" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>