Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
193
src/app/page.tsx
193
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Globe, MapPin, Sparkles, Users } from "lucide-react";
|
||||
import { Globe, MapPin, Sparkles, Users, Zap, Award, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,27 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "destinations",
|
||||
},
|
||||
name: "Destinations", id: "destinations"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "offers",
|
||||
},
|
||||
name: "Offers", id: "offers"},
|
||||
{
|
||||
name: "Concierge",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Concierge", id: "contact"},
|
||||
]}
|
||||
brandName="Four Seasons"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,13 +53,9 @@ export default function LandingPage() {
|
||||
description="Redefining the art of hospitality through bespoke experiences, timeless elegance, and unparalleled service across the globe."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#destinations",
|
||||
},
|
||||
text: "Explore Collection", href: "#destinations"},
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beach-wood-cabin-coast-guard-exciting-sky_146671-18843.jpg"
|
||||
imageAlt="Luxury resort view"
|
||||
@@ -95,28 +81,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Wellness Sanctuaries",
|
||||
description: "Rejuvenate in our world-renowned spas with treatments inspired by ancient healing arts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148000556.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Wellness Sanctuaries", description: "Rejuvenate in our world-renowned spas with treatments inspired by ancient healing arts.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148000556.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Bespoke Concierge",
|
||||
description: "Our dedicated teams anticipate your every need, ensuring flawless transitions from arrival to departure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-tree-pose-outside_23-2148717288.jpg",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Bespoke Concierge", description: "Our dedicated teams anticipate your every need, ensuring flawless transitions from arrival to departure.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-tree-pose-outside_23-2148717288.jpg", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Haute Cuisine",
|
||||
description: "Experience gastronomic masterpieces crafted by Michelin-starred chefs in breathtaking settings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classy-white-shoes-high-heels-stand-white-handrails-wi_8353-5.jpg",
|
||||
buttonIcon: "Award",
|
||||
title: "Haute Cuisine", description: "Experience gastronomic masterpieces crafted by Michelin-starred chefs in breathtaking settings.", imageSrc: "http://img.b2bpic.net/free-photo/classy-white-shoes-high-heels-stand-white-handrails-wi_8353-5.jpg", buttonIcon: Award,
|
||||
},
|
||||
{
|
||||
title: "Exclusive Access",
|
||||
description: "Enjoy private tours, curated outings, and privileged access to the most coveted local experiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-together-beach-party_23-2149450773.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Exclusive Access", description: "Enjoy private tours, curated outings, and privileged access to the most coveted local experiences.", imageSrc: "http://img.b2bpic.net/free-photo/two-women-together-beach-party_23-2149450773.jpg", buttonIcon: Shield,
|
||||
},
|
||||
]}
|
||||
title="World-Class Experiences"
|
||||
@@ -132,25 +106,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120+",
|
||||
title: "Global Properties",
|
||||
description: "Curated luxury hotels worldwide",
|
||||
icon: Globe,
|
||||
id: "m1", value: "120+", title: "Global Properties", description: "Curated luxury hotels worldwide", icon: Globe,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50k+",
|
||||
title: "Dedicated Staff",
|
||||
description: "Professional care professionals",
|
||||
icon: Users,
|
||||
id: "m2", value: "50k+", title: "Dedicated Staff", description: "Professional care professionals", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "60",
|
||||
title: "Countries Covered",
|
||||
description: "Universal hospitality standards",
|
||||
icon: MapPin,
|
||||
id: "m3", value: "60", title: "Countries Covered", description: "Universal hospitality standards", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
title="Unrivaled Presence"
|
||||
@@ -166,41 +128,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Grand Presidential",
|
||||
price: "From $5,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg",
|
||||
},
|
||||
id: "p1", name: "The Grand Presidential", price: "From $5,000", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Oceanfront Villa",
|
||||
price: "From $3,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathtub_74190-4122.jpg",
|
||||
},
|
||||
id: "p2", name: "Oceanfront Villa", price: "From $3,500", imageSrc: "http://img.b2bpic.net/free-photo/bathtub_74190-4122.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Garden Retreat",
|
||||
price: "From $1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885656.jpg",
|
||||
},
|
||||
id: "p3", name: "Garden Retreat", price: "From $1,200", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885656.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Urban Penthouse",
|
||||
price: "From $2,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg",
|
||||
},
|
||||
id: "p4", name: "Urban Penthouse", price: "From $2,800", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Boutique Oasis",
|
||||
price: "From $950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg",
|
||||
},
|
||||
id: "p5", name: "Boutique Oasis", price: "From $950", imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Cliffside Haven",
|
||||
price: "From $4,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694148.jpg",
|
||||
},
|
||||
id: "p6", name: "Cliffside Haven", price: "From $4,200", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694148.jpg"},
|
||||
]}
|
||||
title="Signature Collections"
|
||||
description="Discover the suites and villas that define modern luxury."
|
||||
@@ -214,40 +152,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Rossi",
|
||||
handle: "@elena_travels",
|
||||
testimonial: "The absolute pinnacle of luxury. Everything was perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-slim-african-american-model-wear-black-blouse-green-long-legs-pants-posed-chinese-cafe_627829-5905.jpg",
|
||||
},
|
||||
id: "t1", name: "Elena Rossi", handle: "@elena_travels", testimonial: "The absolute pinnacle of luxury. Everything was perfect.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-slim-african-american-model-wear-black-blouse-green-long-legs-pants-posed-chinese-cafe_627829-5905.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@mthorne",
|
||||
testimonial: "Staff that truly anticipates your needs. Simply unparalleled.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2691.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Staff that truly anticipates your needs. Simply unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2691.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "I never felt more cared for. A truly memorable stay.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-drinking-coconut-milk-by-pool-vacation_23-2149369763.jpg",
|
||||
},
|
||||
id: "t3", name: "Sarah Jenkins", handle: "@sarah_j", testimonial: "I never felt more cared for. A truly memorable stay.", imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-drinking-coconut-milk-by-pool-vacation_23-2149369763.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Wu",
|
||||
handle: "@dwu_travels",
|
||||
testimonial: "The design of the resort is as spectacular as the service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/short-haired-attractive-woman-brown-top-smiles-looks-front-cozy-garden_197531-18166.jpg",
|
||||
},
|
||||
id: "t4", name: "David Wu", handle: "@dwu_travels", testimonial: "The design of the resort is as spectacular as the service.", imageSrc: "http://img.b2bpic.net/free-photo/short-haired-attractive-woman-brown-top-smiles-looks-front-cozy-garden_197531-18166.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Isabella V.",
|
||||
handle: "@isa_v",
|
||||
testimonial: "An incredible sanctuary. Cannot wait to return.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sunglasses_1157-6308.jpg",
|
||||
},
|
||||
id: "t5", name: "Isabella V.", handle: "@isa_v", testimonial: "An incredible sanctuary. Cannot wait to return.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sunglasses_1157-6308.jpg"},
|
||||
]}
|
||||
title="Stories of Perfection"
|
||||
description="The experiences that make us who we are."
|
||||
@@ -259,20 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I secure an early check-in?",
|
||||
content: "You can request this through our concierge desk prior to your arrival.",
|
||||
},
|
||||
id: "f1", title: "How do I secure an early check-in?", content: "You can request this through our concierge desk prior to your arrival."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there private airport transfers?",
|
||||
content: "Yes, we provide bespoke luxury transfers from all major airports.",
|
||||
},
|
||||
id: "f2", title: "Are there private airport transfers?", content: "Yes, we provide bespoke luxury transfers from all major airports."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is the spa open 24 hours?",
|
||||
content: "Our spa facilities are open daily, with treatments available by appointment.",
|
||||
},
|
||||
id: "f3", title: "Is the spa open 24 hours?", content: "Our spa facilities are open daily, with treatments available by appointment."},
|
||||
]}
|
||||
sideTitle="Frequently Asked"
|
||||
sideDescription="Everything you need to know about your upcoming stay."
|
||||
@@ -287,22 +191,13 @@ export default function LandingPage() {
|
||||
description="Connect with our reservation specialists to plan your next bespoke stay."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "dates",
|
||||
type: "text",
|
||||
placeholder: "Preferred Dates",
|
||||
},
|
||||
name: "dates", type: "text", placeholder: "Preferred Dates"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg"
|
||||
mediaPosition="right"
|
||||
@@ -315,37 +210,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "About Us", href: "#experience"},
|
||||
{
|
||||
label: "Destinations",
|
||||
href: "#destinations",
|
||||
},
|
||||
label: "Destinations", href: "#destinations"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Concierge",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Concierge", href: "#contact"},
|
||||
{
|
||||
label: "Offers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Offers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Legal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Legal", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user