From d96ffdedb322c1b85879f20c31a7c93aa448b08a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:19:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aede95f..e4751e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Anchor, Award, Briefcase, CheckCircle, Crown, Eye, Gem, Heart, Mail, Map, Palette, Sparkles, Spa, Star, Users, Wine } from 'lucide-react'; +import { Anchor, Award, Briefcase, CheckCircle, Crown, Eye, Gem, Heart, Mail, Map, Palette, Sparkles, UtensilsCrossed, Star, Users, Wine } from 'lucide-react'; export default function LandingPage() { return ( @@ -66,11 +66,11 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselPosition="right" marqueeItems={[ - { text: "Paris" }, - { text: "Maldives" }, - { text: "Tokyo" }, - { text: "Santorini" }, - { text: "Dubai" } + { type: "text-icon", text: "Paris", icon: Sparkles }, + { type: "text-icon", text: "Maldives", icon: Sparkles }, + { type: "text-icon", text: "Tokyo", icon: Sparkles }, + { type: "text-icon", text: "Santorini", icon: Sparkles }, + { type: "text-icon", text: "Dubai", icon: Sparkles } ]} /> @@ -110,7 +110,7 @@ export default function LandingPage() { id: "2", title: "Exclusive Resort Access", description: "Gain VIP entry to the world's most coveted private resorts with room upgrades, exclusive amenities, and dedicated concierge service.", media: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxury resort suite" }, items: [ { icon: Star, text: "Suite upgrades" }, - { icon: Spa, text: "Spa access" }, + { icon: UtensilsCrossed, text: "Spa access" }, { icon: CheckCircle, text: "Private dining" } ], reverse: true @@ -161,9 +161,9 @@ export default function LandingPage() { speed={40} topMarqueeDirection="left" testimonials={[ - { id: "1", name: "Alexandra Sterling", handle: "@astering_luxury", testimonial: "Luxe Journeys transformed my vision of the perfect getaway into an unforgettable reality. Every detail was impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg?_wi=1", imageAlt: "Alexandra Sterling" }, + { id: "1", name: "Alexandra Sterling", handle: "@astering_luxury", testimonial: "Luxe Journeys transformed my vision of the perfect getaway into an unforgettable reality. Every detail was impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", imageAlt: "Alexandra Sterling" }, { id: "2", name: "Marcus Chen", handle: "@mchen_traveler", testimonial: "The level of personalization and attention to detail exceeded every expectation. Absolutely world-class service.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Marcus Chen" }, - { id: "3", name: "Isabella Rossi", handle: "@bella_wanderlust", testimonial: "Working with their team felt like having a best friend who knows the world's most beautiful secrets.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg?_wi=2", imageAlt: "Isabella Rossi" }, + { id: "3", name: "Isabella Rossi", handle: "@bella_wanderlust", testimonial: "Working with their team felt like having a best friend who knows the world's most beautiful secrets.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", imageAlt: "Isabella Rossi" }, { id: "4", name: "James Wellington", handle: "@jwell_adventures", testimonial: "The yacht charter experience was beyond anything I could have imagined. Pure luxury and sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wellington" }, { id: "5", name: "Sofia Delgado", handle: "@sofiad_elegant", testimonial: "Their curated experiences opened doors to places I never thought were accessible. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", imageAlt: "Sofia Delgado" }, { id: "6", name: "Robert Blackstone", handle: "@r_blackstone", testimonial: "The cultural immersion tours were revelatory. Expert guidance combined with intimate access—simply unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg", imageAlt: "Robert Blackstone" } -- 2.49.1