From b4ea5b320dfd4c3d3c6cf9c8d0985b8583c1b385 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 95 +++++++++++++----------------------------------- 1 file changed, 26 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de3ec51..e709735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Sparkles, Heart, Gem, Award, Crown, MapPin, Settings, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react"; +import { Sparkles, Heart, Award, Crown, MapPin, Settings, Calendar, User } from "lucide-react"; const navItems = [ { name: "Home", id: "/" }, @@ -20,8 +19,7 @@ const navItems = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Spa & Wellness", href: "/offerings" }, { label: "Fine Dining", href: "/offerings" }, { label: "Adventure", href: "/offerings" }, @@ -29,8 +27,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Philosophy", href: "/about" }, { label: "Careers", href: "#" }, @@ -38,8 +35,7 @@ const footerColumns = [ ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "/contact" }, { label: "Booking Help", href: "/booking" }, @@ -56,7 +52,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -77,17 +73,14 @@ export default function HomePage() { description="Discover curated premium offerings designed for the discerning. Reserve your exclusive escape in moments." tag="Premium Experiences" tagIcon={Sparkles} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Explore & Reserve", href: "/booking" }, { text: "Learn More", href: "/about" }, ]} dashboard={{ - title: "Your Personalized Concierge", - logoIcon: Crown, - imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369705.jpg", - searchPlaceholder: "Search exclusive experiences...", - sidebarItems: [ + title: "Your Personalized Concierge", logoIcon: Crown, + imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369705.jpg", searchPlaceholder: "Search exclusive experiences...", sidebarItems: [ { icon: MapPin, active: true }, { icon: Sparkles }, { icon: Settings }, @@ -98,35 +91,26 @@ export default function HomePage() { ], stats: [ { - title: "Exclusive Destinations", - values: [42, 58, 73], - description: "Premium locations worldwide", - }, + title: "Exclusive Destinations", values: [42, 58, 73], + description: "Premium locations worldwide"}, { - title: "Satisfaction Rate", - values: [96, 97, 98], - valueSuffix: "%", - description: "Client happiness score", - }, + title: "Satisfaction Rate", values: [96, 97, 98], + valueSuffix: "%", description: "Client happiness score"}, { - title: "VIP Members", - values: [3200, 4100, 5200], - description: "Exclusive membership base", - }, + title: "VIP Members", values: [3200, 4100, 5200], + description: "Exclusive membership base"}, ], - chartTitle: "Booking Trends", - chartData: [ + chartTitle: "Booking Trends", chartData: [ { value: 45 }, { value: 72 }, { value: 58 }, { value: 85 }, { value: 62 }, ], - listTitle: "Recent Reservations", - listItems: [ + listTitle: "Recent Reservations", listItems: [ { icon: MapPin, title: "Maldives Retreat", status: "Confirmed" }, - { icon: MapPin, title: "Alpine Escape", status: "Pending" }, - { icon: MapPin, title: "Personal Concierge", status: "Confirmed" }, + { icon: Calendar, title: "Alpine Escape", status: "Pending" }, + { icon: User, title: "Personal Concierge", status: "Confirmed" }, ], }} /> @@ -142,9 +126,10 @@ export default function HomePage() { { value: "20+", title: "Years of Expertise" }, { value: "500+", title: "Exclusive Properties" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg" imageAlt="Luxury concierge service" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -159,41 +144,13 @@ export default function HomePage() { tagIcon={Award} testimonials={[ { - id: "1", - title: "An Unforgettable Escape", - quote: "Luxury Escapes transformed my expectation of what premium travel could be. Every detail was perfectly orchestrated, from the moment of booking to our final departure. The white-glove service and personalized attention made this the most memorable vacation of my life.", - name: "Alexandra Mitchell", - role: "CEO, Global Ventures", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", - imageAlt: "Alexandra Mitchell", - }, + id: "1", title: "An Unforgettable Escape", quote: "Luxury Escapes transformed my expectation of what premium travel could be. Every detail was perfectly orchestrated, from the moment of booking to our final departure. The white-glove service and personalized attention made this the most memorable vacation of my life.", name: "Alexandra Mitchell", role: "CEO, Global Ventures", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Alexandra Mitchell"}, { - id: "2", - title: "Personalized Excellence", - quote: "What impressed me most was their ability to anticipate needs I didn't even know I had. My concierge suggested experiences that perfectly aligned with my interests, and everything was seamlessly arranged. This is what true luxury service looks like.", - name: "Victoria Chen", - role: "Founder, Innovate Labs", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", - imageAlt: "Victoria Chen", - }, + id: "2", title: "Personalized Excellence", quote: "What impressed me most was their ability to anticipate needs I didn't even know I had. My concierge suggested experiences that perfectly aligned with my interests, and everything was seamlessly arranged. This is what true luxury service looks like.", name: "Victoria Chen", role: "Founder, Innovate Labs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Victoria Chen"}, { - id: "3", - title: "Beyond Expectations", - quote: "We've traveled to the most exclusive properties worldwide, but Luxury Escapes elevated the entire experience. Their network of premium destinations and commitment to excellence is unmatched in the industry.", - name: "James Richardson", - role: "Chief Investment Officer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", - imageAlt: "James Richardson", - }, + id: "3", title: "Beyond Expectations", quote: "We've traveled to the most exclusive properties worldwide, but Luxury Escapes elevated the entire experience. Their network of premium destinations and commitment to excellence is unmatched in the industry.", name: "James Richardson", role: "Chief Investment Officer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "James Richardson"}, { - id: "4", - title: "The Gold Standard", - quote: "As someone who values privacy and exclusivity, Luxury Escapes is the only travel company I trust with my most important getaways. Their discretion, professionalism, and commitment to perfection is simply outstanding.", - name: "Margaret Hartwell", - role: "Executive Director, Heritage Foundation", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", - imageAlt: "Margaret Hartwell", - }, + id: "4", title: "The Gold Standard", quote: "As someone who values privacy and exclusivity, Luxury Escapes is the only travel company I trust with my most important getaways. Their discretion, professionalism, and commitment to perfection is simply outstanding.", name: "Margaret Hartwell", role: "Executive Director, Heritage Foundation", imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "Margaret Hartwell"}, ]} /> @@ -206,14 +163,14 @@ export default function HomePage() { { text: "Start Your Journey", href: "/booking" }, { text: "Contact Concierge", href: "/contact" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />