Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
178
src/app/page.tsx
178
src/app/page.tsx
@@ -33,27 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "Rooms", id: "rooms"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Paradise Hotel"
|
||||
button={{
|
||||
text: "Book via WhatsApp",
|
||||
href: "https://wa.me/1234567890",
|
||||
}}
|
||||
text: "Book via WhatsApp", href: "https://wa.me/1234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,9 +53,7 @@ export default function LandingPage() {
|
||||
description="Experience unparalleled tranquility in the heart of the majestic mountains. Your luxury escape awaits."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Stay",
|
||||
href: "https://wa.me/1234567890",
|
||||
},
|
||||
text: "Book a Stay", href: "https://wa.me/1234567890"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918268.jpg"
|
||||
imageAlt="Paradise Hotel Mountain View"
|
||||
@@ -80,17 +68,11 @@ export default function LandingPage() {
|
||||
description="Paradise Hotel is where luxury meets nature. Nestled amidst pristine peaks, we offer an unforgettable retreat focused on relaxation, comfort, and personalized hospitality."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Breathtaking Views",
|
||||
description: "Every suite features panoramic vistas of the surrounding mountain range.",
|
||||
},
|
||||
title: "Breathtaking Views", description: "Every suite features panoramic vistas of the surrounding mountain range."},
|
||||
{
|
||||
title: "Gourmet Dining",
|
||||
description: "Local seasonal ingredients prepared by world-class chefs.",
|
||||
},
|
||||
title: "Gourmet Dining", description: "Local seasonal ingredients prepared by world-class chefs."},
|
||||
{
|
||||
title: "Wellness Spa",
|
||||
description: "Rejuvenate in our curated spa experiences inspired by nature.",
|
||||
},
|
||||
title: "Wellness Spa", description: "Rejuvenate in our curated spa experiences inspired by nature."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -105,41 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mountain King Suite",
|
||||
price: "From $350/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-van-interior-prepared-camping_23-2151938566.jpg",
|
||||
},
|
||||
id: "1", name: "Mountain King Suite", price: "From $350/night", imageSrc: "http://img.b2bpic.net/free-photo/cozy-van-interior-prepared-camping_23-2151938566.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Panoramic Deluxe",
|
||||
price: "From $450/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-bed-with-mobile_23-2148373856.jpg",
|
||||
},
|
||||
id: "2", name: "Panoramic Deluxe", price: "From $450/night", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-bed-with-mobile_23-2148373856.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Executive Lodge",
|
||||
price: "From $550/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg",
|
||||
},
|
||||
id: "3", name: "Executive Lodge", price: "From $550/night", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cozy Peaks Room",
|
||||
price: "From $250/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-going-holiday-packing-suitcase-room-sits-bed-with-luggage-prepares_1258-314087.jpg",
|
||||
},
|
||||
id: "4", name: "Cozy Peaks Room", price: "From $250/night", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-going-holiday-packing-suitcase-room-sits-bed-with-luggage-prepares_1258-314087.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Winter Retreat Suite",
|
||||
price: "From $400/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
|
||||
},
|
||||
id: "5", name: "Winter Retreat Suite", price: "From $400/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alpine Classic",
|
||||
price: "From $300/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-view-dining-hall-classic-design_114579-2224.jpg",
|
||||
},
|
||||
id: "6", name: "Alpine Classic", price: "From $300/night", imageSrc: "http://img.b2bpic.net/free-photo/wide-view-dining-hall-classic-design_114579-2224.jpg"},
|
||||
]}
|
||||
title="Luxury Accommodations"
|
||||
description="Select from our range of beautifully designed suites."
|
||||
@@ -153,19 +111,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Heated Pool",
|
||||
description: "Swim all year round in our temperature-controlled infinity pool.",
|
||||
icon: Waves,
|
||||
title: "Heated Pool", description: "Swim all year round in our temperature-controlled infinity pool.", icon: Waves,
|
||||
},
|
||||
{
|
||||
title: "Hiking Trails",
|
||||
description: "Direct access to miles of scenic mountain trekking paths.",
|
||||
icon: Mountain,
|
||||
title: "Hiking Trails", description: "Direct access to miles of scenic mountain trekking paths.", icon: Mountain,
|
||||
},
|
||||
{
|
||||
title: "Room Service",
|
||||
description: "24/7 dining brought directly to your suite.",
|
||||
icon: Utensils,
|
||||
title: "Room Service", description: "24/7 dining brought directly to your suite.", icon: Utensils,
|
||||
},
|
||||
]}
|
||||
title="Hotel Amenities"
|
||||
@@ -178,30 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skiers-friends-toasting-glasses-beer-ski-resort_107420-96449.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/skiers-friends-toasting-glasses-beer-ski-resort_107420-96449.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alice Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-woman-with-dark-curly-hair-sitting-comfortable-sofa-terrace_197531-22790.jpg",
|
||||
},
|
||||
id: "3", name: "Alice Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-woman-with-dark-curly-hair-sitting-comfortable-sofa-terrace_197531-22790.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bob Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-showing-his-boarding-pass-check-counter_107420-85111.jpg",
|
||||
},
|
||||
id: "4", name: "Bob Brown", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-showing-his-boarding-pass-check-counter_107420-85111.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Charlie Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adventure-seeker-warm-clothing-enjoys-serenity-wilderness_482257-117867.jpg",
|
||||
},
|
||||
id: "5", name: "Charlie Davis", imageSrc: "http://img.b2bpic.net/free-photo/adventure-seeker-warm-clothing-enjoys-serenity-wilderness_482257-117867.jpg"},
|
||||
]}
|
||||
cardTitle="What Guests Say"
|
||||
cardTag="Reviews"
|
||||
@@ -215,20 +152,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we offer free parking for all guests.",
|
||||
},
|
||||
id: "f1", title: "Is parking available?", content: "Yes, we offer free parking for all guests."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are pets allowed?",
|
||||
content: "Pets are welcome in designated mountain-view rooms.",
|
||||
},
|
||||
id: "f2", title: "Are pets allowed?", content: "Pets are welcome in designated mountain-view rooms."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer airport shuttles?",
|
||||
content: "Yes, shuttle services can be arranged upon reservation.",
|
||||
},
|
||||
id: "f3", title: "Do you offer airport shuttles?", content: "Yes, shuttle services can be arranged upon reservation."},
|
||||
{
|
||||
id: "f4", title: "What is your cancellation policy?", content: "Cancellations can be made up to 48 hours before your scheduled arrival for a full refund."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to our most common inquiries."
|
||||
@@ -243,26 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500m",
|
||||
title: "Altitude",
|
||||
description: "High above the clouds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497264.jpg",
|
||||
},
|
||||
id: "m1", value: "1500m", title: "Altitude", description: "High above the clouds.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497264.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20min",
|
||||
title: "Nearby Town",
|
||||
description: "Short scenic drive away.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cabins-forest_181624-42640.jpg",
|
||||
},
|
||||
id: "m2", value: "20min", title: "Nearby Town", description: "Short scenic drive away.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cabins-forest_181624-42640.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Service",
|
||||
description: "Always ready to assist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2065.jpg",
|
||||
},
|
||||
id: "m3", value: "24/7", title: "Service", description: "Always ready to assist.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2065.jpg"},
|
||||
]}
|
||||
title="Our Location"
|
||||
description="Find us nestled in the heart of the Alps."
|
||||
@@ -273,16 +188,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Plan Your Visit Today"
|
||||
description="Reach out to us directly for bookings or general inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Message via WhatsApp",
|
||||
href: "https://wa.me/1234567890",
|
||||
},
|
||||
text: "Message via WhatsApp", href: "https://wa.me/1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -291,29 +203,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Rooms", href: "#rooms"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -324,4 +226,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user