Merge version_1 into main #2
392
src/app/page.tsx
392
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Rooms", id: "rooms" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Seasons Hotel"
|
||||
/>
|
||||
@@ -59,105 +44,38 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Seasons Hotel Lunglei"
|
||||
description="Experience luxury, comfort, and breathtaking sunset views in the heart of Lunglei."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg?_wi=1",
|
||||
imageAlt: "Stunning sunset view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-newspaper-balcony_23-2148161261.jpg?_wi=1",
|
||||
imageAlt: "Comfortable room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-cute-dog_23-2150947678.jpg?_wi=1",
|
||||
imageAlt: "Balcony view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-toast-salad-fried-eggs-bacon-with-glass-juice-black-table-near-window_23-2148067104.jpg",
|
||||
imageAlt: "Breakfast service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-standing-balcony-drinking-coffee-holding-smartphone-hand_23-2147941539.jpg",
|
||||
imageAlt: "Spacious suite",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg", imageAlt: "Stunning sunset view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-newspaper-balcony_23-2148161261.jpg", imageAlt: "Comfortable room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-cute-dog_23-2150947678.jpg", imageAlt: "Balcony view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plate-toast-salad-fried-eggs-bacon-with-glass-juice-black-table-near-window_23-2148067104.jpg", imageAlt: "Breakfast service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-standing-balcony-drinking-coffee-holding-smartphone-hand_23-2147941539.jpg", imageAlt: "Spacious suite" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",
|
||||
imageAlt: "Hotel view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-pajama-moving-balcony-city-sunny-morning-her-long-hair-flying-wind-she-smiling_197531-2305.jpg",
|
||||
imageAlt: "Spacious suite",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-tea-table_141793-36.jpg",
|
||||
imageAlt: "Breakfast service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3465.jpg",
|
||||
imageAlt: "Balcony view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176365.jpg",
|
||||
imageAlt: "Comfortable room",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "Hotel view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-pajama-moving-balcony-city-sunny-morning-her-long-hair-flying-wind-she-smiling_197531-2305.jpg", imageAlt: "Spacious suite" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-tea-table_141793-36.jpg", imageAlt: "Breakfast service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3465.jpg", imageAlt: "Balcony view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176365.jpg", imageAlt: "Comfortable room" }
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tyrrhenian-sunset-from-peloritani-mountains-sicily-italy_181624-21176.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-railing-view-beautiful-mountains-sunset_181624-12889.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4507.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wide-angle-shot-mesa-grande-sunset-san-diego_181624-20956.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/breathtaking-sunset-calm-ocean-surrounded-by-hills_181624-11355.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/tyrrhenian-sunset-from-peloritani-mountains-sicily-italy_181624-21176.jpg", alt: "Happy guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/wooden-railing-view-beautiful-mountains-sunset_181624-12889.jpg", alt: "Happy guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4507.jpg", alt: "Happy guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/wide-angle-shot-mesa-grande-sunset-san-diego_181624-20956.jpg", alt: "Happy guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/breathtaking-sunset-calm-ocean-surrounded-by-hills_181624-11355.jpg", alt: "Happy guest" }
|
||||
]}
|
||||
avatarText="Trusted by 5000+ happy guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "LUXURY",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "COMFORT",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "SCENIC",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "PEACEFUL",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "RELAXING",
|
||||
},
|
||||
{ type: "text", text: "LUXURY" },
|
||||
{ type: "text", text: "COMFORT" },
|
||||
{ type: "text", text: "SCENIC" },
|
||||
{ type: "text", text: "PEACEFUL" },
|
||||
{ type: "text", text: "RELAXING" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,21 +85,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Your Peaceful Escape"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Established",
|
||||
value: "5+",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Satisfied Guests",
|
||||
value: "5000+",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Prime Location",
|
||||
value: "Center",
|
||||
},
|
||||
{ icon: Award, label: "Years Established", value: "5+" },
|
||||
{ icon: Smile, label: "Satisfied Guests", value: "5000+" },
|
||||
{ icon: MapPin, label: "Prime Location", value: "Center" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -194,49 +100,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Clean & Hygienic",
|
||||
description: "Rigorous cleaning standards ensure every room is fresh, spotless, and safe for your arrival.",
|
||||
icon: ShieldCheck,
|
||||
title: "Clean & Hygienic", description: "Rigorous cleaning standards ensure every room is fresh, spotless, and safe for your arrival.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778695.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3807.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg?_wi=2",
|
||||
imageAlt: "clean hotel room bed setup",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778695.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3807.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Sunset Views",
|
||||
description: "Enjoy unmatched sunsets from our cozy, private balconies designed for relaxation.",
|
||||
icon: Sun,
|
||||
title: "Sunset Views", description: "Enjoy unmatched sunsets from our cozy, private balconies designed for relaxation.", icon: Sun,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982718.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-europe-beauty-world_1153-5730.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-newspaper-balcony_23-2148161261.jpg?_wi=2",
|
||||
imageAlt: "clean hotel room bed setup",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982718.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-europe-beauty-world_1153-5730.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Complimentary Perks",
|
||||
description: "Start your morning right with a free breakfast, included with every stay at Seasons Hotel.",
|
||||
icon: Coffee,
|
||||
title: "Complimentary Perks", description: "Start your morning right with a free breakfast, included with every stay at Seasons Hotel.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-food_74190-4138.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reading-newspaper-drinking-coffee-restaurant_23-2147860331.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-cute-dog_23-2150947678.jpg?_wi=2",
|
||||
imageAlt: "clean hotel room bed setup",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-food_74190-4138.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-reading-newspaper-drinking-coffee-restaurant_23-2147860331.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Why Guests Love Us"
|
||||
@@ -251,48 +133,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "r1",
|
||||
name: "Standard Single",
|
||||
price: "₹1000/night",
|
||||
variant: "Compact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956523.jpg",
|
||||
},
|
||||
{
|
||||
id: "r2",
|
||||
name: "Deluxe Single",
|
||||
price: "₹1300/night",
|
||||
variant: "Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg",
|
||||
},
|
||||
{
|
||||
id: "r3",
|
||||
name: "Standard Double",
|
||||
price: "₹2100/night",
|
||||
variant: "Spacious",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg",
|
||||
},
|
||||
{
|
||||
id: "r4",
|
||||
name: "Deluxe Double",
|
||||
price: "₹2500/night",
|
||||
variant: "Balcony",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695961.jpg",
|
||||
},
|
||||
{
|
||||
id: "r5",
|
||||
name: "Executive Suite",
|
||||
price: "₹3500/night",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160768.jpg",
|
||||
},
|
||||
{
|
||||
id: "r6",
|
||||
name: "Family Suite",
|
||||
price: "₹4500/night",
|
||||
variant: "Large",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2071.jpg",
|
||||
},
|
||||
{ id: "r1", name: "Standard Single", price: "₹1000/night", variant: "Compact", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956523.jpg" },
|
||||
{ id: "r2", name: "Deluxe Single", price: "₹1300/night", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg" },
|
||||
{ id: "r3", name: "Standard Double", price: "₹2100/night", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg" },
|
||||
{ id: "r4", name: "Deluxe Double", price: "₹2500/night", variant: "Balcony", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695961.jpg" },
|
||||
{ id: "r5", name: "Executive Suite", price: "₹3500/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160768.jpg" },
|
||||
{ id: "r6", name: "Family Suite", price: "₹4500/night", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2071.jpg" },
|
||||
]}
|
||||
title="Comfortable Stays"
|
||||
description="Explore our range of well-appointed rooms, designed for both business and leisure travelers."
|
||||
@@ -305,27 +151,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
title: "Cleanliness Score",
|
||||
description: "Highly rated by our guests for spotless environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-chambermaid-with-hands-waist-hotel-room_23-2148033193.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.8/5",
|
||||
title: "Guest Satisfaction",
|
||||
description: "Average review rating from our many happy travelers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Complimentary Breakfast",
|
||||
description: "Included for all guests on every booking.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13045.jpg",
|
||||
},
|
||||
{ id: "m1", value: "98%", title: "Cleanliness Score", description: "Highly rated by our guests for spotless environments.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-chambermaid-with-hands-waist-hotel-room_23-2148033193.jpg" },
|
||||
{ id: "m2", value: "4.8/5", title: "Guest Satisfaction", description: "Average review rating from our many happy travelers.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg" },
|
||||
{ id: "m3", value: "100%", title: "Complimentary Breakfast", description: "Included for all guests on every booking.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13045.jpg" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Consistently providing excellence in hospitality across Lunglei."
|
||||
@@ -338,60 +166,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Traveler",
|
||||
company: "Leisure-Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thank-you-i-forgot-bring-my-mask_637285-8088.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Blogger",
|
||||
company: "GlobeTrotter",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-charming-blonde-woman-white-blouse-smiles-sincerely_197531-23127.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Visitor",
|
||||
company: "TravelSafe",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-woman-straw-hat-wears-blouse-make-selfie_273609-2353.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Professional",
|
||||
company: "TechInnovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Priya Sharma",
|
||||
role: "Business Guest",
|
||||
company: "LocalBiz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-air-hostess-talking-her-mobile-phone_107420-85038.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Johnson", role: "Traveler", company: "Leisure-Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thank-you-i-forgot-bring-my-mask_637285-8088.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", role: "Blogger", company: "GlobeTrotter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-charming-blonde-woman-white-blouse-smiles-sincerely_197531-23127.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", role: "Visitor", company: "TravelSafe", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-woman-straw-hat-wears-blouse-make-selfie_273609-2353.jpg" },
|
||||
{ id: "t4", name: "David Kim", role: "Professional", company: "TechInnovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg" },
|
||||
{ id: "t5", name: "Priya Sharma", role: "Business Guest", company: "LocalBiz", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-air-hostess-talking-her-mobile-phone_107420-85038.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
{
|
||||
value: "4.8/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Guest Satisfaction",
|
||||
},
|
||||
{ value: "5000+", label: "Happy Guests" },
|
||||
{ value: "4.8/5", label: "Average Rating" },
|
||||
{ value: "100%", label: "Guest Satisfaction" },
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Authentic experiences from travelers who have made Seasons Hotel their home in Lunglei."
|
||||
@@ -402,21 +186,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer free WiFi?",
|
||||
content: "Yes, high-speed WiFi is complimentary for all our guests throughout the hotel premises.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is breakfast included?",
|
||||
content: "Yes, every room booking includes our delicious daily breakfast served fresh.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What are your check-in hours?",
|
||||
content: "Check-in begins at 2:00 PM, and we are happy to assist with late arrivals upon prior notification.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer free WiFi?", content: "Yes, high-speed WiFi is complimentary for all our guests throughout the hotel premises." },
|
||||
{ id: "f2", title: "Is breakfast included?", content: "Yes, every room booking includes our delicious daily breakfast served fresh." },
|
||||
{ id: "f3", title: "What are your check-in hours?", content: "Check-in begins at 2:00 PM, and we are happy to assist with late arrivals upon prior notification." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about your upcoming stay with us."
|
||||
@@ -427,9 +199,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reserve Now"
|
||||
title="Ready to Visit Lunglei?"
|
||||
description="Book your room today for an affordable and relaxing stay in the heart of the city."
|
||||
@@ -443,37 +213,17 @@ export default function LandingPage() {
|
||||
logoText="Seasons Hotel Lunglei"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Rooms", href: "#rooms" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user