Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-05 08:16:56 +00:00
4 changed files with 61 additions and 192 deletions

View File

@@ -33,9 +33,7 @@ export default function BanquetPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "📞 Call Now",
href: "tel:096954 10000",
}}
text: "📞 Call Now", href: "tel:096954 10000"}}
animateOnLoad={true}
/>
</div>
@@ -45,7 +43,7 @@ export default function BanquetPage() {
<HeroLogoBillboardSplit
logoText="BANQUET HALLS"
description="Host your perfect event at our state-of-the-art banquet facilities. From intimate gatherings to grand celebrations, we provide elegant spaces and impeccable service for weddings, conferences, and corporate events."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "📞 Book Event", href: "tel:096954 10000" },
{ text: "View Spaces", href: "#event-spaces" },
@@ -71,37 +69,25 @@ export default function BanquetPage() {
useInvertedBackground={false}
features={[
{
title: "Grand Ballroom",
description: "Largest space for major events and celebrations",
bentoComponent: "icon-info-cards",
items: [
title: "Grand Ballroom", description: "Largest space for major events and celebrations", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Capacity", value: "500+" },
{ icon: Sparkles, label: "Ambiance", value: "Premium" },
],
},
{
title: "Crystal Hall",
description: "Medium-sized hall perfect for weddings and conferences",
bentoComponent: "icon-info-cards",
items: [
title: "Crystal Hall", description: "Medium-sized hall perfect for weddings and conferences", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Capacity", value: "250-400" },
{ icon: Music, label: "Sound", value: "Surround" },
],
},
{
title: "Emerald Room",
description: "Intimate space for smaller gatherings and meetings",
bentoComponent: "icon-info-cards",
items: [
title: "Emerald Room", description: "Intimate space for smaller gatherings and meetings", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Capacity", value: "50-150" },
{ icon: Lightbulb, label: "Lighting", value: "Adjustable" },
],
},
{
title: "Garden Terrace",
description: "Open-air venue with stunning views for outdoor events",
bentoComponent: "icon-info-cards",
items: [
title: "Garden Terrace", description: "Open-air venue with stunning views for outdoor events", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Capacity", value: "100-300" },
{ icon: Sparkles, label: "Setting", value: "Scenic" },
],
@@ -122,28 +108,19 @@ export default function BanquetPage() {
useInvertedBackground={false}
features={[
{
title: "Culinary Excellence",
description: "Multi-cuisine catering with expert chefs and premium ingredients",
bentoComponent: "icon-info-cards",
items: [
title: "Culinary Excellence", description: "Multi-cuisine catering with expert chefs and premium ingredients", bentoComponent: "icon-info-cards", items: [
{ icon: Utensils, label: "Cuisines", value: "5+" },
{ icon: Users, label: "Per Plate", value: "Custom" },
],
},
{
title: "Technical Setup",
description: "State-of-the-art audio-visual and lighting systems",
bentoComponent: "icon-info-cards",
items: [
title: "Technical Setup", description: "State-of-the-art audio-visual and lighting systems", bentoComponent: "icon-info-cards", items: [
{ icon: Lightbulb, label: "Lighting", value: "LED/Laser" },
{ icon: Music, label: "Sound", value: "Dolby 5.1" },
],
},
{
title: "Decoration Services",
description: "Professional décor and floral arrangements for your vision",
bentoComponent: "icon-info-cards",
items: [
title: "Decoration Services", description: "Professional décor and floral arrangements for your vision", bentoComponent: "icon-info-cards", items: [
{ icon: Sparkles, label: "Themes", value: "Unlimited" },
{ icon: Heart, label: "Style", value: "Custom" },
],
@@ -157,8 +134,7 @@ export default function BanquetPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "/rooms" },
{ label: "Banquet Hall", href: "/banquet" },
@@ -166,8 +142,7 @@ export default function BanquetPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Room Booking", href: "/rooms" },
{ label: "Event Booking", href: "/banquet" },
{ label: "Restaurant", href: "/" },
@@ -175,8 +150,7 @@ export default function BanquetPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 096954 10000", href: "tel:096954 10000" },
{ label: "📍 Golghar, Gorakhpur", href: "/" },
{ label: "✉️ info@royalresidency.com", href: "mailto:info@royalresidency.com" },
@@ -184,8 +158,7 @@ export default function BanquetPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cancellation Policy", href: "/" },

View File

@@ -33,9 +33,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "📞 Call Now",
href: "tel:096954 10000",
}}
text: "📞 Call Now", href: "tel:096954 10000"}}
animateOnLoad={true}
/>
</div>
@@ -47,9 +45,9 @@ export default function ContactPage() {
title="Reach Out To Us"
description="Have questions about our rooms, events, or facilities? Get in touch with our team. We're here to help and provide you with the best hospitality experience."
tagIcon={Mail}
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg"
imageAlt="Contact Royal Residency"
mediaPosition="right"
mediaAnimation="slide-up"
@@ -71,28 +69,19 @@ export default function ContactPage() {
useInvertedBackground={false}
features={[
{
title: "Call Us",
description: "Speak directly with our team for immediate assistance",
bentoComponent: "icon-info-cards",
items: [
title: "Call Us", description: "Speak directly with our team for immediate assistance", bentoComponent: "icon-info-cards", items: [
{ icon: Phone, label: "Phone", value: "096954 10000" },
{ icon: Clock, label: "Available", value: "24/7" },
],
},
{
title: "Email Us",
description: "Send us your inquiries and we'll respond promptly",
bentoComponent: "icon-info-cards",
items: [
title: "Email Us", description: "Send us your inquiries and we'll respond promptly", bentoComponent: "icon-info-cards", items: [
{ icon: Mail, label: "Email", value: "info@royalresidency.com" },
{ icon: Clock, label: "Response", value: "24 Hours" },
],
},
{
title: "Visit Us",
description: "Come experience our hospitality in person at our location",
bentoComponent: "icon-info-cards",
items: [
title: "Visit Us", description: "Come experience our hospitality in person at our location", bentoComponent: "icon-info-cards", items: [
{ icon: MapPin, label: "Address", value: "Golghar, Gorakhpur" },
{ icon: Clock, label: "Hours", value: "24/7 Open" },
],
@@ -106,8 +95,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "/rooms" },
{ label: "Banquet Hall", href: "/banquet" },
@@ -115,8 +103,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Room Booking", href: "/rooms" },
{ label: "Event Booking", href: "/banquet" },
{ label: "Restaurant", href: "/" },
@@ -124,8 +111,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 096954 10000", href: "tel:096954 10000" },
{ label: "📍 Golghar, Gorakhpur", href: "/" },
{ label: "✉️ info@royalresidency.com", href: "mailto:info@royalresidency.com" },
@@ -133,8 +119,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cancellation Policy", href: "/" },

View File

@@ -37,9 +37,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "📞 Call Now",
href: "tel:096954 10000",
}}
text: "📞 Call Now", href: "tel:096954 10000"}}
animateOnLoad={true}
/>
</div>
@@ -49,7 +47,7 @@ export default function HomePage() {
<HeroLogoBillboardSplit
logoText="ROYAL RESIDENCY"
description="Experience luxury comfort and world-class hospitality. Premier hotel with spacious rooms, multi-cuisine restaurant, and elegant banquet facilities in the heart of Gorakhpur."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "📞 Call Now", href: "tel:096954 10000" },
{ text: "Book a Room", href: "/rooms" },
@@ -90,37 +88,25 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
title: "Free WiFi",
description: "High-speed internet in all rooms and common areas",
bentoComponent: "icon-info-cards",
items: [
title: "Free WiFi", description: "High-speed internet in all rooms and common areas", bentoComponent: "icon-info-cards", items: [
{ icon: Wifi, label: "Speed", value: "100 Mbps" },
{ icon: Shield, label: "Security", value: "Encrypted" },
],
},
{
title: "Free Parking",
description: "Secure parking for your vehicles with 24/7 surveillance",
bentoComponent: "icon-info-cards",
items: [
title: "Free Parking", description: "Secure parking for your vehicles with 24/7 surveillance", bentoComponent: "icon-info-cards", items: [
{ icon: ParkingCircle, label: "Spaces", value: "50+" },
{ icon: Camera, label: "Security", value: "CCTV" },
],
},
{
title: "Multi-Cuisine Restaurant",
description: "Delicious meals prepared by expert chefs",
bentoComponent: "icon-info-cards",
items: [
title: "Multi-Cuisine Restaurant", description: "Delicious meals prepared by expert chefs", bentoComponent: "icon-info-cards", items: [
{ icon: UtensilsCrossed, label: "Cuisines", value: "5+" },
{ icon: Clock, label: "Service", value: "24/7" },
],
},
{
title: "24/7 Room Service",
description: "Always available to serve your needs round the clock",
bentoComponent: "icon-info-cards",
items: [
title: "24/7 Room Service", description: "Always available to serve your needs round the clock", bentoComponent: "icon-info-cards", items: [
{ icon: Phone, label: "Contact", value: "Anytime" },
{ icon: Clock, label: "Response", value: "Quick" },
],
@@ -142,59 +128,23 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
testimonials={[
{
id: "1",
name: "Priya Sharma",
role: "Business Traveler",
company: "Tech Professional",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", role: "Business Traveler", company: "Tech Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Rajesh Kumar",
role: "Family Vacation",
company: "Travel Enthusiast",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-uses-phone-photo-hotel_482257-103236.jpg",
imageAlt: "Rajesh Kumar",
},
id: "2", name: "Rajesh Kumar", role: "Family Vacation", company: "Travel Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-uses-phone-photo-hotel_482257-103236.jpg", imageAlt: "Rajesh Kumar"},
{
id: "3",
name: "Anita Verma",
role: "Wedding Guest",
company: "Event Attendee",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg?_wi=1",
imageAlt: "Anita Verma",
},
id: "3", name: "Anita Verma", role: "Wedding Guest", company: "Event Attendee", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg", imageAlt: "Anita Verma"},
{
id: "4",
name: "Vikram Singh",
role: "Corporate Event",
company: "Business Event",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg?_wi=2",
imageAlt: "Vikram Singh",
},
id: "4", name: "Vikram Singh", role: "Corporate Event", company: "Business Event", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg", imageAlt: "Vikram Singh"},
{
id: "5",
name: "Sanya Gupta",
role: "Honeymoon",
company: "Newlyweds",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-7755.jpg",
imageAlt: "Sanya Gupta",
},
id: "5", name: "Sanya Gupta", role: "Honeymoon", company: "Newlyweds", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-7755.jpg", imageAlt: "Sanya Gupta"},
{
id: "6",
name: "Arjun Patel",
role: "Solo Traveler",
company: "Adventure Seeker",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-businesswomen-having-meeting-shaking-hands-hotel-lobby-business-travel-concept_58466-11961.jpg",
imageAlt: "Arjun Patel",
},
id: "6", name: "Arjun Patel", role: "Solo Traveler", company: "Adventure Seeker", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-businesswomen-having-meeting-shaking-hands-hotel-lobby-business-travel-concept_58466-11961.jpg", imageAlt: "Arjun Patel"},
]}
/>
</div>
@@ -209,15 +159,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
logos={[
"http://img.b2bpic.net/free-vector/review-rate-us-background-with-five-star-ranking-design_1017-60947.jpg",
"http://img.b2bpic.net/free-vector/travel-logo-template_23-2149705467.jpg",
"http://img.b2bpic.net/free-vector/hand-drawn-muted-colors-label-collection_23-2150028099.jpg",
"http://img.b2bpic.net/free-vector/pin-map-hotel-logo_1043-112.jpg",
"http://img.b2bpic.net/free-vector/travel-india_1057-2511.jpg",
"http://img.b2bpic.net/free-psd/flat-design-traveling-adventure-facebook-cover_23-2150248304.jpg",
"http://img.b2bpic.net/free-vector/travel-india_1057-2511.jpg",
"http://img.b2bpic.net/free-vector/flat-travel-label-set_23-2149069151.jpg",
]}
"http://img.b2bpic.net/free-vector/review-rate-us-background-with-five-star-ranking-design_1017-60947.jpg", "http://img.b2bpic.net/free-vector/travel-logo-template_23-2149705467.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-muted-colors-label-collection_23-2150028099.jpg", "http://img.b2bpic.net/free-vector/pin-map-hotel-logo_1043-112.jpg", "http://img.b2bpic.net/free-vector/travel-india_1057-2511.jpg", "http://img.b2bpic.net/free-psd/flat-design-traveling-adventure-facebook-cover_23-2150248304.jpg", "http://img.b2bpic.net/free-vector/travel-india_1057-2511.jpg", "http://img.b2bpic.net/free-vector/flat-travel-label-set_23-2149069151.jpg"]}
names={["Google Reviews", "Booking.com", "Airbnb", "OYO Rooms", "MakeMyTrip", "TripAdvisor", "Goibibo", "Expedia"]}
speed={40}
showCard={true}
@@ -231,9 +173,9 @@ export default function HomePage() {
title="Plan Your Stay or Event"
description="Contact us today to book your perfect room or plan your special event. Our team is ready to assist you with all inquiries."
tagIcon={MessageCircle}
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg"
imageAlt="Contact Royal Residency"
mediaPosition="right"
mediaAnimation="slide-up"
@@ -248,8 +190,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "/rooms" },
{ label: "Banquet Hall", href: "/banquet" },
@@ -257,8 +198,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Room Booking", href: "/rooms" },
{ label: "Event Booking", href: "/banquet" },
{ label: "Restaurant", href: "/" },
@@ -266,8 +206,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 096954 10000", href: "tel:096954 10000" },
{ label: "📍 Golghar, Gorakhpur", href: "/" },
{ label: "✉️ info@royalresidency.com", href: "mailto:info@royalresidency.com" },
@@ -275,8 +214,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cancellation Policy", href: "/" },

View File

@@ -33,9 +33,7 @@ export default function RoomsPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "📞 Call Now",
href: "tel:096954 10000",
}}
text: "📞 Call Now", href: "tel:096954 10000"}}
animateOnLoad={true}
/>
</div>
@@ -45,7 +43,7 @@ export default function RoomsPage() {
<HeroLogoBillboardSplit
logoText="LUXURY ROOMS"
description="Discover our collection of elegantly designed rooms and suites. Each room is meticulously crafted to provide supreme comfort with modern amenities and stunning views."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "📞 Reserve Now", href: "tel:096954 10000" },
{ text: "View Gallery", href: "#room-types" },
@@ -71,37 +69,25 @@ export default function RoomsPage() {
useInvertedBackground={false}
features={[
{
title: "Standard Room",
description: "Comfortable and elegant rooms perfect for solo travelers and couples",
bentoComponent: "icon-info-cards",
items: [
title: "Standard Room", description: "Comfortable and elegant rooms perfect for solo travelers and couples", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Occupancy", value: "1-2" },
{ icon: Bath, label: "Amenities", value: "Premium" },
],
},
{
title: "Deluxe Room",
description: "Spacious rooms with enhanced amenities and premium furnishings",
bentoComponent: "icon-info-cards",
items: [
title: "Deluxe Room", description: "Spacious rooms with enhanced amenities and premium furnishings", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Occupancy", value: "2-3" },
{ icon: Wifi, label: "Internet", value: "Ultra HD" },
],
},
{
title: "Executive Suite",
description: "Premium suites with luxurious bedding and exclusive services",
bentoComponent: "icon-info-cards",
items: [
title: "Executive Suite", description: "Premium suites with luxurious bedding and exclusive services", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Occupancy", value: "2-4" },
{ icon: Tv, label: "Features", value: "All" },
],
},
{
title: "Family Suite",
description: "Large suites ideal for families with multiple rooms and connecting areas",
bentoComponent: "icon-info-cards",
items: [
title: "Family Suite", description: "Large suites ideal for families with multiple rooms and connecting areas", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Occupancy", value: "3-6" },
{ icon: Wind, label: "Climate", value: "Controlled" },
],
@@ -122,28 +108,19 @@ export default function RoomsPage() {
useInvertedBackground={false}
features={[
{
title: "Technology Suite",
description: "Stay connected with latest gadgets and entertainment systems",
bentoComponent: "icon-info-cards",
items: [
title: "Technology Suite", description: "Stay connected with latest gadgets and entertainment systems", bentoComponent: "icon-info-cards", items: [
{ icon: Wifi, label: "WiFi", value: "100 Mbps" },
{ icon: Tv, label: "Screen", value: "Smart TV" },
],
},
{
title: "Spa & Wellness",
description: "Premium bathroom with luxury toiletries and rainfall showers",
bentoComponent: "icon-info-cards",
items: [
title: "Spa & Wellness", description: "Premium bathroom with luxury toiletries and rainfall showers", bentoComponent: "icon-info-cards", items: [
{ icon: Bath, label: "Bath", value: "Luxury" },
{ icon: Users, label: "Spa", value: "Available" },
],
},
{
title: "Climate Control",
description: "Individual temperature management and advanced air purification",
bentoComponent: "icon-info-cards",
items: [
title: "Climate Control", description: "Individual temperature management and advanced air purification", bentoComponent: "icon-info-cards", items: [
{ icon: Wind, label: "AC", value: "5-Star" },
{ icon: Wifi, label: "Smart", value: "Enabled" },
],
@@ -157,8 +134,7 @@ export default function RoomsPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "/rooms" },
{ label: "Banquet Hall", href: "/banquet" },
@@ -166,8 +142,7 @@ export default function RoomsPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Room Booking", href: "/rooms" },
{ label: "Event Booking", href: "/banquet" },
{ label: "Restaurant", href: "/" },
@@ -175,8 +150,7 @@ export default function RoomsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 096954 10000", href: "tel:096954 10000" },
{ label: "📍 Golghar, Gorakhpur", href: "/" },
{ label: "✉️ info@royalresidency.com", href: "mailto:info@royalresidency.com" },
@@ -184,8 +158,7 @@ export default function RoomsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cancellation Policy", href: "/" },