Update src/app/page.tsx
This commit is contained in:
238
src/app/page.tsx
238
src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Facilities",
|
||||
id: "features",
|
||||
},
|
||||
name: "Facilities", id: "features"},
|
||||
{
|
||||
name: "Accommodations",
|
||||
id: "products",
|
||||
},
|
||||
name: "Accommodations", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Waterland Resort"
|
||||
/>
|
||||
@@ -62,65 +50,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Escape to Waterland Resort & Waterpark"
|
||||
description="Experience the perfect harmony of relaxation and adventure in the heart of Zgharta. Enjoy world-class hospitality and thrilling aquatic fun."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-positive-emotions-technology-concept-overjoyed-woman-uses-modern-mobile-phone-online-communication-raises-fore-finger-as-remembers-congratulate-friend-rests-sidewalk-bar_273609-2740.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-positive-emotions-technology-concept-overjoyed-woman-uses-modern-mobile-phone-online-communication-raises-fore-finger-as-remembers-congratulate-friend-rests-sidewalk-bar_273609-2740.jpg", alt: "Guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-sitting-blanket-drinking-wine-enjoying-summer-picnic-tropical-garden_273443-560.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-sitting-blanket-drinking-wine-enjoying-summer-picnic-tropical-garden_273443-560.jpg", alt: "Guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-girls-have-fun-mall-fountain_1153-4034.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-girls-have-fun-mall-fountain_1153-4034.jpg", alt: "Guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-outdoor-swimming-pool-hotel-resort-nearly-sea_74190-13358.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-outdoor-swimming-pool-hotel-resort-nearly-sea_74190-13358.jpg", alt: "Guest"},
|
||||
]}
|
||||
avatarText="Loved by 1,000+ travelers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Book Your Stay", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "4-Star Luxury",
|
||||
},
|
||||
type: "text", text: "4-Star Luxury"},
|
||||
{
|
||||
type: "text",
|
||||
text: "World-Class Waterpark",
|
||||
},
|
||||
type: "text", text: "World-Class Waterpark"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Serene Landscapes",
|
||||
},
|
||||
type: "text", text: "Serene Landscapes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining",
|
||||
},
|
||||
type: "text", text: "Fine Dining"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,14 +93,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Your Serene Oasis"
|
||||
description={[
|
||||
"Waterland Resort is more than just a hotel; it's a 4-star gateway to rejuvenation. Nestled in Ardeh, we offer breathtaking views, lush landscapes, and premium amenities.",
|
||||
"From our expansive pools to our curated dining experiences, every detail is crafted to ensure a memorable stay for families and individuals alike.",
|
||||
]}
|
||||
"Waterland Resort is more than just a hotel; it's a 4-star gateway to rejuvenation. Nestled in Ardeh, we offer breathtaking views, lush landscapes, and premium amenities.", "From our expansive pools to our curated dining experiences, every detail is crafted to ensure a memorable stay for families and individuals alike."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,36 +108,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Aquatic Adventure",
|
||||
author: "Waterpark",
|
||||
description: "High-speed water slides and refreshing pools for all ages.",
|
||||
tags: [
|
||||
"Fun",
|
||||
"Active",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-women-smiling-sunbathing-relaxing-swimming-pool_176420-1716.jpg",
|
||||
},
|
||||
id: "1", title: "Aquatic Adventure", author: "Waterpark", description: "High-speed water slides and refreshing pools for all ages.", tags: [
|
||||
"Fun", "Active"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-women-smiling-sunbathing-relaxing-swimming-pool_176420-1716.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Wellness Center",
|
||||
author: "Fitness",
|
||||
description: "Modern fitness facilities to keep your routine on track.",
|
||||
tags: [
|
||||
"Health",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg",
|
||||
},
|
||||
id: "2", title: "Wellness Center", author: "Fitness", description: "Modern fitness facilities to keep your routine on track.", tags: [
|
||||
"Health"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fine Dining",
|
||||
author: "Cuisine",
|
||||
description: "Savor authentic flavors with our complimentary daily breakfast.",
|
||||
tags: [
|
||||
"Food",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-arrangement-flat-lay_23-2148941588.jpg",
|
||||
},
|
||||
id: "3", title: "Fine Dining", author: "Cuisine", description: "Savor authentic flavors with our complimentary daily breakfast.", tags: [
|
||||
"Food"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-arrangement-flat-lay_23-2148941588.jpg"},
|
||||
]}
|
||||
title="Amenities & Fun"
|
||||
description="Discover everything we have to offer, from thrilling water slides to peaceful retreats."
|
||||
@@ -193,59 +133,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Standard",
|
||||
name: "Deluxe Garden View",
|
||||
price: "$120/night",
|
||||
rating: 4.5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg",
|
||||
},
|
||||
id: "1", brand: "Standard", name: "Deluxe Garden View", price: "$120/night", rating: 4.5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Premium",
|
||||
name: "Ocean View Villa",
|
||||
price: "$250/night",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-newspaper-balcony_23-2148161261.jpg",
|
||||
},
|
||||
id: "2", brand: "Premium", name: "Ocean View Villa", price: "$250/night", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-newspaper-balcony_23-2148161261.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Standard",
|
||||
name: "Family Suite",
|
||||
price: "$180/night",
|
||||
rating: 4.2,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518266.jpg",
|
||||
},
|
||||
id: "3", brand: "Standard", name: "Family Suite", price: "$180/night", rating: 4.2,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518266.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Deluxe",
|
||||
name: "Junior Terrace Suite",
|
||||
price: "$210/night",
|
||||
rating: 4.8,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-bed_1203-634.jpg",
|
||||
},
|
||||
id: "4", brand: "Deluxe", name: "Junior Terrace Suite", price: "$210/night", rating: 4.8,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-bed_1203-634.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Luxury",
|
||||
name: "Executive Retreat",
|
||||
price: "$320/night",
|
||||
rating: 4.9,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-style-bedroom-interior-hotel-bedroom-generative-ai-illustration_1258-151610.jpg",
|
||||
},
|
||||
id: "5", brand: "Luxury", name: "Executive Retreat", price: "$320/night", rating: 4.9,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-style-bedroom-interior-hotel-bedroom-generative-ai-illustration_1258-151610.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Economy",
|
||||
name: "Cozy Studio Garden",
|
||||
price: "$90/night",
|
||||
rating: 4,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-positive-smiling-woman-summer-flying-dress-natural-day-light-villa-terrace-enjoying-beautiful-vacation-outdoor-sofa-with-pillows-tropical_343596-1131.jpg",
|
||||
},
|
||||
id: "6", brand: "Economy", name: "Cozy Studio Garden", price: "$90/night", rating: 4,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-positive-smiling-woman-summer-flying-dress-natural-day-light-villa-terrace-enjoying-beautiful-vacation-outdoor-sofa-with-pillows-tropical_343596-1131.jpg"},
|
||||
]}
|
||||
title="Comfortable Accommodations"
|
||||
description="Choose from our range of premium rooms designed for your absolute comfort."
|
||||
@@ -257,30 +161,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Michel L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
|
||||
},
|
||||
id: "1", name: "Michel L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Ahmed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-vacation-with-little-baby-boy_343596-1678.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-vacation-with-little-baby-boy_343596-1678.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Z.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-tanned-woman-bikini-straw-hat-with-floating-breakfast-amazing-luxury-bali-style-villa-sunny-day-by-swimming-pool-tropical-background_343596-995.jpg",
|
||||
},
|
||||
id: "3", name: "David Z.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-tanned-woman-bikini-straw-hat-with-floating-breakfast-amazing-luxury-bali-style-villa-sunny-day-by-swimming-pool-tropical-background_343596-995.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-bathrobes-talking-while-sitting-by-pool-spending-weekend-spa-focus-is-happy-man_637285-7414.jpg",
|
||||
},
|
||||
id: "4", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-bathrobes-talking-while-sitting-by-pool-spending-weekend-spa-focus-is-happy-man_637285-7414.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kamil R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-outdoor-swimming-pool-hotel-resort-nearly-sea_74190-13358.jpg",
|
||||
},
|
||||
id: "5", name: "Kamil R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-outdoor-swimming-pool-hotel-resort-nearly-sea_74190-13358.jpg"},
|
||||
]}
|
||||
cardTitle="What Guests Say"
|
||||
cardTag="Reviews"
|
||||
@@ -294,25 +183,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the check-in times?",
|
||||
content: "Check-in time is 3:00 PM.",
|
||||
},
|
||||
id: "1", title: "What are the check-in times?", content: "Check-in time is 3:00 PM."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is breakfast included?",
|
||||
content: "Yes, we offer complimentary breakfast for all guests.",
|
||||
},
|
||||
id: "2", title: "Is breakfast included?", content: "Yes, we offer complimentary breakfast for all guests."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is parking free?",
|
||||
content: "Yes, parking is free for all registered guests.",
|
||||
},
|
||||
id: "3", title: "Is parking free?", content: "Yes, parking is free for all registered guests."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is the waterpark kid-friendly?",
|
||||
content: "Absolutely! We have safe pools and fun areas for kids.",
|
||||
},
|
||||
id: "4", title: "Is the waterpark kid-friendly?", content: "Absolutely! We have safe pools and fun areas for kids."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/resort-paradise-coconut-summer-ocean_1203-4651.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -326,8 +203,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Inquiries"
|
||||
title="Ready to Book?"
|
||||
description="Have questions about our availability or rates? Get in touch with us directly at 70 510 510."
|
||||
@@ -338,16 +214,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Waterland Resort"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user