Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-08 16:58:02 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Building2, Users } from "lucide-react";
import { Award, Building2, Users, Sparkles, Utensils, Activity, ConciergeBell } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Rooms",
id: "#products",
},
name: "Rooms", id: "#products"},
{
name: "Amenities",
id: "#features",
},
name: "Amenities", id: "#features"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Hotel Reyansh Grand"
/>
@@ -56,63 +48,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Experience Luxury Hospitality at Reyansh Grand"
description="Premier accommodations, world-class amenities, and exceptional service for every occasion. From corporate retreats to unforgettable celebrations."
buttons={[
{
text: "Reserve Your Stay",
href: "#products",
},
text: "Reserve Your Stay", href: "#products"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lzegnx"
mediaAnimation="slide-up"
imageAlt="luxury hotel exterior lobby evening"
avatars={[
{
src: "asset://h-avatar-1",
alt: "Happy guest profile",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lzegnx", alt: "Happy guest profile"},
{
src: "asset://h-avatar-2",
alt: "Happy guest profile",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lzegnx", alt: "Happy guest profile"},
{
src: "asset://h-avatar-3",
alt: "Happy guest profile",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lzegnx", alt: "Happy guest profile"},
{
src: "asset://h-avatar-4",
alt: "Happy guest profile",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lzegnx", alt: "Happy guest profile"},
{
src: "asset://h-avatar-5",
alt: "Happy guest profile",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lzegnx", alt: "Happy guest profile"},
]}
avatarText="Join 10,000+ satisfied guests"
marqueeItems={[
{
type: "text",
text: "Five-Star Service",
},
type: "text", text: "Five-Star Service"},
{
type: "text",
text: "Prime Location",
},
type: "text", text: "Prime Location"},
{
type: "text",
text: "Award-Winning Dining",
},
type: "text", text: "Award-Winning Dining"},
{
type: "text",
text: "Luxury Wellness",
},
type: "text", text: "Luxury Wellness"},
{
type: "text",
text: "Premium Event Spaces",
},
type: "text", text: "Premium Event Spaces"},
]}
/>
</div>
@@ -124,19 +93,13 @@ export default function LandingPage() {
metrics={[
{
icon: Building2,
label: "Luxury Suites",
value: "150+",
},
label: "Luxury Suites", value: "150+"},
{
icon: Users,
label: "Happy Guests",
value: "10k+",
},
label: "Happy Guests", value: "10k+"},
{
icon: Award,
label: "Years Excellence",
value: "20+",
},
label: "Years Excellence", value: "20+"},
]}
metricsAnimation="slide-up"
/>
@@ -148,28 +111,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Luxury Spa",
description: "Relax and rejuvenate with our world-class spa treatments and serene wellness environment.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pb4b8o",
buttonIcon: "Sparkles",
title: "Luxury Spa", description: "Relax and rejuvenate with our world-class spa treatments and serene wellness environment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pb4b8o", buttonIcon: Sparkles,
},
{
title: "Gourmet Dining",
description: "Enjoy international and local cuisines prepared by award-winning chefs in an elegant atmosphere.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j8q8v2",
buttonIcon: "Utensils",
title: "Gourmet Dining", description: "Enjoy international and local cuisines prepared by award-winning chefs in an elegant atmosphere.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j8q8v2", buttonIcon: Utensils,
},
{
title: "Advanced Fitness",
description: "Stay active in our state-of-the-art fitness facility featuring modern cardio and strength equipment.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v0q9s2",
buttonIcon: "Activity",
title: "Advanced Fitness", description: "Stay active in our state-of-the-art fitness facility featuring modern cardio and strength equipment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v0q9s2", buttonIcon: Activity,
},
{
title: "Concierge Service",
description: "Our dedicated concierge team is available 24/7 to assist with your every request and inquiry.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5cl1bs",
buttonIcon: "ConciergeBell",
title: "Concierge Service", description: "Our dedicated concierge team is available 24/7 to assist with your every request and inquiry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5cl1bs", buttonIcon: ConciergeBell,
},
]}
title="World-Class Amenities"
@@ -185,41 +136,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Classic Deluxe Room",
price: "$299/night",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8hfm0",
},
id: "p1", name: "Classic Deluxe Room", price: "$299/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r8hfm0"},
{
id: "p2",
name: "Executive City View",
price: "$399/night",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5ua2p1",
},
id: "p2", name: "Executive City View", price: "$399/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5ua2p1"},
{
id: "p3",
name: "Reyansh Grand Suite",
price: "$599/night",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cc7z1m",
},
id: "p3", name: "Reyansh Grand Suite", price: "$599/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cc7z1m"},
{
id: "p4",
name: "Family Presidential",
price: "$799/night",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r142ut",
},
id: "p4", name: "Family Presidential", price: "$799/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r142ut"},
{
id: "p5",
name: "Junior Studio",
price: "$249/night",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7uzu1m",
},
id: "p5", name: "Junior Studio", price: "$249/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7uzu1m"},
{
id: "p6",
name: "Garden View Suite",
price: "$449/night",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9o13d7",
},
id: "p6", name: "Garden View Suite", price: "$449/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9o13d7"},
]}
title="Luxury Accommodations"
description="Find your perfect space among our diverse selection of elegant rooms and suites."
@@ -233,59 +160,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "CEO",
company: "TechCorp",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w0pxic",
},
id: "t1", name: "Sarah Miller", role: "CEO", company: "TechCorp", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w0pxic"},
{
id: "t2",
name: "John Doe",
role: "Marketing",
company: "GrowthCo",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ezwamd",
},
id: "t2", name: "John Doe", role: "Marketing", company: "GrowthCo", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ezwamd"},
{
id: "t3",
name: "Emily Chen",
role: "Planner",
company: "EventsLab",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vc443q",
},
id: "t3", name: "Emily Chen", role: "Planner", company: "EventsLab", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vc443q"},
{
id: "t4",
name: "David Smith",
role: "Traveler",
company: "Solo LLC",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xgidhr",
},
id: "t4", name: "David Smith", role: "Traveler", company: "Solo LLC", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xgidhr"},
{
id: "t5",
name: "Elena Ross",
role: "Designer",
company: "Studio X",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vpisxp",
},
id: "t5", name: "Elena Ross", role: "Designer", company: "Studio X", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vpisxp"},
]}
kpiItems={[
{
value: "4.9",
label: "Avg Rating",
},
value: "4.9", label: "Avg Rating"},
{
value: "98%",
label: "Satisfaction",
},
value: "98%", label: "Satisfaction"},
{
value: "100+",
label: "Events Hosted",
},
value: "100+", label: "Events Hosted"},
]}
title="Guest Experiences"
description="See why travelers choose Hotel Reyansh Grand for their most important moments."
@@ -297,14 +193,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"Google",
"Microsoft",
"Salesforce",
"Visa",
"Forbes",
"Hilton",
"Marriott",
]}
"Google", "Microsoft", "Salesforce", "Visa", "Forbes", "Hilton", "Marriott"]}
title="Trusted by Organizations"
description="Partnering with leaders in industry, media, and global travel sectors."
/>
@@ -316,20 +205,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Check-in time?",
content: "Check-in begins at 3:00 PM local time.",
},
id: "f1", title: "Check-in time?", content: "Check-in begins at 3:00 PM local time."},
{
id: "f2",
title: "Event booking?",
content: "Contact our event specialists via the contact form.",
},
id: "f2", title: "Event booking?", content: "Contact our event specialists via the contact form."},
{
id: "f3",
title: "Pet friendly?",
content: "Yes, we are a pet-friendly facility for small dogs.",
},
id: "f3", title: "Pet friendly?", content: "Yes, we are a pet-friendly facility for small dogs."},
]}
title="Common Inquiries"
description="Answers to our guests' most frequent questions regarding stay and event policies."
@@ -341,8 +221,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Inquiry"
title="Start Your Journey"
description="Reach out to our reservation team today to book your stay or plan your next corporate event."
@@ -353,29 +232,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Hotel",
items: [
title: "Hotel", items: [
{
label: "Rooms",
href: "#products",
},
label: "Rooms", href: "#products"},
{
label: "Amenities",
href: "#features",
},
label: "Amenities", href: "#features"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
]}