Merge version_1 into main #2
242
src/app/page.tsx
242
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Clock, Mountain, Utensils } from "lucide-react";
|
||||
import { Bed, Clock, Mountain, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "amenities",
|
||||
},
|
||||
name: "Amenities", id: "amenities"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="New Bajhang Hotel"
|
||||
/>
|
||||
@@ -56,47 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="New Bajhang Hotel & Lodge"
|
||||
description="Luxury stay in the heart of Bajhang — comfort, peace, and premium hospitality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg?_wi=1",
|
||||
imageAlt: "Luxury mountain hotel lobby",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg", imageAlt: "Luxury mountain hotel lobby"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468888.jpg",
|
||||
imageAlt: "Resort exterior mountain view",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468888.jpg", imageAlt: "Resort exterior mountain view"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg",
|
||||
imageAlt: "Elegant hotel entrance sunset",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg", imageAlt: "Elegant hotel entrance sunset"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-luxury-silhouette-vacation-swimming_1203-4845.jpg",
|
||||
imageAlt: "Luxury mountain hotel lobby",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/tropical-luxury-silhouette-vacation-swimming_1203-4845.jpg", imageAlt: "Luxury mountain hotel lobby"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg",
|
||||
imageAlt: "Resort exterior mountain view",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg", imageAlt: "Resort exterior mountain view"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68919.jpg",
|
||||
imageAlt: "Elegant hotel entrance sunset",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68919.jpg", imageAlt: "Elegant hotel entrance sunset"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,19 +80,13 @@ export default function LandingPage() {
|
||||
description="New Bajhang Hotel & Lodge offers a premium stay experience with modern rooms, mountain views, delicious local cuisine, and warm hospitality. Whether you're traveling for business or leisure, we make your stay unforgettable."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Modern Rooms",
|
||||
description: "Designed for maximum relaxation.",
|
||||
},
|
||||
title: "Modern Rooms", description: "Designed for maximum relaxation."},
|
||||
{
|
||||
title: "Local Cuisine",
|
||||
description: "Authentic flavors of Bajhang.",
|
||||
},
|
||||
title: "Local Cuisine", description: "Authentic flavors of Bajhang."},
|
||||
{
|
||||
title: "24/7 Service",
|
||||
description: "Always here for your needs.",
|
||||
},
|
||||
title: "24/7 Service", description: "Always here for your needs."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="Hotel bedroom cozy interior"
|
||||
/>
|
||||
@@ -134,46 +99,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Luxury Comfort",
|
||||
description: "Unwind in our premium rooms with mountain views.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg",
|
||||
imageAlt: "Fine dining restaurant table",
|
||||
},
|
||||
title: "Luxury Comfort", description: "Unwind in our premium rooms with mountain views.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg", imageAlt: "Fine dining restaurant table"},
|
||||
items: [
|
||||
{
|
||||
icon: Bed,
|
||||
text: "Plush Bedding",
|
||||
},
|
||||
text: "Plush Bedding"},
|
||||
{
|
||||
icon: Mountain,
|
||||
text: "Scenic Views",
|
||||
},
|
||||
text: "Scenic Views"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg?_wi=2",
|
||||
imageAlt: "hotel restaurant dining area",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Dining & Service",
|
||||
description: "Enjoy world-class dining and round-the-clock assistance.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-modern-elegance-illuminated-naturally-generated-by-ai_188544-18309.jpg",
|
||||
imageAlt: "Modern luxury hotel room",
|
||||
},
|
||||
title: "Dining & Service", description: "Enjoy world-class dining and round-the-clock assistance.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-modern-elegance-illuminated-naturally-generated-by-ai_188544-18309.jpg", imageAlt: "Modern luxury hotel room"},
|
||||
items: [
|
||||
{
|
||||
icon: Utensils,
|
||||
text: "Gourmet Restaurant",
|
||||
},
|
||||
text: "Gourmet Restaurant"},
|
||||
{
|
||||
icon: Clock,
|
||||
text: "24/7 Support",
|
||||
},
|
||||
text: "24/7 Support"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg?_wi=2",
|
||||
imageAlt: "hotel restaurant dining area",
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
title="Premium Amenities"
|
||||
@@ -188,40 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Traveler",
|
||||
testimonial: "Amazing stay, truly the best in Bajhang.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-walking-with-trolley-bag-airport-terminal_107420-85050.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Traveler", testimonial: "Amazing stay, truly the best in Bajhang.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-walking-with-trolley-bag-airport-terminal_107420-85050.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark R.",
|
||||
role: "Business Guest",
|
||||
testimonial: "Comfortable rooms and great service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-cool-man-with-ginger-beard-blue-eyes-green-swimming-glasses-printed-white-shirt-showing-peace-signs-orange-backdrop_197531-27686.jpg",
|
||||
},
|
||||
id: "2", name: "Mark R.", role: "Business Guest", testimonial: "Comfortable rooms and great service.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-cool-man-with-ginger-beard-blue-eyes-green-swimming-glasses-printed-white-shirt-showing-peace-signs-orange-backdrop_197531-27686.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena K.",
|
||||
role: "Tourist",
|
||||
testimonial: "The views were breathtaking.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-travel-happy-carefree-brunette-woman-walking-down-coastline-touching-her-loose-hair-turning-round-rushing-ocean-while-traveling-foreign-country_273609-610.jpg",
|
||||
},
|
||||
id: "3", name: "Elena K.", role: "Tourist", testimonial: "The views were breathtaking.", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-travel-happy-carefree-brunette-woman-walking-down-coastline-touching-her-loose-hair-turning-round-rushing-ocean-while-traveling-foreign-country_273609-610.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
role: "Local Guest",
|
||||
testimonial: "Authentic food and very welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-photo-camera_23-2149901710.jpg",
|
||||
},
|
||||
id: "4", name: "David L.", role: "Local Guest", testimonial: "Authentic food and very welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-photo-camera_23-2149901710.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe T.",
|
||||
role: "Blogger",
|
||||
testimonial: "Perfect hospitality experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fat-tourist-traveling_23-2151711599.jpg",
|
||||
},
|
||||
id: "5", name: "Chloe T.", role: "Blogger", testimonial: "Perfect hospitality experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fat-tourist-traveling_23-2151711599.jpg"},
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="What our guests say about us."
|
||||
@@ -235,51 +159,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "std",
|
||||
name: "Standard",
|
||||
price: "$50",
|
||||
buttons: [
|
||||
id: "std", name: "Standard", price: "$50", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Free Wifi",
|
||||
"Mountain View",
|
||||
],
|
||||
"Free Wifi", "Mountain View"],
|
||||
},
|
||||
{
|
||||
id: "dlx",
|
||||
name: "Deluxe",
|
||||
price: "$85",
|
||||
buttons: [
|
||||
id: "dlx", name: "Deluxe", price: "$85", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Breakfast Included",
|
||||
"King Bed",
|
||||
"Mountain View",
|
||||
],
|
||||
"Breakfast Included", "King Bed", "Mountain View"],
|
||||
},
|
||||
{
|
||||
id: "ste",
|
||||
name: "Suite",
|
||||
price: "$150",
|
||||
buttons: [
|
||||
id: "ste", name: "Suite", price: "$150", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"VIP Service",
|
||||
"Private Balcony",
|
||||
"All Meals",
|
||||
],
|
||||
"VIP Service", "Private Balcony", "All Meals"],
|
||||
},
|
||||
]}
|
||||
title="Accommodation Tiers"
|
||||
@@ -294,26 +195,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "20+",
|
||||
title: "Rooms",
|
||||
description: "Luxury suites available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg",
|
||||
},
|
||||
id: "1", value: "20+", title: "Rooms", description: "Luxury suites available.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
description: "High guest ratings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg",
|
||||
},
|
||||
id: "2", value: "100%", title: "Satisfaction", description: "High guest ratings.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
description: "Always ready to serve.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg",
|
||||
},
|
||||
id: "3", value: "24/7", title: "Support", description: "Always ready to serve.", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg"},
|
||||
]}
|
||||
title="Hotel Highlights"
|
||||
description="Numbers behind our success."
|
||||
@@ -326,20 +212,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is WiFi free?",
|
||||
content: "Yes, we provide high-speed WiFi for all guests.",
|
||||
},
|
||||
id: "q1", title: "Is WiFi free?", content: "Yes, we provide high-speed WiFi for all guests."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer meals?",
|
||||
content: "Yes, we have an on-site restaurant serving local cuisine.",
|
||||
},
|
||||
id: "q2", title: "Do you offer meals?", content: "Yes, we have an on-site restaurant serving local cuisine."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is parking available?",
|
||||
content: "Secure parking is provided for all guests.",
|
||||
},
|
||||
id: "q3", title: "Is parking available?", content: "Secure parking is provided for all guests."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about us."
|
||||
@@ -351,16 +228,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Book Your Stay Today"
|
||||
description="Ready to experience New Bajhang Hotel? Reach out and we'll secure your room."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+9779800000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:+9779800000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -371,25 +245,17 @@ export default function LandingPage() {
|
||||
logoText="New Bajhang Hotel"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user