Merge version_1 into main #1
194
src/app/page.tsx
194
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "products",
|
||||
},
|
||||
name: "Rooms", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EliteStay"
|
||||
/>
|
||||
@@ -55,37 +47,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Perfect Stay Awaits Here"
|
||||
description="Browse our beautifully designed rooms, worldclass amenities, and unbeatable rates. Book directly and unlock exclusive guest benefits."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Room",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Reserve Your Room", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-bed-with-man-bathrobe-background_1163-10.jpg",
|
||||
imageAlt: "luxury hotel lobby entrance interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-bed-with-man-bathrobe-background_1163-10.jpg", imageAlt: "luxury hotel lobby entrance interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185071.jpg",
|
||||
imageAlt: "luxurious king bed hotel room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185071.jpg", imageAlt: "luxurious king bed hotel room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/deckchair-resort_1150-10904.jpg",
|
||||
imageAlt: "hotel swimming pool sun lounge",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/deckchair-resort_1150-10904.jpg", imageAlt: "hotel swimming pool sun lounge"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg",
|
||||
imageAlt: "luxury hotel lobby entrance interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg", imageAlt: "luxury hotel lobby entrance interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-hotel-room-with-window_1203-1492.jpg",
|
||||
imageAlt: "luxurious king bed hotel room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-hotel-room-with-window_1203-1492.jpg", imageAlt: "luxurious king bed hotel room"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -113,23 +92,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Infinity Pool",
|
||||
description: "Relax in our climate-controlled pool with stunning city views.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vacation-tourism-leisure-concept-happy-relaxed-attractive-tanned-brunette-woman-glasses-lying-hotel-lounge-zone-cafe-terrace-put-feet-coffee-table-smiling-feeling-paradise_197531-30314.jpg",
|
||||
imageAlt: "hotel swimming pool sun lounge",
|
||||
},
|
||||
title: "Infinity Pool", description: "Relax in our climate-controlled pool with stunning city views.", imageSrc: "http://img.b2bpic.net/free-photo/vacation-tourism-leisure-concept-happy-relaxed-attractive-tanned-brunette-woman-glasses-lying-hotel-lounge-zone-cafe-terrace-put-feet-coffee-table-smiling-feeling-paradise_197531-30314.jpg", imageAlt: "hotel swimming pool sun lounge"},
|
||||
{
|
||||
title: "Fine Dining",
|
||||
description: "Experience gourmet local cuisine prepared by master chefs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg",
|
||||
imageAlt: "luxury hotel lobby entrance interior",
|
||||
},
|
||||
title: "Fine Dining", description: "Experience gourmet local cuisine prepared by master chefs.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg", imageAlt: "luxury hotel lobby entrance interior"},
|
||||
{
|
||||
title: "Wellness Spa",
|
||||
description: "Rejuvenate with world-class treatments and spa services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-style-bedroom-interior-hotel-bedroom-generative-ai-illustration_1258-151611.jpg",
|
||||
imageAlt: "luxurious king bed hotel room",
|
||||
},
|
||||
title: "Wellness Spa", description: "Rejuvenate with world-class treatments and spa services.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-style-bedroom-interior-hotel-bedroom-generative-ai-illustration_1258-151611.jpg", imageAlt: "luxurious king bed hotel room"},
|
||||
]}
|
||||
title="World-Class Amenities"
|
||||
description="Enhance your stay with our premium facilities tailored for relaxation and efficiency."
|
||||
@@ -138,46 +105,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "r1",
|
||||
name: "Deluxe Room",
|
||||
price: "$199/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg",
|
||||
},
|
||||
id: "r1", name: "Deluxe Room", price: "$199/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg"},
|
||||
{
|
||||
id: "r2",
|
||||
name: "Executive Suite",
|
||||
price: "$299/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg",
|
||||
},
|
||||
id: "r2", name: "Executive Suite", price: "$299/night", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg"},
|
||||
{
|
||||
id: "r3",
|
||||
name: "Junior Suite",
|
||||
price: "$249/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-orange-dress-using-tablet-modern-rooftop-office_273443-3116.jpg",
|
||||
},
|
||||
id: "r3", name: "Junior Suite", price: "$249/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-orange-dress-using-tablet-modern-rooftop-office_273443-3116.jpg"},
|
||||
{
|
||||
id: "r4",
|
||||
name: "Family Suite",
|
||||
price: "$349/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-family-playing-with-blindfold-laughing-home_23-2148208033.jpg",
|
||||
},
|
||||
id: "r4", name: "Family Suite", price: "$349/night", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-family-playing-with-blindfold-laughing-home_23-2148208033.jpg"},
|
||||
{
|
||||
id: "r5",
|
||||
name: "Presidential Suite",
|
||||
price: "$799/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wedding-suit-with-glass-whiskey-indoors_8353-12325.jpg",
|
||||
},
|
||||
id: "r5", name: "Presidential Suite", price: "$799/night", imageSrc: "http://img.b2bpic.net/free-photo/man-wedding-suit-with-glass-whiskey-indoors_8353-12325.jpg"},
|
||||
{
|
||||
id: "r6",
|
||||
name: "Standard Single",
|
||||
price: "$149/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-working-with-her-laptop-bed_23-2147601448.jpg",
|
||||
},
|
||||
id: "r6", name: "Standard Single", price: "$149/night", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-working-with-her-laptop-bed_23-2147601448.jpg"},
|
||||
]}
|
||||
title="Exquisite Accommodations"
|
||||
description="Choose from our range of beautifully designed rooms and suites for your comfort."
|
||||
@@ -191,40 +135,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_travels",
|
||||
testimonial: "Exceptional service and beautiful rooms. The perfect getaway!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarah_travels", testimonial: "Exceptional service and beautiful rooms. The perfect getaway!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark_biz",
|
||||
testimonial: "Best location for business trips. Comfortable and efficient.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-smiling-man_23-2147961615.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", handle: "@mark_biz", testimonial: "Best location for business trips. Comfortable and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/modern-smiling-man_23-2147961615.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena R.",
|
||||
handle: "@elena_vacation",
|
||||
testimonial: "Luxury redefined. Truly an unforgettable experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-with-his-yellow-bag-preparing-trip-blue-wall_140725-89916.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena R.", handle: "@elena_vacation", testimonial: "Luxury redefined. Truly an unforgettable experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-with-his-yellow-bag-preparing-trip-blue-wall_140725-89916.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
handle: "@david_travel",
|
||||
testimonial: "The staff was incredibly accommodating. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
|
||||
},
|
||||
id: "t4", name: "David L.", handle: "@david_travel", testimonial: "The staff was incredibly accommodating. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda M.",
|
||||
handle: "@linda_family",
|
||||
testimonial: "Perfect family vacation spot. We loved the pool area.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-man-shows-okay-sign-packs-clothes-suitcase-goes-holiday-business-trip_1258-270319.jpg",
|
||||
},
|
||||
id: "t5", name: "Linda M.", handle: "@linda_family", testimonial: "Perfect family vacation spot. We loved the pool area.", imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-man-shows-okay-sign-packs-clothes-suitcase-goes-holiday-business-trip_1258-270319.jpg"},
|
||||
]}
|
||||
title="Guest Testimonials"
|
||||
description="Hear what our valued guests have to say about their experience with us."
|
||||
@@ -237,30 +156,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Check-in time?",
|
||||
content: "Check-in is at 3:00 PM.",
|
||||
},
|
||||
id: "f1", title: "Check-in time?", content: "Check-in is at 3:00 PM."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer parking?",
|
||||
content: "Yes, complimentary parking is available for all guests.",
|
||||
},
|
||||
id: "f2", title: "Do you offer parking?", content: "Yes, complimentary parking is available for all guests."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are pets allowed?",
|
||||
content: "We are a pet-friendly establishment; charges may apply.",
|
||||
},
|
||||
id: "f3", title: "Are pets allowed?", content: "We are a pet-friendly establishment; charges may apply."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Is breakfast included?",
|
||||
content: "Complimentary continental breakfast is served daily.",
|
||||
},
|
||||
id: "f4", title: "Is breakfast included?", content: "Complimentary continental breakfast is served daily."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "How do I cancel a booking?",
|
||||
content: "Cancellations can be managed through our portal up to 48 hours before stay.",
|
||||
},
|
||||
id: "f5", title: "How do I cancel a booking?", content: "Cancellations can be managed through our portal up to 48 hours before stay."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to frequently asked questions about our hotel."
|
||||
@@ -275,22 +179,14 @@ export default function LandingPage() {
|
||||
description="Reach out to our team for inquiries or special booking requests."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-staff-team-helping-old-woman_482257-76596.jpg"
|
||||
@@ -303,29 +199,19 @@ export default function LandingPage() {
|
||||
logoText="EliteStay"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Booking",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Booking", href: "#products"},
|
||||
{
|
||||
label: "Spa",
|
||||
href: "#amenities",
|
||||
},
|
||||
label: "Spa", href: "#amenities"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user