Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-08 11:36:45 +00:00
4 changed files with 1378 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ export default function AboutPage() {
name: "Sophie Leclerc",
role: "Founder & Chief Travel Officer",
description: "20+ years in luxury travel concierge. Former director at Rosewood Hotels.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=3",
imageAlt: "portrait professional business woman executive",
socialLinks: [
{
@@ -81,7 +81,7 @@ export default function AboutPage() {
name: "James Montgomery",
role: "Senior Travel Advisor",
description: "Specialist in private aviation and yacht charters. Connected across Europe and Asia.",
imageSrc: "http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg?_wi=3",
imageAlt: "portrait professional business man executive",
socialLinks: [
{
@@ -99,7 +99,7 @@ export default function AboutPage() {
name: "Isabella Santos",
role: "Destination Specialist",
description: "Expert in South America, Caribbean, and luxury resort access. 15 years experience.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-leaning-wall-holding-take-away-coffee-cup_23-2147862776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-leaning-wall-holding-take-away-coffee-cup_23-2147862776.jpg?_wi=3",
imageAlt: "portrait woman luxury travel lifestyle",
socialLinks: [
{

View File

@@ -67,7 +67,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg"
imageSrc="http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg?_wi=2"
imageAlt="Luxury travel planning consultation meeting"
mediaAnimation="slide-up"
mediaPosition="right"

File diff suppressed because it is too large Load Diff

View File

@@ -184,7 +184,7 @@ export default function HomePage() {
company: "Tech Ventures Inc",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
"http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1",
},
{
id: "2",
@@ -193,7 +193,7 @@ export default function HomePage() {
company: "Global Investments Ltd",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg",
"http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg?_wi=1",
},
{
id: "3",
@@ -202,7 +202,7 @@ export default function HomePage() {
company: "Luxury Brands Group",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-leaning-wall-holding-take-away-coffee-cup_23-2147862776.jpg",
"http://img.b2bpic.net/free-photo/young-businesswoman-leaning-wall-holding-take-away-coffee-cup_23-2147862776.jpg?_wi=1",
},
{
id: "4",
@@ -292,7 +292,7 @@ export default function HomePage() {
description:
"20+ years in luxury travel concierge. Former director at Rosewood Hotels.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
"http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2",
socialLinks: [
{
icon: Linkedin,
@@ -311,7 +311,7 @@ export default function HomePage() {
description:
"Specialist in private aviation and yacht charters. Connected across Europe and Asia.",
imageSrc:
"http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg",
"http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg?_wi=2",
socialLinks: [
{
icon: Linkedin,
@@ -330,7 +330,7 @@ export default function HomePage() {
description:
"Expert in South America, Caribbean, and luxury resort access. 15 years experience.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-leaning-wall-holding-take-away-coffee-cup_23-2147862776.jpg",
"http://img.b2bpic.net/free-photo/young-businesswoman-leaning-wall-holding-take-away-coffee-cup_23-2147862776.jpg?_wi=2",
socialLinks: [
{
icon: Linkedin,
@@ -410,7 +410,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg"
imageSrc="http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg?_wi=1"
imageAlt="Luxury travel planning consultation meeting"
mediaAnimation="slide-up"
mediaPosition="right"