Merge version_1 into main #1
133
src/app/page.tsx
133
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "features",
|
||||
},
|
||||
name: "Rooms", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Book",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Book", id: "contact"},
|
||||
]}
|
||||
brandName="Hotelier"
|
||||
/>
|
||||
@@ -52,37 +44,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Unparalleled Hospitality"
|
||||
description="Discover a realm of comfort and 3D architectural mastery designed for your ultimate relaxation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Suites",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Suites", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-pastel-hues-room-children_23-2151690383.jpg",
|
||||
imageAlt: "Luxury Suite",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-pastel-hues-room-children_23-2151690383.jpg", imageAlt: "Luxury Suite"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712925.jpg",
|
||||
imageAlt: "Grand Lobby",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712925.jpg", imageAlt: "Grand Lobby"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-tropical-villa-with-infinity-pool-lush-rainforest_23-2152008207.jpg",
|
||||
imageAlt: "Resort Pool",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-tropical-villa-with-infinity-pool-lush-rainforest_23-2152008207.jpg", imageAlt: "Resort Pool"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg",
|
||||
imageAlt: "Spa Relaxation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg", imageAlt: "Spa Relaxation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
|
||||
imageAlt: "Fine Dining",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", imageAlt: "Fine Dining"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -95,17 +74,11 @@ export default function LandingPage() {
|
||||
description="We blend modern technology with timeless service to create unforgettable memories. Experience the evolution of the hotel industry."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Luxury Suites",
|
||||
},
|
||||
value: "500+", title: "Luxury Suites"},
|
||||
{
|
||||
value: "99%",
|
||||
title: "Guest Satisfaction",
|
||||
},
|
||||
value: "99%", title: "Guest Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698306.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -119,28 +92,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Sumptuous Suites",
|
||||
description: "Hand-crafted interiors with panoramic vistas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-bed-with-two-wall-lamps_1203-23.jpg",
|
||||
titleIconSrc: "Sparkles",
|
||||
buttonText: "View Room",
|
||||
},
|
||||
title: "Sumptuous Suites", description: "Hand-crafted interiors with panoramic vistas.", imageSrc: "http://img.b2bpic.net/free-photo/large-bed-with-two-wall-lamps_1203-23.jpg", titleIconSrc: "Sparkles", buttonText: "View Room"},
|
||||
{
|
||||
title: "Private Balconies",
|
||||
description: "Uninterrupted views of the city skyline.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-looking-sea-beach-ocean-relax-holiday-vacation-travel_74190-9048.jpg",
|
||||
titleIconSrc: "Star",
|
||||
buttonText: "View View",
|
||||
},
|
||||
title: "Private Balconies", description: "Uninterrupted views of the city skyline.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-looking-sea-beach-ocean-relax-holiday-vacation-travel_74190-9048.jpg", titleIconSrc: "Star", buttonText: "View View"},
|
||||
{
|
||||
title: "Spa Sanctuary",
|
||||
description: "Immersive thermal therapy treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929569.jpg",
|
||||
titleIconSrc: "Award",
|
||||
buttonText: "View Spa",
|
||||
},
|
||||
title: "Spa Sanctuary", description: "Immersive thermal therapy treatments.", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929569.jpg", titleIconSrc: "Award", buttonText: "View Spa"},
|
||||
]}
|
||||
title="Redefining Comfort"
|
||||
description="Every detail crafted for your serenity."
|
||||
@@ -155,25 +114,15 @@ export default function LandingPage() {
|
||||
author="Elena Rossi"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-showing-his-boarding-pass-check-counter_107420-85116.jpg",
|
||||
alt: "Guest 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-showing-his-boarding-pass-check-counter_107420-85116.jpg", alt: "Guest 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg",
|
||||
alt: "Guest 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg", alt: "Guest 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-two-young-cute-sisters-smiling-spent-weekend-funny-caffee-shop-togetherness_496169-2105.jpg",
|
||||
alt: "Guest 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-two-young-cute-sisters-smiling-spent-weekend-funny-caffee-shop-togetherness_496169-2105.jpg", alt: "Guest 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/selfie-photo-with-father-son_23-2148404173.jpg",
|
||||
alt: "Guest 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/selfie-photo-with-father-son_23-2148404173.jpg", alt: "Guest 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/three-beautiful-smiling-girls-trendy-summer-sundress-posing-street_158538-16600.jpg",
|
||||
alt: "Guest 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/three-beautiful-smiling-girls-trendy-summer-sundress-posing-street_158538-16600.jpg", alt: "Guest 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -184,8 +133,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reserve Now"
|
||||
title="Begin Your Journey"
|
||||
description="Receive exclusive offers and updates for your next luxurious escape."
|
||||
@@ -199,42 +147,27 @@ export default function LandingPage() {
|
||||
logoText="Hotelier"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sustainability", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Suites",
|
||||
items: [
|
||||
title: "Suites", items: [
|
||||
{
|
||||
label: "Deluxe",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Deluxe", href: "#features"},
|
||||
{
|
||||
label: "Presidential",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Presidential", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user