Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
244
src/app/page.tsx
244
src/app/page.tsx
@@ -32,112 +32,69 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "Rooms", id: "rooms"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hotel Sarnath International"
|
||||
button={{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+919999999999",
|
||||
}}
|
||||
text: "📞 Call Now", href: "tel:+919999999999"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
kpis={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "100+", label: "Happy Guests"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Service",
|
||||
},
|
||||
value: "24/7", label: "Service"},
|
||||
{
|
||||
value: "5 min",
|
||||
label: "From Temple",
|
||||
},
|
||||
value: "5 min", label: "From Temple"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
{
|
||||
text: "💬 WhatsApp Now",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
text: "💬 WhatsApp Now", href: "https://wa.me/919999999999"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-745.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
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",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-sunglasses_23-2148601827.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-sunglasses_23-2148601827.jpg", alt: "Happy guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-with-thermos-beach_23-2148700322.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-with-thermos-beach_23-2148700322.jpg", alt: "Happy guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-travelling-her-van_23-2149119763.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-travelling-her-van_23-2149119763.jpg", alt: "Happy guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg", alt: "Happy guest"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy travelers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Free WiFi",
|
||||
},
|
||||
type: "text", text: "Free WiFi"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Power Backup",
|
||||
},
|
||||
type: "text", text: "24/7 Power Backup"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Parking",
|
||||
},
|
||||
type: "text", text: "Secure Parking"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Temple View",
|
||||
},
|
||||
type: "text", text: "Temple View"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AC Rooms",
|
||||
},
|
||||
type: "text", text: "AC Rooms"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,14 +104,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TripAdvisor Certified",
|
||||
"Google Reviews 4.8",
|
||||
"Booking.com Partner",
|
||||
"Traveloka Gold",
|
||||
"Expedia Verified",
|
||||
"Agoda Top Rated",
|
||||
"Local Tourism Board Approved",
|
||||
]}
|
||||
"TripAdvisor Certified", "Google Reviews 4.8", "Booking.com Partner", "Traveloka Gold", "Expedia Verified", "Agoda Top Rated", "Local Tourism Board Approved"]}
|
||||
title="Trusted by Travelers"
|
||||
description="Our hotel is highly recommended for its exceptional hygiene, affordable pricing, and strategic location."
|
||||
/>
|
||||
@@ -168,50 +118,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -223,20 +143,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
title: "Cozy Interior",
|
||||
description: "Warm lighting with modern amenities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg",
|
||||
},
|
||||
title: "Cozy Interior", description: "Warm lighting with modern amenities.", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg"},
|
||||
]}
|
||||
title="Hotel Gallery"
|
||||
description="A glimpse into our pristine rooms and surrounding hospitality excellence."
|
||||
@@ -248,14 +159,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Hotel Sarnath International",
|
||||
},
|
||||
type: "text", content: "About Hotel Sarnath International"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3591.jpg",
|
||||
alt: "Hotel Sarnath",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3591.jpg", alt: "Hotel Sarnath"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -266,20 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is WiFi available?",
|
||||
content: "Yes, we provide complimentary high-speed WiFi for all our guests.",
|
||||
},
|
||||
id: "q1", title: "Is WiFi available?", content: "Yes, we provide complimentary high-speed WiFi for all our guests."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How far is the Sarnath temple?",
|
||||
content: "We are located just 5 minutes away from the main temple complex.",
|
||||
},
|
||||
id: "q2", title: "How far is the Sarnath temple?", content: "We are located just 5 minutes away from the main temple complex."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer parking?",
|
||||
content: "Yes, free secure parking is available for all our guests.",
|
||||
},
|
||||
id: "q3", title: "Do you offer parking?", content: "Yes, free secure parking is available for all our guests."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about your stay with us."
|
||||
@@ -295,25 +192,15 @@ export default function LandingPage() {
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077772.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077772.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg",
|
||||
alt: "Guest 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", alt: "Guest 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661537.jpg",
|
||||
alt: "Guest 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661537.jpg", alt: "Guest 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-valet-suit-working_23-2150274534.jpg",
|
||||
alt: "Guest 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-valet-suit-working_23-2150274534.jpg", alt: "Guest 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/traveling-family_1098-14563.jpg",
|
||||
alt: "Guest 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/traveling-family_1098-14563.jpg", alt: "Guest 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -327,40 +214,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."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "checkin",
|
||||
type: "date",
|
||||
placeholder: "Check-in Date",
|
||||
required: true,
|
||||
name: "checkin", type: "date", placeholder: "Check-in Date", required: true,
|
||||
},
|
||||
{
|
||||
name: "checkout",
|
||||
type: "date",
|
||||
placeholder: "Check-out Date",
|
||||
required: true,
|
||||
name: "checkout", type: "date", placeholder: "Check-out Date", required: true,
|
||||
},
|
||||
{
|
||||
name: "guests",
|
||||
type: "number",
|
||||
placeholder: "Number of Guests",
|
||||
required: true,
|
||||
name: "guests", type: "number", placeholder: "Number of Guests", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "notes",
|
||||
placeholder: "Special requests?",
|
||||
}}
|
||||
name: "notes", placeholder: "Special requests?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2155.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -371,25 +241,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Rooms", href: "#rooms"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919999999999"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user