Merge version_2 into main #2
284
src/app/page.tsx
284
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "features",
|
||||
},
|
||||
name: "Amenities", id: "features"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "products",
|
||||
},
|
||||
name: "Events", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="The Royal Phular"
|
||||
/>
|
||||
@@ -60,84 +50,53 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Experience Royal Hospitality in Muzaffarpur"
|
||||
description="Discover elegance, comfort, and unmatched service at The Royal Phular. From dream weddings to relaxing stays, we make every moment memorable."
|
||||
kpis={[
|
||||
{
|
||||
value: "5,800+",
|
||||
label: "Guest Reviews",
|
||||
},
|
||||
value: "5,800+", label: "Guest Reviews"},
|
||||
{
|
||||
value: "4.2",
|
||||
label: "Rating Score",
|
||||
},
|
||||
value: "4.2", label: "Rating Score"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Guest Delight",
|
||||
},
|
||||
value: "100%", label: "Guest Delight"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Check Availability & Rates", href: "#contact"},
|
||||
{
|
||||
text: "View Events",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Events", href: "#products"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rtixue&_wi=1"
|
||||
imageAlt="luxury hotel exterior sunset"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lt6shv",
|
||||
alt: "happy guest portrait hotel",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lt6shv", alt: "happy guest portrait hotel"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ix4b2",
|
||||
alt: "business professional portrait hotel",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ix4b2", alt: "business professional portrait hotel"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgoky0",
|
||||
alt: "smiling birthday guest portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgoky0", alt: "smiling birthday guest portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tyq4yw",
|
||||
alt: "professional meeting guest portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tyq4yw", alt: "professional meeting guest portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sdp62i",
|
||||
alt: "happy guest portrait dining",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sdp62i", alt: "happy guest portrait dining"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Concierge",
|
||||
type: "text", text: "24/7 Concierge"},
|
||||
{
|
||||
type: "text-icon", text: "Fine Dining", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fine Dining",
|
||||
icon: Utensils,
|
||||
type: "text", text: "Event Spaces"},
|
||||
{
|
||||
type: "text-icon", text: "Luxury Suites", icon: Building2,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Event Spaces",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxury Suites",
|
||||
icon: Building2,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Service",
|
||||
},
|
||||
type: "text", text: "Premium Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,9 +108,7 @@ export default function LandingPage() {
|
||||
description="Located in the heart of Muzaffarpur, we offer a serene escape from the city's busyness. Whether it's a corporate meeting, a lavish wedding, or a quiet night, our premium rooms and attentive team ensure a seamless experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hyp97p&_wi=1"
|
||||
imageAlt="luxury hotel lobby entrance"
|
||||
@@ -165,29 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feat-1",
|
||||
title: "Outdoor Pool",
|
||||
descriptions: [
|
||||
"Relax in our temperature-controlled outdoor pool.",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k7p3is&_wi=1",
|
||||
},
|
||||
id: "feat-1", title: "Outdoor Pool", descriptions: [
|
||||
"Relax in our temperature-controlled outdoor pool."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k7p3is&_wi=1"},
|
||||
{
|
||||
id: "feat-2",
|
||||
title: "Banquet Excellence",
|
||||
descriptions: [
|
||||
"State-of-the-art halls for every occasion.",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3m6qdd&_wi=1",
|
||||
},
|
||||
id: "feat-2", title: "Banquet Excellence", descriptions: [
|
||||
"State-of-the-art halls for every occasion."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3m6qdd&_wi=1"},
|
||||
{
|
||||
id: "feat-3",
|
||||
title: "Luxury Suites",
|
||||
descriptions: [
|
||||
"Well-maintained, clean, and comfortable rooms.",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s6rczq&_wi=1",
|
||||
},
|
||||
id: "feat-3", title: "Luxury Suites", descriptions: [
|
||||
"Well-maintained, clean, and comfortable rooms."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s6rczq&_wi=1"},
|
||||
]}
|
||||
title="Amenities That Define Perfection"
|
||||
description="We take pride in providing a high standard of service and convenience for every visitor."
|
||||
@@ -202,47 +147,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ring Ceremony",
|
||||
price: "Customized",
|
||||
variant: "Event",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i1mkbe",
|
||||
},
|
||||
id: "p1", name: "Ring Ceremony", price: "Customized", variant: "Event", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i1mkbe"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Deluxe Room",
|
||||
price: "From ₹2,955",
|
||||
variant: "Stay",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cvrt9s",
|
||||
},
|
||||
id: "p2", name: "Premium Deluxe Room", price: "From ₹2,955", variant: "Stay", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cvrt9s"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bhoj Fine Dining",
|
||||
price: "Daily Buffet",
|
||||
variant: "Food",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g9fofg",
|
||||
},
|
||||
id: "p3", name: "Bhoj Fine Dining", price: "Daily Buffet", variant: "Food", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g9fofg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Grand Banquet Hall",
|
||||
price: "From ₹40,000",
|
||||
variant: "Events",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xfyjos",
|
||||
},
|
||||
id: "p4", name: "Grand Banquet Hall", price: "From ₹40,000", variant: "Events", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xfyjos"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Corporate Seminar",
|
||||
price: "Daily Rates",
|
||||
variant: "Business",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qw8zub",
|
||||
},
|
||||
id: "p5", name: "Corporate Seminar", price: "Daily Rates", variant: "Business", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qw8zub"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Birthday Celebration",
|
||||
price: "From ₹15,000",
|
||||
variant: "Events",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rdw6dl",
|
||||
},
|
||||
id: "p6", name: "Birthday Celebration", price: "From ₹15,000", variant: "Events", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rdw6dl"},
|
||||
]}
|
||||
title="Events & Stays at Royal Phular"
|
||||
description="Tailored solutions for your most memorable days."
|
||||
@@ -257,25 +172,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Events Managed",
|
||||
description: "Anniversaries and Weddings",
|
||||
icon: Award,
|
||||
id: "m1", value: "500+", title: "Events Managed", description: "Anniversaries and Weddings", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12,000+",
|
||||
title: "Happy Guests",
|
||||
description: "Across North Bihar",
|
||||
icon: Star,
|
||||
id: "m2", value: "12,000+", title: "Happy Guests", description: "Across North Bihar", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Dedicated service team",
|
||||
icon: Clock,
|
||||
id: "m3", value: "15+", title: "Years Experience", description: "Dedicated service team", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
@@ -289,60 +192,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Kundan Kishor",
|
||||
date: "2 months ago",
|
||||
title: "Memorable Event",
|
||||
quote: "We celebrated my parents' 50th wedding anniversary. It was truly memorable.",
|
||||
tag: "5/5",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lt6shv",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rtixue&_wi=2",
|
||||
imageAlt: "happy guest portrait hotel",
|
||||
},
|
||||
id: "t1", name: "Kundan Kishor", date: "2 months ago", title: "Memorable Event", quote: "We celebrated my parents' 50th wedding anniversary. It was truly memorable.", tag: "5/5", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lt6shv", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rtixue&_wi=2", imageAlt: "happy guest portrait hotel"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Siddharth Vatsa",
|
||||
date: "3 months ago",
|
||||
title: "Great Reception",
|
||||
quote: "Hosted my wedding reception here. Very thankful for the great show.",
|
||||
tag: "5/5",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ix4b2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hyp97p&_wi=2",
|
||||
imageAlt: "happy guest portrait hotel",
|
||||
},
|
||||
id: "t2", name: "Siddharth Vatsa", date: "3 months ago", title: "Great Reception", quote: "Hosted my wedding reception here. Very thankful for the great show.", tag: "5/5", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ix4b2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hyp97p&_wi=2", imageAlt: "happy guest portrait hotel"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rashmi Rani",
|
||||
date: "3 months ago",
|
||||
title: "Warm Atmosphere",
|
||||
quote: "Loved the hospitality and the delicious food. Rooms were very clean.",
|
||||
tag: "5/5",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgoky0",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k7p3is&_wi=2",
|
||||
imageAlt: "happy guest portrait hotel",
|
||||
},
|
||||
id: "t3", name: "Rashmi Rani", date: "3 months ago", title: "Warm Atmosphere", quote: "Loved the hospitality and the delicious food. Rooms were very clean.", tag: "5/5", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgoky0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k7p3is&_wi=2", imageAlt: "happy guest portrait hotel"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Keshav Babu",
|
||||
date: "3 months ago",
|
||||
title: "Top Hotel",
|
||||
quote: "One of the top hotels in Muzaffarpur, walking distance from station.",
|
||||
tag: "5/5",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tyq4yw",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3m6qdd&_wi=2",
|
||||
imageAlt: "happy guest portrait hotel",
|
||||
},
|
||||
id: "t4", name: "Keshav Babu", date: "3 months ago", title: "Top Hotel", quote: "One of the top hotels in Muzaffarpur, walking distance from station.", tag: "5/5", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tyq4yw", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3m6qdd&_wi=2", imageAlt: "happy guest portrait hotel"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Suraj Singh",
|
||||
date: "3 months ago",
|
||||
title: "Great Birthday",
|
||||
quote: "Organised my kid's 5th birthday, it was a truly enjoyable affair.",
|
||||
tag: "4/5",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sdp62i",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s6rczq&_wi=2",
|
||||
imageAlt: "happy guest portrait hotel",
|
||||
},
|
||||
id: "t5", name: "Suraj Singh", date: "3 months ago", title: "Great Birthday", quote: "Organised my kid's 5th birthday, it was a truly enjoyable affair.", tag: "4/5", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sdp62i", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s6rczq&_wi=2", imageAlt: "happy guest portrait hotel"},
|
||||
]}
|
||||
title="Guest Success Stories"
|
||||
description="Don't just take our word for it—listen to our guests."
|
||||
@@ -355,20 +213,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your check-in and check-out times?",
|
||||
content: "Our standard check-in time is 2:00 PM and check-out is at 12:00 PM.",
|
||||
},
|
||||
id: "f1", title: "What are your check-in and check-out times?", content: "Our standard check-in time is 2:00 PM and check-out is at 12:00 PM."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you have banquet hall facilities?",
|
||||
content: "Yes, we have well-maintained banquet halls perfect for weddings, engagements, and corporate events.",
|
||||
},
|
||||
id: "f2", title: "Do you have banquet hall facilities?", content: "Yes, we have well-maintained banquet halls perfect for weddings, engagements, and corporate events."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is the hotel near the railway station?",
|
||||
content: "Yes, we are conveniently located within a 16-minute walk from the Muzaffarpur Junction train station.",
|
||||
},
|
||||
id: "f3", title: "Is the hotel near the railway station?", content: "Yes, we are conveniently located within a 16-minute walk from the Muzaffarpur Junction train station."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We've got answers."
|
||||
@@ -380,18 +229,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Ready to book your stay or event? Reach out to us today for personalized service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 091100 36099",
|
||||
href: "tel:09110036099",
|
||||
},
|
||||
text: "Call 091100 36099", href: "tel:09110036099"},
|
||||
{
|
||||
text: "Email for Booking",
|
||||
href: "mailto:info@hoteltheroyalphular.com",
|
||||
},
|
||||
text: "Email for Booking", href: "mailto:info@hoteltheroyalphular.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -402,29 +246,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Maripur Chowk, Muzaffarpur",
|
||||
href: "#",
|
||||
},
|
||||
label: "Maripur Chowk, Muzaffarpur", href: "#"},
|
||||
{
|
||||
label: "Bihar 842001",
|
||||
href: "#",
|
||||
},
|
||||
label: "Bihar 842001", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book Now", href: "#contact"},
|
||||
{
|
||||
label: "Event Inquiries",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Event Inquiries", href: "#products"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -434,4 +268,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user