diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 82f4cae..6ef03d7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,7 +56,7 @@ export default function AboutPage() { { value: "50K+", title: "Active Users Worldwide" }, { value: "250+", title: "Destinations Available" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099254.jpg" + imageSrc="http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099254.jpg?_wi=2" imageAlt="TravelMap team collaborating" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -81,7 +81,7 @@ export default function AboutPage() { name: "Sarah Johnson", handle: "@sarah_adventures", testimonial: "TravelMap completely changed how I plan trips. The dashboard is intuitive, and booking everything in one place saves so much time. Can't imagine planning without it now!", - imageSrc: "http://img.b2bpic.net/free-vector/flat-business-team-avatars_23-2147532927.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-business-team-avatars_23-2147532927.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { @@ -89,7 +89,7 @@ export default function AboutPage() { name: "Michael Chen", handle: "@globe_trotter_mike", testimonial: "The customer support team is exceptional. When I had questions about my itinerary, they responded within minutes. Highly recommend to any serious traveler.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg?_wi=2", imageAlt: "Michael Chen", }, { @@ -97,7 +97,7 @@ export default function AboutPage() { name: "Emily Rodriguez", handle: "@wanderlust_emily", testimonial: "I love the ability to share my travel plans with friends and collaborate in real-time. Group trip planning has never been easier. Finally, everyone stays on the same page!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=2", imageAlt: "Emily Rodriguez", }, { @@ -105,7 +105,7 @@ export default function AboutPage() { name: "David Kim", handle: "@digital_nomad_david", testimonial: "As a frequent traveler, the saved itineraries and mobile app are lifesavers. I can access everything offline and sync seamlessly across devices.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg?_wi=2", imageAlt: "David Kim", }, { @@ -113,7 +113,7 @@ export default function AboutPage() { name: "Jessica Williams", handle: "@travel_with_purpose", testimonial: "The destination filtering by budget and theme helped me find amazing hidden gems I would have otherwise missed. Budget-friendly luxury travel is now possible!", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg?_wi=2", imageAlt: "Jessica Williams", }, { @@ -121,7 +121,7 @@ export default function AboutPage() { name: "Robert Thompson", handle: "@adventure_bob", testimonial: "Secure payments and transparent pricing give me complete peace of mind. Plus, the built-in travel guides ensure I never miss the best experiences at each destination.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg?_wi=2", imageAlt: "Robert Thompson", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0cf0fe1..51b3948 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1426,6 +1426,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +