Merge version_2 into main #2
233
src/app/page.tsx
233
src/app/page.tsx
@@ -31,23 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "Rooms", id: "rooms"},
|
||||
{
|
||||
name: "Dining",
|
||||
id: "dining",
|
||||
},
|
||||
name: "Dining", id: "dining"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
]}
|
||||
brandName="VERDANA"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Book Now", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,35 +49,21 @@ export default function LandingPage() {
|
||||
description="A DIFFERENT KIND OF SILENCE"
|
||||
buttons={[
|
||||
{
|
||||
text: "Experience",
|
||||
href: "#",
|
||||
},
|
||||
text: "Experience", href: "#"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318591.jpg?_wi=1",
|
||||
imageAlt: "Hotel Exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318591.jpg?_wi=1", imageAlt: "Hotel Exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg?_wi=1",
|
||||
imageAlt: "Suite Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg?_wi=1", imageAlt: "Suite Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg",
|
||||
imageAlt: "Suite detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg", imageAlt: "Suite detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-woman-happy-smile-relax-balcony-with-sea-ocean_74190-9183.jpg",
|
||||
imageAlt: "Balcony",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-woman-happy-smile-relax-balcony-with-sea-ocean_74190-9183.jpg", imageAlt: "Balcony"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2725.jpg",
|
||||
imageAlt: "Bathroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2725.jpg", imageAlt: "Bathroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg",
|
||||
imageAlt: "Lounge",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg", imageAlt: "Lounge"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,9 +74,7 @@ export default function LandingPage() {
|
||||
title="Timeless Elegance in Every Detail"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Discover More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,29 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "47 Suites",
|
||||
description: "Spacious retreats designed for ultimate comfort.",
|
||||
tag: "Accommodation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-big-building-with-hotel-sign-dark-blue-sky_181624-1783.jpg",
|
||||
imageAlt: "Vertical shot of a big building with a hotel sign and a dark blue sky",
|
||||
},
|
||||
id: "f1", title: "47 Suites", description: "Spacious retreats designed for ultimate comfort.", tag: "Accommodation", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-big-building-with-hotel-sign-dark-blue-sky_181624-1783.jpg", imageAlt: "Vertical shot of a big building with a hotel sign and a dark blue sky"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "3 Michelin Stars",
|
||||
description: "Exquisite dining curated by world-renowned chefs.",
|
||||
tag: "Dining",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318591.jpg?_wi=2",
|
||||
imageAlt: "Vertical shot of a big building with a hotel sign and a dark blue sky",
|
||||
},
|
||||
id: "f2", title: "3 Michelin Stars", description: "Exquisite dining curated by world-renowned chefs.", tag: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318591.jpg?_wi=2", imageAlt: "Vertical shot of a big building with a hotel sign and a dark blue sky"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "100 Years Legacy",
|
||||
description: "A century of excellence and unparalleled service.",
|
||||
tag: "History",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg?_wi=2",
|
||||
imageAlt: "Vertical shot of a big building with a hotel sign and a dark blue sky",
|
||||
},
|
||||
id: "f3", title: "100 Years Legacy", description: "A century of excellence and unparalleled service.", tag: "History", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg?_wi=2", imageAlt: "Vertical shot of a big building with a hotel sign and a dark blue sky"},
|
||||
]}
|
||||
title="The Verdana Difference"
|
||||
description="Where history meets contemporary luxury."
|
||||
@@ -146,40 +104,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "47",
|
||||
title: "Suites",
|
||||
items: [
|
||||
"Ocean view",
|
||||
"King beds",
|
||||
],
|
||||
id: "m1", value: "47", title: "Suites", items: [
|
||||
"Ocean view", "King beds"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "3",
|
||||
title: "Michelin Stars",
|
||||
items: [
|
||||
"Gastronomy",
|
||||
"Excellence",
|
||||
],
|
||||
id: "m2", value: "3", title: "Michelin Stars", items: [
|
||||
"Gastronomy", "Excellence"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1924",
|
||||
title: "Established",
|
||||
items: [
|
||||
"Legacy",
|
||||
"History",
|
||||
],
|
||||
id: "m3", value: "1924", title: "Established", items: [
|
||||
"Legacy", "History"],
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "100",
|
||||
title: "Years",
|
||||
items: [
|
||||
"Unrivaled",
|
||||
"Heritage",
|
||||
],
|
||||
id: "m4", value: "100", title: "Years", items: [
|
||||
"Unrivaled", "Heritage"],
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
@@ -193,49 +131,22 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "View Full Collection", href: "#rooms" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Royal Suite",
|
||||
price: "$2,500",
|
||||
variant: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg",
|
||||
},
|
||||
id: "p1", name: "Royal Suite", price: "From $2,500/night - Includes private butler and panoramic sea views", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Garden View",
|
||||
price: "$1,200",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
|
||||
},
|
||||
id: "p2", name: "Garden View", price: "From $1,200/night - Direct terrace access and lush garden vistas", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Ocean Penthouse",
|
||||
price: "$3,800",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-background-white-spa-towels-wood_1258-111485.jpg",
|
||||
},
|
||||
id: "p3", name: "Ocean Penthouse", price: "From $3,800/night - Top floor seclusion with private infinity spa", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-background-white-spa-towels-wood_1258-111485.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Executive Room",
|
||||
price: "$900",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-with-teenage-girl-laying-couch-discussing-trauma_482257-115695.jpg",
|
||||
},
|
||||
id: "p4", name: "Executive Room", price: "From $900/night - Modern workspace and high-speed silent tech", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-with-teenage-girl-laying-couch-discussing-trauma_482257-115695.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Junior Suite",
|
||||
price: "$1,100",
|
||||
variant: "Elegant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-sitting-desk-laptop-phone-office-auditorium_78826-2341.jpg",
|
||||
},
|
||||
id: "p5", name: "Junior Suite", price: "From $1,100/night - Expanded lounge area with bespoke furnishings", variant: "Elegant", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-sitting-desk-laptop-phone-office-auditorium_78826-2341.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Corner Loft",
|
||||
price: "$1,400",
|
||||
variant: "Boutique",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160766.jpg",
|
||||
},
|
||||
id: "p6", name: "Corner Loft", price: "From $1,400/night - Dual aspect windows with floor-to-ceiling city views", variant: "Boutique", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160766.jpg"},
|
||||
]}
|
||||
title="Our Suites"
|
||||
description="Find your sanctuary."
|
||||
@@ -249,40 +160,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Traveler",
|
||||
testimonial: "The service was impeccable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Traveler", testimonial: "The service was impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "CEO",
|
||||
testimonial: "The best hotel I have ever stayed at.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", role: "CEO", testimonial: "The best hotel I have ever stayed at.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena R.",
|
||||
role: "Artist",
|
||||
testimonial: "Pure magic in every room.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-romantic-couple-sitting-together_23-2149478810.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena R.", role: "Artist", testimonial: "Pure magic in every room.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-romantic-couple-sitting-together_23-2149478810.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James L.",
|
||||
role: "Architect",
|
||||
testimonial: "A masterclass in design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-background-white-adult-warmth-dawn_1418-439.jpg",
|
||||
},
|
||||
id: "t4", name: "James L.", role: "Architect", testimonial: "A masterclass in design.", imageSrc: "http://img.b2bpic.net/free-photo/good-background-white-adult-warmth-dawn_1418-439.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophie K.",
|
||||
role: "Writer",
|
||||
testimonial: "Everything I hoped for.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-therapy-room-with-armchairs-green-lamps-creating-soft-lighting_482257-125372.jpg",
|
||||
},
|
||||
id: "t5", name: "Sophie K.", role: "Writer", testimonial: "Everything I hoped for.", imageSrc: "http://img.b2bpic.net/free-photo/modern-therapy-room-with-armchairs-green-lamps-creating-soft-lighting_482257-125372.jpg"},
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="Experiences that linger."
|
||||
@@ -296,16 +182,10 @@ export default function LandingPage() {
|
||||
description="Reserve your stay today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg"
|
||||
@@ -316,42 +196,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Hotel",
|
||||
items: [
|
||||
title: "Hotel", items: [
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Rooms", href: "#"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dining", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "44.4268 N",
|
||||
href: "#",
|
||||
},
|
||||
label: "44.4268 N", href: "#"},
|
||||
{
|
||||
label: "26.1025 E",
|
||||
href: "#",
|
||||
},
|
||||
label: "26.1025 E", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -362,4 +227,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user