4 Commits

Author SHA1 Message Date
9a2c695ae3 Update src/app/styles/variables.css 2026-03-26 12:17:47 +00:00
a9fce2a6d3 Update src/app/styles/base.css 2026-03-26 12:17:47 +00:00
f9f621df51 Update src/app/page.tsx 2026-03-26 12:17:46 +00:00
16b40cf0ff Merge version_1 into main
Merge version_1 into main
2026-03-26 12:11:24 +00:00
3 changed files with 66 additions and 223 deletions

View File

@@ -32,58 +32,37 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Rooms",
id: "rooms",
},
name: "Rooms", id: "rooms"},
{
name: "Amenities",
id: "amenities",
},
name: "Amenities", id: "amenities"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Hotel Rajshree International"
button={{
text: "Book Your Stay",
href: "#pricing",
}}
text: "Book Your Stay", href: "#pricing"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Experience Luxury & Comfort in the Heart of Samastipur"
description="Premium rooms, exceptional service, and a stay youll remember. ⭐ Rated 4.6 by 190+ guests. ✔ Free Breakfast. ✔ Free Wi-Fi. ✔ Parking Included."
buttons={[
{
text: "Book Your Stay",
href: "#pricing",
},
text: "Book Your Stay", href: "#pricing"},
{
text: "View Rooms",
href: "#rooms",
},
text: "View Rooms", href: "#rooms"},
]}
imageSrc="http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=1"
imageAlt="Cinematic hotel exterior at Hotel Rajshree International"
@@ -113,35 +92,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "deluxe-room",
brand: "Hotel Rajshree",
name: "Deluxe Room",
price: "₹1995/night",
rating: 4.7,
reviewCount: "100+",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-assortment-safari-party_23-2149707869.jpg",
imageAlt: "Spacious Deluxe Room with modern amenities",
},
id: "deluxe-room", brand: "Hotel Rajshree", name: "Deluxe Room", price: "₹1995/night", rating: 4.7,
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-assortment-safari-party_23-2149707869.jpg", imageAlt: "Spacious Deluxe Room with modern amenities"},
{
id: "standard-room",
brand: "Hotel Rajshree",
name: "Standard Room",
price: "₹1395/night",
rating: 4.5,
reviewCount: "150+",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956522.jpg",
imageAlt: "Comfortable Standard Room with essential facilities",
},
id: "standard-room", brand: "Hotel Rajshree", name: "Standard Room", price: "₹1395/night", rating: 4.5,
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956522.jpg", imageAlt: "Comfortable Standard Room with essential facilities"},
{
id: "suite-room",
brand: "Hotel Rajshree",
name: "Executive Suite",
price: "₹3495/night",
rating: 4.8,
reviewCount: "50+",
imageSrc: "http://img.b2bpic.net/free-photo/sparkling-champagne-glasses-tray_23-2148356435.jpg",
imageAlt: "Luxurious Executive Suite with ample space and premium features",
},
id: "suite-room", brand: "Hotel Rajshree", name: "Executive Suite", price: "₹3495/night", rating: 4.8,
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/sparkling-champagne-glasses-tray_23-2148356435.jpg", imageAlt: "Luxurious Executive Suite with ample space and premium features"},
]}
title="Our Rooms"
description="Designed for relaxation after a long day. Explore our premium accommodations tailored for your comfort."
@@ -156,46 +114,22 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Free Wi-Fi",
description: "Stay connected with high-speed internet access throughout the hotel.",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=2",
imageAlt: "Wi-Fi icon",
},
title: "Free Wi-Fi", description: "Stay connected with high-speed internet access throughout the hotel.", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=2", imageAlt: "Wi-Fi icon"},
{
id: 2,
title: "Complimentary Breakfast",
description: "Start your day with a delicious and fresh breakfast, on us.",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=3",
imageAlt: "Breakfast icon",
},
title: "Complimentary Breakfast", description: "Start your day with a delicious and fresh breakfast, on us.", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=3", imageAlt: "Breakfast icon"},
{
id: 3,
title: "Air Conditioning",
description: "Enjoy comfortable temperatures in all our rooms, perfectly climate-controlled.",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=4",
imageAlt: "AC icon",
},
title: "Air Conditioning", description: "Enjoy comfortable temperatures in all our rooms, perfectly climate-controlled.", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=4", imageAlt: "AC icon"},
{
id: 4,
title: "Free Parking",
description: "Secure and convenient parking available for all our guests.",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=5",
imageAlt: "Parking icon",
},
title: "Free Parking", description: "Secure and convenient parking available for all our guests.", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=5", imageAlt: "Parking icon"},
{
id: 5,
title: "Room Service",
description: "Indulge in dining comfort with our prompt and efficient room service.",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=6",
imageAlt: "Room service icon",
},
title: "Room Service", description: "Indulge in dining comfort with our prompt and efficient room service.", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=6", imageAlt: "Room service icon"},
{
id: 6,
title: "Laundry Service",
description: "Keep your wardrobe fresh and clean with our professional laundry services.",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=7",
imageAlt: "Laundry icon",
},
title: "Laundry Service", description: "Keep your wardrobe fresh and clean with our professional laundry services.", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=7", imageAlt: "Laundry icon"},
]}
title="Premium Amenities"
description="Enhance your stay with our comprehensive range of modern facilities and services."
@@ -208,50 +142,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Exceptional Stay!",
quote: "Clean rooms, great service, and very comfortable stay. Definitely recommend Hotel Rajshree International for anyone visiting Samastipur!",
name: "Ananya Sharma",
role: "Frequent Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-calling_23-2147996572.jpg",
imageAlt: "Ananya Sharma",
},
id: "1", title: "Exceptional Stay!", quote: "Clean rooms, great service, and very comfortable stay. Definitely recommend Hotel Rajshree International for anyone visiting Samastipur!", name: "Ananya Sharma", role: "Frequent Traveler", imageSrc: "http://img.b2bpic.net/free-photo/businessman-calling_23-2147996572.jpg", imageAlt: "Ananya Sharma"},
{
id: "2",
title: "Best Value Hotel",
quote: "Best hotel in Samastipur at this price point. The staff is polite, always helpful, and the ambiance is truly luxurious for the cost.",
name: "Rohan Kumar",
role: "Business Executive",
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-being-body-positive_23-2148974042.jpg",
imageAlt: "Rohan Kumar",
},
id: "2", title: "Best Value Hotel", quote: "Best hotel in Samastipur at this price point. The staff is polite, always helpful, and the ambiance is truly luxurious for the cost.", name: "Rohan Kumar", role: "Business Executive", imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-being-body-positive_23-2148974042.jpg", imageAlt: "Rohan Kumar"},
{
id: "3",
title: "Pristine & Relaxing",
quote: "The rooms are well maintained, spotlessly clean, and the amenities are excellent. A truly relaxing experience after a long journey.",
name: "Priya Singh",
role: "Vacationer",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg",
imageAlt: "Priya Singh",
},
id: "3", title: "Pristine & Relaxing", quote: "The rooms are well maintained, spotlessly clean, and the amenities are excellent. A truly relaxing experience after a long journey.", name: "Priya Singh", role: "Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg", imageAlt: "Priya Singh"},
{
id: "4",
title: "A Hidden Gem",
quote: "Exceptional hospitality and a prime location. Hotel Rajshree International truly felt like a hidden gem. I will certainly book again!",
name: "Vivek Gupta",
role: "Explorer",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-chin-hand_176474-95528.jpg",
imageAlt: "Vivek Gupta",
},
id: "4", title: "A Hidden Gem", quote: "Exceptional hospitality and a prime location. Hotel Rajshree International truly felt like a hidden gem. I will certainly book again!", name: "Vivek Gupta", role: "Explorer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-chin-hand_176474-95528.jpg", imageAlt: "Vivek Gupta"},
{
id: "5",
title: "Highly Recommended",
quote: "From check-in to check-out, everything was seamless. The comfort and service exceeded my expectations. A must-stay in Samastipur.",
name: "Neha Patel",
role: "Consultant",
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bed_1150-35111.jpg",
imageAlt: "Neha Patel",
},
id: "5", title: "Highly Recommended", quote: "From check-in to check-out, everything was seamless. The comfort and service exceeded my expectations. A must-stay in Samastipur.", name: "Neha Patel", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bed_1150-35111.jpg", imageAlt: "Neha Patel"},
]}
title="Loved by Our Guests"
description="Don't just take our word for it hear what our happy travelers have to say about their stay at Hotel Rajshree International. Rated 4.6 stars by over 190 guests, we are truly trusted by hundreds of happy travelers."
@@ -265,42 +164,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "standard",
badge: "Value Pick",
badgeIcon: Star,
price: "₹1395",
subtitle: "Comfortable & Convenient",
buttons: [
id: "standard", badge: "Value Pick", badgeIcon: Star,
price: "₹1395", subtitle: "Comfortable & Convenient", buttons: [
{
text: "Book Standard",
href: "#contact",
},
text: "Book Standard", href: "#contact"},
],
features: [
"Comfortable Double Bed",
"Free High-Speed Wi-Fi",
"Attached Clean Washroom",
"Air Conditioning",
],
"Comfortable Double Bed", "Free High-Speed Wi-Fi", "Attached Clean Washroom", "Air Conditioning"],
},
{
id: "deluxe",
badge: "Popular",
badgeIcon: Sparkles,
price: "₹1995",
subtitle: "Spacious & Premium",
buttons: [
id: "deluxe", badge: "Popular", badgeIcon: Sparkles,
price: "₹1995", subtitle: "Spacious & Premium", buttons: [
{
text: "Book Deluxe",
href: "#contact",
},
text: "Book Deluxe", href: "#contact"},
],
features: [
"Larger Room Layout",
"Complimentary Breakfast",
"24/7 Room Service",
"Dedicated Work Desk",
],
"Larger Room Layout", "Complimentary Breakfast", "24/7 Room Service", "Dedicated Work Desk"],
},
]}
title="Affordable Luxury Starting at Just ₹1395"
@@ -314,27 +193,16 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "location-faq",
title: "Where is Hotel Rajshree International located?",
content: "We are conveniently located East of Income Tax Office, Tajpur Rd, Samastipur. Our prime location offers easy access to local attractions and business centers.",
},
id: "location-faq", title: "Where is Hotel Rajshree International located?", content: "We are conveniently located East of Income Tax Office, Tajpur Rd, Samastipur. Our prime location offers easy access to local attractions and business centers."},
{
id: "check-in-out-faq",
title: "What are the Check-in and Check-out times?",
content: "Check-in is at 12 PM and Check-out is at 12 PM. If you require early check-in or late check-out, please contact our reception, and we will do our best to accommodate.",
},
id: "check-in-out-faq", title: "What are the Check-in and Check-out times?", content: "Check-in is at 12 PM and Check-out is at 12 PM. If you require early check-in or late check-out, please contact our reception, and we will do our best to accommodate."},
{
id: "booking-options-faq",
title: "How can I book a room?",
content: "You can book your stay directly through our website, by calling us at +91 12345 67890, or via WhatsApp booking for your convenience.",
},
id: "booking-options-faq", title: "How can I book a room?", content: "You can book your stay directly through our website, by calling us at +91 12345 67890, or via WhatsApp booking for your convenience."},
]}
ctaTitle="Ready for a Comfortable Stay?"
ctaDescription="Book your premium room at Hotel Rajshree International now. Located East of Income Tax Office, Tajpur Rd, Samastipur. Easy to find, hard to leave."
ctaButton={{
text: "Book Now",
href: "#pricing",
}}
text: "Book Now", href: "#pricing"}}
ctaIcon={Phone}
/>
</div>
@@ -345,70 +213,45 @@ export default function LandingPage() {
imageAlt="Night view of Hotel Rajshree International"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Rooms",
href: "#rooms",
},
label: "Rooms", href: "#rooms"},
{
label: "Amenities",
href: "#amenities",
},
label: "Amenities", href: "#amenities"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
title: "Contact Us",
items: [
title: "Contact Us", items: [
{
label: "Phone: +91 12345 67890",
href: "tel:+911234567890",
label: "Phone: +91 12345 67890", href: "tel:+911234567890"},
{
label: "Address: Tajpur Rd, Samastipur"
},
{
label: "Address: Tajpur Rd, Samastipur",
href: "#",
label: "Check-in: 12 PM"
},
{
label: "Check-in: 12 PM",
href: "#",
},
{
label: "Check-out: 12 PM",
href: "#",
label: "Check-out: 12 PM"
},
],
},

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-poppins), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-poppins), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F8F6F2;
--card: #F8F6F2;
--foreground: #121212;
--primary-cta: #C8A96A;
--background: #F8F4ED;
--card: #EDEBE4;
--foreground: #262626;
--primary-cta: #B8860B;
--primary-cta-text: #121212;
--secondary-cta: #1E3D34;
--secondary-cta: #5A6B70;
--secondary-cta-text: #F8F6F2;
--accent: #1E3D34;
--background-accent: #1E3D34;
--accent: #D4AF37;
--background-accent: #F2EFDC;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);