6 Commits

Author SHA1 Message Date
e993950836 Merge version_4 into main
Merge version_4 into main
2026-05-05 07:48:03 +00:00
33f2540518 Update src/app/page.tsx 2026-05-05 07:48:00 +00:00
1b6e6f2bc8 Merge version_3 into main
Merge version_3 into main
2026-05-05 07:46:27 +00:00
2e90568b56 Update src/app/page.tsx 2026-05-05 07:46:21 +00:00
f1b3590b02 Merge version_2 into main
Merge version_2 into main
2026-05-05 07:45:10 +00:00
3be15fa349 Update src/app/page.tsx 2026-05-05 07:45:04 +00:00

View File

@@ -32,112 +32,69 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Rooms", name: "Rooms", id: "rooms"},
id: "rooms",
},
{ {
name: "Gallery", name: "Gallery", id: "gallery"},
id: "gallery",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Hotel Sarnath International" brandName="Hotel Sarnath International"
button={{ button={{
text: "📞 Call Now", text: "📞 Call Now", href: "tel:+919999999999"}}
href: "tel:+919999999999",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}} title="Comfortable Stays Near Sarnath Book Your Room Today"
title="Comfortable Stay Near Sarnath Book Your Room Today"
description="Affordable | Clean | Prime Location. Experience the perfect blend of luxury and convenience at the heart of Sarnath." description="Affordable | Clean | Prime Location. Experience the perfect blend of luxury and convenience at the heart of Sarnath."
kpis={[ kpis={[
{ {
value: "100+", value: "100+", label: "Happy Guests"},
label: "Happy Guests",
},
{ {
value: "24/7", value: "24/7", label: "Service"},
label: "Service",
},
{ {
value: "5 min", value: "5 min", label: "From Temple"},
label: "From Temple",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Now", href: "#contact"},
href: "#contact",
},
{ {
text: "💬 WhatsApp Now", text: "💬 WhatsApp Now", href: "https://wa.me/919999999999"},
href: "https://wa.me/919999999999",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-745.jpg" imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-745.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-woman-summer-vacation-asia-relaxing-tropical-beach-digital-photo-camera-casual-boho-style-sea-landscape-slim-tanned-body-travel-alone_285396-6253.jpg", src: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-woman-summer-vacation-asia-relaxing-tropical-beach-digital-photo-camera-casual-boho-style-sea-landscape-slim-tanned-body-travel-alone_285396-6253.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-sunglasses_23-2148601827.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-sunglasses_23-2148601827.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-with-thermos-beach_23-2148700322.jpg", src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-with-thermos-beach_23-2148700322.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-adult-travelling-her-van_23-2149119763.jpg", src: "http://img.b2bpic.net/free-photo/young-adult-travelling-her-van_23-2149119763.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg", src: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
]} ]}
avatarText="Trusted by 500+ happy travelers" avatarText="Trusted by 500+ happy travelers"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Free WiFi"},
text: "Free WiFi",
},
{ {
type: "text", type: "text", text: "24/7 Power Backup"},
text: "24/7 Power Backup",
},
{ {
type: "text", type: "text", text: "Secure Parking"},
text: "Secure Parking",
},
{ {
type: "text", type: "text", text: "Temple View"},
text: "Temple View",
},
{ {
type: "text", type: "text", text: "AC Rooms"},
text: "AC Rooms",
},
]} ]}
/> />
</div> </div>
@@ -147,14 +104,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"TripAdvisor Certified", "TripAdvisor Certified", "Google Reviews 4.8", "Booking.com Partner", "Traveloka Gold", "Expedia Verified", "Agoda Top Rated", "Local Tourism Board Approved"]}
"Google Reviews 4.8",
"Booking.com Partner",
"Traveloka Gold",
"Expedia Verified",
"Agoda Top Rated",
"Local Tourism Board Approved",
]}
title="Trusted by Travelers" title="Trusted by Travelers"
description="Our hotel is highly recommended for its exceptional hygiene, affordable pricing, and strategic location." description="Our hotel is highly recommended for its exceptional hygiene, affordable pricing, and strategic location."
/> />
@@ -166,52 +116,27 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{
text: "View Details", href: "#contact"
}
]}
products={[ products={[
{ {
id: "r1", id: "r1", name: "Standard AC Room", price: "₹1,500/night", variant: "Best Value", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-style-bedroom-interior-hotel-bedroom-generative-ai-illustration_1258-151611.jpg", onProductClick: () => window.location.href = '#contact'},
name: "Standard AC Room",
price: "₹1,500/night",
variant: "Best Value",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-style-bedroom-interior-hotel-bedroom-generative-ai-illustration_1258-151611.jpg",
},
{ {
id: "r2", id: "r2", name: "Deluxe Room", price: "₹2,500/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg", onProductClick: () => window.location.href = '#contact'},
name: "Deluxe Room",
price: "₹2,500/night",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg",
},
{ {
id: "r3", id: "r3", name: "Suite", price: "₹3,500/night", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316357.jpg", onProductClick: () => window.location.href = '#contact'},
name: "Suite",
price: "₹3,500/night",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316357.jpg",
},
{ {
id: "r4", id: "r4", name: "Non-AC Economy", price: "₹999/night", variant: "Budget", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-orange-cushions_1203-767.jpg", onProductClick: () => window.location.href = '#contact'},
name: "Non-AC Economy",
price: "₹999/night",
variant: "Budget",
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-orange-cushions_1203-767.jpg",
},
{ {
id: "r5", id: "r5", name: "Family Suite", price: "₹4,500/night", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/hotel-bedroom-with-double-bed-table-tv-set_1262-3034.jpg", onProductClick: () => window.location.href = '#contact'},
name: "Family Suite",
price: "₹4,500/night",
variant: "Spacious",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-bedroom-with-double-bed-table-tv-set_1262-3034.jpg",
},
{ {
id: "r6", id: "r6", name: "Twin Room", price: "₹2,000/night", variant: "Travelers", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-10085.jpg", onProductClick: () => window.location.href = '#contact'},
name: "Twin Room",
price: "₹2,000/night",
variant: "Travelers",
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-10085.jpg",
},
]} ]}
title="Our Comfortable Rooms" title="Our Comfortable Rooms"
description="Choose from a range of clean, air-conditioned, and well-maintained rooms tailored for your needs." description="Choose from a range of clean, air-conditioned, and well-maintained rooms tailored for your needs. Includes Free Cancellation and our Best Price Guarantee."
/> />
</div> </div>
@@ -223,20 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Main Entrance", title: "Main Entrance", description: "Welcoming facade designed with gold architecture.", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg"},
description: "Welcoming facade designed with gold architecture.",
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg",
},
{ {
title: "Reception", title: "Reception", description: "24/7 service desk for all guest inquiries.", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-four-pillows_1203-1107.jpg"},
description: "24/7 service desk for all guest inquiries.",
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-four-pillows_1203-1107.jpg",
},
{ {
title: "Cozy Interior", title: "Cozy Interior", description: "Warm lighting with modern amenities.", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg"},
description: "Warm lighting with modern amenities.",
imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg",
},
]} ]}
title="Hotel Gallery" title="Hotel Gallery"
description="A glimpse into our pristine rooms and surrounding hospitality excellence." description="A glimpse into our pristine rooms and surrounding hospitality excellence."
@@ -248,14 +164,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "About Hotel Sarnath International"},
content: "About Hotel Sarnath International",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3591.jpg", alt: "Hotel Sarnath"},
src: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3591.jpg",
alt: "Hotel Sarnath",
},
]} ]}
/> />
</div> </div>
@@ -266,20 +177,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Is WiFi available?", content: "Yes, we provide complimentary high-speed WiFi for all our guests."},
title: "Is WiFi available?",
content: "Yes, we provide complimentary high-speed WiFi for all our guests.",
},
{ {
id: "q2", id: "q2", title: "How far is the Sarnath temple?", content: "We are located just 5 minutes away from the main temple complex."},
title: "How far is the Sarnath temple?",
content: "We are located just 5 minutes away from the main temple complex.",
},
{ {
id: "q3", id: "q3", title: "Do you offer parking?", content: "Yes, free secure parking is available for all our guests."},
title: "Do you offer parking?",
content: "Yes, free secure parking is available for all our guests.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about your stay with us." description="Find answers to common questions about your stay with us."
@@ -295,25 +197,15 @@ export default function LandingPage() {
author="Sarah Miller" author="Sarah Miller"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077772.jpg", src: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077772.jpg", alt: "Sarah"},
alt: "Sarah",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", alt: "Guest 2"},
alt: "Guest 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661537.jpg", src: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661537.jpg", alt: "Guest 3"},
alt: "Guest 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-valet-suit-working_23-2150274534.jpg", src: "http://img.b2bpic.net/free-photo/front-view-valet-suit-working_23-2150274534.jpg", alt: "Guest 4"},
alt: "Guest 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/traveling-family_1098-14563.jpg", src: "http://img.b2bpic.net/free-photo/traveling-family_1098-14563.jpg", alt: "Guest 5"},
alt: "Guest 5",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -327,40 +219,23 @@ export default function LandingPage() {
description="Fill out the form below to inquire about availability and pricing. We will get back to you shortly via WhatsApp." description="Fill out the form below to inquire about availability and pricing. We will get back to you shortly via WhatsApp."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
type: "tel",
placeholder: "Your Phone Number",
required: true,
}, },
{ {
name: "checkin", name: "checkin", type: "date", placeholder: "Check-in Date", required: true,
type: "date",
placeholder: "Check-in Date",
required: true,
}, },
{ {
name: "checkout", name: "checkout", type: "date", placeholder: "Check-out Date", required: true,
type: "date",
placeholder: "Check-out Date",
required: true,
}, },
{ {
name: "guests", name: "guests", type: "number", placeholder: "Number of Guests", required: true,
type: "number",
placeholder: "Number of Guests",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "notes", name: "notes", placeholder: "Special requests?"}}
placeholder: "Special requests?",
}}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2155.jpg" imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2155.jpg"
/> />
</div> </div>
@@ -371,25 +246,17 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Rooms", label: "Rooms", href: "#rooms"},
href: "#rooms",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "WhatsApp", label: "WhatsApp", href: "https://wa.me/919999999999"},
href: "https://wa.me/919999999999",
},
], ],
}, },
]} ]}