Merge version_1 into main #1
@@ -1,28 +1,53 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Mulish, Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Mulish } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Ndemoongela African Safari - Premium Customized Tours & Wildlife Experiences",
|
||||
description: "Discover unforgettable African safari adventures in South Africa and Namibia. Customized tours, student programs, volunteer opportunities, and VIP luxury experiences with expert guides.",
|
||||
keywords: "African safari, wildlife tours, South Africa safari, Namibia tours, customized itineraries, student tours, volunteer programs, luxury safari, safari guide",
|
||||
metadataBase: new URL("https://ndemoongela-african-safari.com"),
|
||||
alternates: {
|
||||
canonical: "https://ndemoongela-african-safari.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Ndemoongela African Safari - Premium Customized Tours & Wildlife Experiences",
|
||||
description: "Discover unforgettable African safari adventures in South Africa and Namibia. Customized tours, student programs, volunteer opportunities, and VIP luxury experiences with expert guides.",
|
||||
url: "https://ndemoongela-african-safari.com",
|
||||
siteName: "Ndemoongela African Safari",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/group-elephants-tsavo-east-national-park-kenya-africa_181624-20979.jpg",
|
||||
alt: "African Safari Experience",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Ndemoongela African Safari - Premium Tours & Wildlife Experiences",
|
||||
description: "Experience unforgettable African adventures with customized safaris, wildlife tours, and premium service.",
|
||||
images: ["http://img.b2bpic.net/free-photo/group-elephants-tsavo-east-national-park-kenya-africa_181624-20979.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +56,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${mulish.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +70,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -73,7 +73,7 @@ export default function HomePage() {
|
||||
handle: "@travel_blogger",
|
||||
testimonial: "The most incredible safari experience of my life! The guides were knowledgeable, the wildlife sightings were amazing, and every detail was perfectly arranged.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function HomePage() {
|
||||
handle: "@adventure_seeker",
|
||||
testimonial: "From sunrise game drives to sunset gatherings, every moment was unforgettable. Ndemoongela truly delivers the African experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-is-best-season-walk_329181-7478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-is-best-season-walk_329181-7478.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function HomePage() {
|
||||
handle: "@nature_lover",
|
||||
testimonial: "Customized itineraries, personal attention, and authentic connections with nature and culture. This is premium safari done right.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brother-showing-his-sister-where-go_53876-46.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brother-showing-his-sister-where-go_53876-46.jpg?_wi=1",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
]}
|
||||
@@ -142,7 +142,7 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Wildlife Safari Expeditions",
|
||||
description: "Encounter the Big Five and beyond on expertly guided game drives through pristine national parks. Expert guides share insights into animal behavior, ecology, and African heritage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-proud-lion-with-its-head-leaves-willow-tree_181624-43517.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-proud-lion-with-its-head-leaves-willow-tree_181624-43517.jpg?_wi=1",
|
||||
imageAlt: "Wildlife Safari",
|
||||
buttons: [
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function HomePage() {
|
||||
id: 2,
|
||||
title: "Customized Itineraries",
|
||||
description: "Work directly with our team to design your perfect African adventure. From luxury lodges to authentic cultural experiences, we tailor every detail to your preferences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg?_wi=1",
|
||||
imageAlt: "Customized Tour",
|
||||
buttons: [
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function HomePage() {
|
||||
id: 3,
|
||||
title: "Exotic Global Destinations",
|
||||
description: "Extend your adventure beyond Africa. We arrange seamless connections to stunning destinations worldwide, all with the same premium service and expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-south-america-nature-habitat_475641-747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-south-america-nature-habitat_475641-747.jpg?_wi=1",
|
||||
imageAlt: "Exotic Destinations",
|
||||
buttons: [
|
||||
{
|
||||
@@ -193,7 +193,7 @@ export default function HomePage() {
|
||||
name: "South Africa Classic",
|
||||
price: "From $3,500",
|
||||
variant: "7-10 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-elephants-approaching-lake-with-trees_181624-28004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-elephants-approaching-lake-with-trees_181624-28004.jpg?_wi=1",
|
||||
imageAlt: "South Africa Safari",
|
||||
},
|
||||
{
|
||||
@@ -201,7 +201,7 @@ export default function HomePage() {
|
||||
name: "Namibia Explorer",
|
||||
price: "From $2,800",
|
||||
variant: "5-7 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg?_wi=2",
|
||||
imageAlt: "Namibia Desert Safari",
|
||||
},
|
||||
{
|
||||
@@ -209,7 +209,7 @@ export default function HomePage() {
|
||||
name: "Exotic World Tour",
|
||||
price: "From $5,000",
|
||||
variant: "12-14 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-south-america-nature-habitat_475641-747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-south-america-nature-habitat_475641-747.jpg?_wi=2",
|
||||
imageAlt: "Global Exotic Destinations",
|
||||
},
|
||||
]}
|
||||
@@ -230,7 +230,7 @@ export default function HomePage() {
|
||||
name: "David Patterson",
|
||||
handle: "@safari_enthusiast",
|
||||
testimonial: "Absolutely phenomenal! The attention to detail in every aspect of the tour was exceptional. From the moment we landed to the last sunset drive, everything was perfectly organized. I saw the Big Five and made memories that will last a lifetime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg?_wi=2",
|
||||
imageAlt: "David Patterson",
|
||||
},
|
||||
{
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
name: "Lisa & James Family",
|
||||
handle: "@family_travel",
|
||||
testimonial: "We brought our two teenage children and they were captivated! The guides were knowledgeable, patient, and passionate about wildlife. Our kids are now interested in conservation. Highly recommend for families!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-is-best-season-walk_329181-7478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-is-best-season-walk_329181-7478.jpg?_wi=2",
|
||||
imageAlt: "Lisa & James Family",
|
||||
},
|
||||
{
|
||||
@@ -246,7 +246,7 @@ export default function HomePage() {
|
||||
name: "Marcus Thompson",
|
||||
handle: "@student_explorer",
|
||||
testimonial: "The student program was eye-opening. We learned so much about African ecosystems and culture while having the adventure of a lifetime. Made lifelong friends too. Worth every penny!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brother-showing-his-sister-where-go_53876-46.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brother-showing-his-sister-where-go_53876-46.jpg?_wi=2",
|
||||
imageAlt: "Marcus Thompson",
|
||||
},
|
||||
{
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
name: "Jennifer Okoye",
|
||||
handle: "@volunteer_worldwide",
|
||||
testimonial: "Volunteering at the wildlife sanctuary was transformative. Ndemoongela connected me with incredible people and meaningful work. I came back changed and committed to conservation efforts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-feeding-horse-stable_23-2147562174.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-feeding-horse-stable_23-2147562174.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Okoye",
|
||||
},
|
||||
{
|
||||
@@ -262,7 +262,7 @@ export default function HomePage() {
|
||||
name: "Robert & Catherine Chen",
|
||||
handle: "@luxury_travelers",
|
||||
testimonial: "The VIP experience exceeded our expectations. Every detail was handled with sophistication. The private guide, luxury lodge, and concierge service made us feel truly valued. Premium safari at its finest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg?_wi=1",
|
||||
imageAlt: "Robert & Catherine Chen",
|
||||
},
|
||||
{
|
||||
@@ -270,7 +270,7 @@ export default function HomePage() {
|
||||
name: "Sophia Müller",
|
||||
handle: "@global_adventurer",
|
||||
testimonial: "From South Africa to Namibia to exotic destinations beyond - Ndemoongela delivered unforgettable experiences across the globe. Their expertise and connections are unmatched. Already planning my next trip!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveller-forest-is-taking-pictures_23-2148258805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveller-forest-is-taking-pictures_23-2148258805.jpg?_wi=1",
|
||||
imageAlt: "Sophia Müller",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function StudentProgramsPage() {
|
||||
id: 1,
|
||||
title: "Wildlife Education Tours",
|
||||
description: "Learn from expert naturalists about African ecosystems, animal behavior, and conservation efforts. Perfect for biology and environmental science students.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-walking-field_23-2147617388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-walking-field_23-2147617388.jpg?_wi=1",
|
||||
imageAlt: "Student Wildlife Tour",
|
||||
buttons: [
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function StudentProgramsPage() {
|
||||
id: 2,
|
||||
title: "Cultural Immersion",
|
||||
description: "Engage with local communities, learn traditional practices, and understand African heritage. Available for students interested in anthropology and cultural studies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg?_wi=5",
|
||||
imageAlt: "Cultural Experience",
|
||||
buttons: [
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function StudentProgramsPage() {
|
||||
id: 3,
|
||||
title: "Adventure & Wellness",
|
||||
description: "Combine outdoor adventure with personal development. Hiking, photography, journaling, and wellness activities for a balanced transformative experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-proud-lion-with-its-head-leaves-willow-tree_181624-43517.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-proud-lion-with-its-head-leaves-willow-tree_181624-43517.jpg?_wi=3",
|
||||
imageAlt: "Adventure Wellness",
|
||||
buttons: [
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function StudentProgramsPage() {
|
||||
name: "Marcus Thompson",
|
||||
handle: "@student_explorer",
|
||||
testimonial: "The student program was eye-opening. We learned so much about African ecosystems and culture while having the adventure of a lifetime. Made lifelong friends too. Worth every penny!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brother-showing-his-sister-where-go_53876-46.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brother-showing-his-sister-where-go_53876-46.jpg?_wi=3",
|
||||
imageAlt: "Marcus Thompson",
|
||||
},
|
||||
{
|
||||
@@ -154,7 +154,7 @@ export default function StudentProgramsPage() {
|
||||
name: "Jessica Okafor",
|
||||
handle: "@nature_student",
|
||||
testimonial: "As a biology major, this experience connected everything I learned in the classroom to real wildlife conservation. The guides were incredibly knowledgeable and passionate about their work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-walking-field_23-2147617388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-walking-field_23-2147617388.jpg?_wi=2",
|
||||
imageAlt: "Jessica Okafor",
|
||||
},
|
||||
{
|
||||
@@ -162,7 +162,7 @@ export default function StudentProgramsPage() {
|
||||
name: "David Mutua",
|
||||
handle: "@cultural_learner",
|
||||
testimonial: "The cultural immersion component was the highlight. Meeting local communities and learning their stories gave me perspective I could never get from books. Truly transformative.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveller-forest-is-taking-pictures_23-2148258805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveller-forest-is-taking-pictures_23-2148258805.jpg?_wi=2",
|
||||
imageAlt: "David Mutua",
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function StudentProgramsPage() {
|
||||
name: "Emma & Sophie",
|
||||
handle: "@adventure_buddies",
|
||||
testimonial: "We came as friends, we leave as sisters. The wellness activities kept us grounded while the adventure kept us energized. Ndemoongela creates perfect balance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-is-best-season-walk_329181-7478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-is-best-season-walk_329181-7478.jpg?_wi=3",
|
||||
imageAlt: "Emma & Sophie",
|
||||
},
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function StudentProgramsPage() {
|
||||
name: "Thomas Chen",
|
||||
handle: "@photo_student",
|
||||
testimonial: "The photography component was amazing. I now have a portfolio of wildlife photos and conservation stories that I'm using for my environmental studies applications.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg?_wi=2",
|
||||
imageAlt: "Thomas Chen",
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function StudentProgramsPage() {
|
||||
name: "Amara Osei",
|
||||
handle: "@global_student",
|
||||
testimonial: "This program showed me that education happens everywhere, not just in classrooms. I'm returning next year and bringing more friends. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg?_wi=3",
|
||||
imageAlt: "Amara Osei",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function ToursPage() {
|
||||
id: 1,
|
||||
title: "Wildlife Safari Expeditions",
|
||||
description: "Encounter the Big Five and beyond on expertly guided game drives through pristine national parks. Expert guides share insights into animal behavior, ecology, and African heritage. Experience sunrise and sunset drives, guided walks, and evening game viewing sessions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-proud-lion-with-its-head-leaves-willow-tree_181624-43517.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-proud-lion-with-its-head-leaves-willow-tree_181624-43517.jpg?_wi=2",
|
||||
imageAlt: "Wildlife Safari",
|
||||
buttons: [
|
||||
{
|
||||
@@ -66,7 +66,7 @@ export default function ToursPage() {
|
||||
id: 2,
|
||||
title: "Customized Itineraries",
|
||||
description: "Work directly with our team to design your perfect African adventure. From luxury lodges to authentic cultural experiences, we tailor every detail to your preferences. Choose your destinations, duration, activities, and accommodation style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg?_wi=3",
|
||||
imageAlt: "Customized Tour",
|
||||
buttons: [
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function ToursPage() {
|
||||
id: 3,
|
||||
title: "Exotic Global Destinations",
|
||||
description: "Extend your adventure beyond Africa. We arrange seamless connections to stunning destinations worldwide, all with the same premium service and expertise. Combine African safaris with beach resorts, mountain treks, or cultural immersions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-south-america-nature-habitat_475641-747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-south-america-nature-habitat_475641-747.jpg?_wi=3",
|
||||
imageAlt: "Exotic Destinations",
|
||||
buttons: [
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function ToursPage() {
|
||||
name: "South Africa Classic",
|
||||
price: "From $3,500",
|
||||
variant: "7-10 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-elephants-approaching-lake-with-trees_181624-28004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-elephants-approaching-lake-with-trees_181624-28004.jpg?_wi=2",
|
||||
imageAlt: "South Africa Safari",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function ToursPage() {
|
||||
name: "Namibia Explorer",
|
||||
price: "From $2,800",
|
||||
variant: "5-7 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg?_wi=4",
|
||||
imageAlt: "Namibia Desert Safari",
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function ToursPage() {
|
||||
name: "Exotic World Tour",
|
||||
price: "From $5,000",
|
||||
variant: "12-14 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-south-america-nature-habitat_475641-747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-south-america-nature-habitat_475641-747.jpg?_wi=4",
|
||||
imageAlt: "Global Exotic Destinations",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function VIPPage() {
|
||||
id: 1,
|
||||
title: "Luxury Lodge Accommodations",
|
||||
description: "Stay at Africa's finest safari lodges with world-class amenities, gourmet dining, and stunning wildlife views. Private suites with expert service and attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-panoramic-composition-living-room_23-2150315625.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-panoramic-composition-living-room_23-2150315625.jpg?_wi=1",
|
||||
imageAlt: "Luxury Accommodation",
|
||||
buttons: [
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function VIPPage() {
|
||||
id: 2,
|
||||
title: "Private Guides & Vehicles",
|
||||
description: "Exclusive access to dedicated guides and private game drive vehicles. Customize your daily schedule, take extended safari sessions, and explore at your own pace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-proud-lion-with-its-head-leaves-willow-tree_181624-43517.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-proud-lion-with-its-head-leaves-willow-tree_181624-43517.jpg?_wi=4",
|
||||
imageAlt: "Private Safari",
|
||||
buttons: [
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function VIPPage() {
|
||||
id: 3,
|
||||
title: "Concierge Service",
|
||||
description: "24/7 dedicated concierge handling every detail. Flight arrangements, special requests, dining reservations, and emergency support for a seamless luxury experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-panoramic-composition-living-room_23-2150315625.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-panoramic-composition-living-room_23-2150315625.jpg?_wi=2",
|
||||
imageAlt: "Concierge Service",
|
||||
buttons: [
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function VIPPage() {
|
||||
name: "Robert & Catherine Chen",
|
||||
handle: "@luxury_travelers",
|
||||
testimonial: "The VIP experience exceeded our expectations. Every detail was handled with sophistication. The private guide, luxury lodge, and concierge service made us feel truly valued. Premium safari at its finest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg?_wi=4",
|
||||
imageAlt: "Robert & Catherine Chen",
|
||||
},
|
||||
{
|
||||
@@ -154,7 +154,7 @@ export default function VIPPage() {
|
||||
name: "David Patterson",
|
||||
handle: "@safari_enthusiast",
|
||||
testimonial: "Absolutely phenomenal! The attention to detail in every aspect of the tour was exceptional. From the moment we landed to the last sunset drive, everything was perfectly organized. I saw the Big Five and made memories that will last a lifetime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg?_wi=5",
|
||||
imageAlt: "David Patterson",
|
||||
},
|
||||
{
|
||||
@@ -162,7 +162,7 @@ export default function VIPPage() {
|
||||
name: "Sophia Müller",
|
||||
handle: "@global_adventurer",
|
||||
testimonial: "From South Africa to Namibia to exotic destinations beyond - Ndemoongela delivered unforgettable experiences across the globe. Their expertise and connections are unmatched. Already planning my next trip!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveller-forest-is-taking-pictures_23-2148258805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveller-forest-is-taking-pictures_23-2148258805.jpg?_wi=4",
|
||||
imageAlt: "Sophia Müller",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -108,7 +108,7 @@ export default function VolunteerPage() {
|
||||
id: 2,
|
||||
title: "Orphan Care Programs",
|
||||
description: "Support local orphan homes and children's facilities. Participate in education support, sports activities, and community building initiatives that make real impact.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-walking-field_23-2147617388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-walking-field_23-2147617388.jpg?_wi=3",
|
||||
imageAlt: "Orphan Care",
|
||||
buttons: [
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function VolunteerPage() {
|
||||
id: 3,
|
||||
title: "Community Education",
|
||||
description: "Teach at local schools, support literacy programs, and mentor students. Help provide resources and opportunities to communities in rural and underserved areas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mesas-landscape-bryce-canyon-national-park-utah-usa_181624-41945.jpg?_wi=6",
|
||||
imageAlt: "Community Education",
|
||||
buttons: [
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function VolunteerPage() {
|
||||
name: "Jennifer Okoye",
|
||||
handle: "@volunteer_worldwide",
|
||||
testimonial: "Volunteering at the wildlife sanctuary was transformative. Ndemoongela connected me with incredible people and meaningful work. I came back changed and committed to conservation efforts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-feeding-horse-stable_23-2147562174.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-feeding-horse-stable_23-2147562174.jpg?_wi=2",
|
||||
imageAlt: "Jennifer Okoye",
|
||||
},
|
||||
{
|
||||
@@ -154,7 +154,7 @@ export default function VolunteerPage() {
|
||||
name: "Carlos Rodriguez",
|
||||
handle: "@animal_lover",
|
||||
testimonial: "Working with rescued animals opened my eyes to wildlife conservation. Every day made a real difference. The team at Ndemoongela genuinely cares about both the animals and the volunteers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg?_wi=3",
|
||||
imageAlt: "Carlos Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -162,7 +162,7 @@ export default function VolunteerPage() {
|
||||
name: "Amelia Thompson",
|
||||
handle: "@education_mentor",
|
||||
testimonial: "Teaching at the local school was one of the most rewarding experiences of my life. The children's enthusiasm and the support from Ndemoongela made every lesson special. I'm going back next year!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-bridge_23-2147814045.jpg?_wi=4",
|
||||
imageAlt: "Amelia Thompson",
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function VolunteerPage() {
|
||||
name: "Dr. Stephen Mwasi",
|
||||
handle: "@conservation_partner",
|
||||
testimonial: "Ndemoongela's volunteers contribute meaningfully to our sanctuary's work. The training and support they provide help us rescue and rehabilitate animals more effectively. They truly care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveller-forest-is-taking-pictures_23-2148258805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveller-forest-is-taking-pictures_23-2148258805.jpg?_wi=3",
|
||||
imageAlt: "Dr. Stephen Mwasi",
|
||||
},
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function VolunteerPage() {
|
||||
name: "Maria Santos",
|
||||
handle: "@orphan_care",
|
||||
testimonial: "Working at the orphan care facility connected me to the community in ways I never expected. The children's smiles and growth made every moment worthwhile. This experience changed my perspective on life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-is-best-season-walk_329181-7478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-is-best-season-walk_329181-7478.jpg?_wi=4",
|
||||
imageAlt: "Maria Santos",
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function VolunteerPage() {
|
||||
name: "James O'Brien",
|
||||
handle: "@social_impact",
|
||||
testimonial: "Ndemoongela's approach to volunteering is holistic and authentic. They don't just place volunteers; they ensure we understand local context and make sustainable impact. Truly inspiring organization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brother-showing-his-sister-where-go_53876-46.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brother-showing-his-sister-where-go_53876-46.jpg?_wi=4",
|
||||
imageAlt: "James O'Brien",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user