Merge version_1 into main #3
@@ -66,14 +66,17 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Direct Booking", values: ["20", "30", "40"],
|
||||
valuePrefix: "", valueSuffix: "% Savings", description: "Save when you book directly"},
|
||||
title: "Direct Booking", values: [20, 30, 40],
|
||||
valuePrefix: "", valueSuffix: "% Savings", description: "Save when you book directly"
|
||||
},
|
||||
{
|
||||
title: "Guest Rating", values: ["4.6", "4.7", "4.8"],
|
||||
valuePrefix: "", valueSuffix: "★", description: "Out of 5 stars from guests"},
|
||||
title: "Guest Rating", values: [4.6, 4.7, 4.8],
|
||||
valuePrefix: "", valueSuffix: "★", description: "Out of 5 stars from guests"
|
||||
},
|
||||
{
|
||||
title: "Central Location", values: ["5", "7", "10"],
|
||||
valuePrefix: "", valueSuffix: " min", description: "Walk to hospitals & markets"},
|
||||
title: "Central Location", values: [5, 7, 10],
|
||||
valuePrefix: "", valueSuffix: " min", description: "Walk to hospitals & markets"
|
||||
},
|
||||
],
|
||||
chartTitle: "Guest Satisfaction", chartData: [
|
||||
{ value: 85 },
|
||||
@@ -95,7 +98,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="About Hotel Brown"
|
||||
description={[
|
||||
"Hotel Brown is a trusted 3-star budget hotel located in the heart of Ludhiana, serving travelers since 2015. We specialize in providing clean, comfortable, and affordable accommodation for budget travelers, business professionals, and families visiting our city.", "Our commitment is simple: transparent pricing with no hidden charges, verified guest reviews, and exceptional service that makes you feel at home. Whether you're here for a business meeting, visiting CMC Hospital, or exploring local markets, Hotel Brown is your reliable choice for quality budget accommodation in Ludhiana."]}
|
||||
"Hotel Brown is a trusted 3-star budget hotel located in the heart of Ludhiana, serving travelers since 2015. We specialize in providing clean, comfortable, and affordable accommodation for budget travelers, business professionals, and families visiting our city.", "Our commitment is simple: transparent pricing with no hidden charges, verified guest reviews, and exceptional service that makes you feel at home. Whether you're here for a business meeting, visiting CMC Hospital, or exploring local markets, Hotel Brown is your reliable choice for quality budget accommodation in Ludhiana."
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call +91 80534 07307", href: "tel:+918053407307" },
|
||||
]}
|
||||
@@ -123,13 +127,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Hotel Brown", name: "Standard Room", price: "₹2,499/night", rating: 4,
|
||||
reviewCount: "324 reviews", imageSrc: "http://img.b2bpic.net/free-photo/croissant-boiled-egg-orange-juice-breakfast-tray-bed_176474-2603.jpg", imageAlt: "Clean standard hotel room with single/double bed"},
|
||||
reviewCount: "324 reviews", imageSrc: "http://img.b2bpic.net/free-photo/croissant-boiled-egg-orange-juice-breakfast-tray-bed_176474-2603.jpg", imageAlt: "Clean standard hotel room with single/double bed"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Hotel Brown", name: "Deluxe Room", price: "₹3,499/night", rating: 5,
|
||||
reviewCount: "512 reviews", imageSrc: "http://img.b2bpic.net/free-photo/bridesmaids-with-bride-dressed-silky-nightwear-are-smelling-wedding-bouquet-scent_8353-11167.jpg", imageAlt: "Spacious deluxe hotel room with premium amenities"},
|
||||
reviewCount: "512 reviews", imageSrc: "http://img.b2bpic.net/free-photo/bridesmaids-with-bride-dressed-silky-nightwear-are-smelling-wedding-bouquet-scent_8353-11167.jpg", imageAlt: "Spacious deluxe hotel room with premium amenities"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Hotel Brown", name: "Family Suite", price: "₹5,999/night", rating: 5,
|
||||
reviewCount: "289 reviews", imageSrc: "http://img.b2bpic.net/free-photo/father-mother-daughter-lie-bed_8353-5125.jpg", imageAlt: "Spacious family suite with multiple beds and living area"},
|
||||
reviewCount: "289 reviews", imageSrc: "http://img.b2bpic.net/free-photo/father-mother-daughter-lie-bed_8353-5125.jpg", imageAlt: "Spacious family suite with multiple beds and living area"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,22 +158,28 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "High-Speed WiFi", description: "Reliable internet connectivity available 24/7 for your business or leisure needs"},
|
||||
title: "High-Speed WiFi", description: "Reliable internet connectivity available 24/7 for your business or leisure needs"
|
||||
},
|
||||
{
|
||||
icon: Wind,
|
||||
title: "Air Conditioning", description: "Climate-controlled rooms with adjustable temperature for maximum comfort"},
|
||||
title: "Air Conditioning", description: "Climate-controlled rooms with adjustable temperature for maximum comfort"
|
||||
},
|
||||
{
|
||||
icon: Tv,
|
||||
title: "Flat-Screen TV", description: "HD entertainment with multiple channels and streaming access"},
|
||||
title: "Flat-Screen TV", description: "HD entertainment with multiple channels and streaming access"
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Central Location", description: "Walking distance to CMC Hospital, markets, and major attractions"},
|
||||
title: "Central Location", description: "Walking distance to CMC Hospital, markets, and major attractions"
|
||||
},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Complimentary Breakfast", description: "Fresh, hygienic breakfast included with every room booking"},
|
||||
title: "Complimentary Breakfast", description: "Fresh, hygienic breakfast included with every room booking"
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "24/7 Security", description: "Safe and secure accommodation with CCTV monitoring throughout"},
|
||||
title: "24/7 Security", description: "Safe and secure accommodation with CCTV monitoring throughout"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,17 +195,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar, Business Traveler", date: "Date: 15 January 2025", title: "Perfect for business stays!", quote: "Stayed multiple times for office work. Clean rooms, fast WiFi, and friendly staff. Best value for money in Ludhiana. Highly recommend to business travelers.", tag: "Business Professional", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3816.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3816.jpg"},
|
||||
id: "1", name: "Rajesh Kumar, Business Traveler", date: "Date: 15 January 2025", title: "Perfect for business stays!", quote: "Stayed multiple times for office work. Clean rooms, fast WiFi, and friendly staff. Best value for money in Ludhiana. Highly recommend to business travelers.", tag: "Business Professional", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3816.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3816.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya & Family, Medical Visitor", date: "Date: 12 January 2025", title: "Safe and comfortable for our family", quote: "We came for my mother's treatment at CMC Hospital. Hotel Brown was just 7 minutes away. Rooms are clean, breakfast is good, and the staff was very helpful. Made our difficult time easier.", tag: "Family Guest", avatarSrc: "http://img.b2bpic.net/free-photo/mother-with-three-kids-turkey-resort-against-mediterranean-sea-stand-pier_627829-12425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-three-kids-turkey-resort-against-mediterranean-sea-stand-pier_627829-12425.jpg"},
|
||||
id: "2", name: "Priya & Family, Medical Visitor", date: "Date: 12 January 2025", title: "Safe and comfortable for our family", quote: "We came for my mother's treatment at CMC Hospital. Hotel Brown was just 7 minutes away. Rooms are clean, breakfast is good, and the staff was very helpful. Made our difficult time easier.", tag: "Family Guest", avatarSrc: "http://img.b2bpic.net/free-photo/mother-with-three-kids-turkey-resort-against-mediterranean-sea-stand-pier_627829-12425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-three-kids-turkey-resort-against-mediterranean-sea-stand-pier_627829-12425.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Aisha Patel, Budget Backpacker", date: "Date: 8 January 2025", title: "Best budget hotel in Ludhiana", quote: "Transparent pricing, no hidden charges, and verified reviews helped me choose. The room exceeded my expectations. Great location near markets. Definitely staying again!", tag: "Budget Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/hipster-vacation-lake_23-2147978817.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hipster-vacation-lake_23-2147978817.jpg"},
|
||||
id: "3", name: "Aisha Patel, Budget Backpacker", date: "Date: 8 January 2025", title: "Best budget hotel in Ludhiana", quote: "Transparent pricing, no hidden charges, and verified reviews helped me choose. The room exceeded my expectations. Great location near markets. Definitely staying again!", tag: "Budget Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/hipster-vacation-lake_23-2147978817.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hipster-vacation-lake_23-2147978817.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. Harpreet Singh, Hospital Visitor", date: "Date: 5 January 2025", title: "Convenient location, excellent service", quote: "Visiting from Delhi for medical consultation. Hotel Brown's proximity to CMC Hospital is perfect. The staff accommodated all my needs. Highly professional and courteous.", tag: "Medical Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-doctor_171337-1534.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-doctor_171337-1534.jpg"},
|
||||
id: "4", name: "Dr. Harpreet Singh, Hospital Visitor", date: "Date: 5 January 2025", title: "Convenient location, excellent service", quote: "Visiting from Delhi for medical consultation. Hotel Brown's proximity to CMC Hospital is perfect. The staff accommodated all my needs. Highly professional and courteous.", tag: "Medical Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-doctor_171337-1534.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-doctor_171337-1534.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Simran Bhatia, First-Time Guest", date: "Date: 2 January 2025", title: "Exceeded all expectations!", quote: "Found Hotel Brown online with great reviews. Everything was as advertised—clean rooms, honest pricing, excellent breakfast. Direct booking saved me 20%. Will book again!", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3816.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3816.jpg"},
|
||||
id: "5", name: "Simran Bhatia, First-Time Guest", date: "Date: 2 January 2025", title: "Exceeded all expectations!", quote: "Found Hotel Brown online with great reviews. Everything was as advertised—clean rooms, honest pricing, excellent breakfast. Direct booking saved me 20%. Will book again!", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3816.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3816.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Vikram Sharma, Frequent Traveler", date: "Date: 28 December 2024", title: "My go-to hotel in Ludhiana", quote: "I travel to Ludhiana monthly for work. Hotel Brown has become my preferred choice. Consistent quality, reliable service, and they remember regular guests. Great loyalty!", tag: "Frequent Guest", avatarSrc: "http://img.b2bpic.net/free-photo/mother-with-three-kids-turkey-resort-against-mediterranean-sea-stand-pier_627829-12425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-three-kids-turkey-resort-against-mediterranean-sea-stand-pier_627829-12425.jpg"},
|
||||
id: "6", name: "Vikram Sharma, Frequent Traveler", date: "Date: 28 December 2024", title: "My go-to hotel in Ludhiana", quote: "I travel to Ludhiana monthly for work. Hotel Brown has become my preferred choice. Consistent quality, reliable service, and they remember regular guests. Great loyalty!", tag: "Frequent Guest", avatarSrc: "http://img.b2bpic.net/free-photo/mother-with-three-kids-turkey-resort-against-mediterranean-sea-stand-pier_627829-12425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-three-kids-turkey-resort-against-mediterranean-sea-stand-pier_627829-12425.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -218,7 +237,8 @@ export default function LandingPage() {
|
||||
{ text: "WhatsApp", href: "https://wa.me/918053407307" },
|
||||
],
|
||||
features: [
|
||||
"Single/Double bed", "Private bathroom with toiletries", "High-speed WiFi", "Air conditioning", "Flat-screen TV with channels", "Complimentary breakfast", "24/7 hot water"],
|
||||
"Single/Double bed", "Private bathroom with toiletries", "High-speed WiFi", "Air conditioning", "Flat-screen TV with channels", "Complimentary breakfast", "24/7 hot water"
|
||||
],
|
||||
badgeIcon: Home,
|
||||
},
|
||||
{
|
||||
@@ -227,7 +247,8 @@ export default function LandingPage() {
|
||||
{ text: "WhatsApp", href: "https://wa.me/918053407307" },
|
||||
],
|
||||
features: [
|
||||
"Premium double bed", "Spacious bathroom with hot shower", "Ultra-high-speed WiFi", "Climate control AC", "Smart TV with streaming", "Gourmet breakfast", "Work desk with chair", "Priority support"],
|
||||
"Premium double bed", "Spacious bathroom with hot shower", "Ultra-high-speed WiFi", "Climate control AC", "Smart TV with streaming", "Gourmet breakfast", "Work desk with chair", "Priority support"
|
||||
],
|
||||
badgeIcon: Star,
|
||||
},
|
||||
{
|
||||
@@ -236,7 +257,8 @@ export default function LandingPage() {
|
||||
{ text: "WhatsApp", href: "https://wa.me/918053407307" },
|
||||
],
|
||||
features: [
|
||||
"Multiple beds (2-3 beds)", "Large living area", "Premium bathroom", "Dual high-speed WiFi", "Individual AC units", "Two smart TVs", "Full breakfast spread", "Kitchenette facilities", "Extra towels & toiletries"],
|
||||
"Multiple beds (2-3 beds)", "Large living area", "Premium bathroom", "Dual high-speed WiFi", "Individual AC units", "Two smart TVs", "Full breakfast spread", "Kitchenette facilities", "Extra towels & toiletries"
|
||||
],
|
||||
badgeIcon: Users,
|
||||
},
|
||||
]}
|
||||
@@ -259,21 +281,29 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your check-in and check-out times?", content: "Standard check-in time is 2:00 PM and check-out is 11:00 AM. Early check-in or late check-out may be available upon request, subject to room availability. Contact us at +91 80534 07307 or WhatsApp to arrange."},
|
||||
id: "1", title: "What are your check-in and check-out times?", content: "Standard check-in time is 2:00 PM and check-out is 11:00 AM. Early check-in or late check-out may be available upon request, subject to room availability. Contact us at +91 80534 07307 or WhatsApp to arrange."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Is there a cancellation policy?", content: "Cancellations made 24 hours before check-in are free. Cancellations within 24 hours will be charged for one night. No-shows will be charged in full. Direct booking ensures the most flexible cancellation terms. Call us to discuss specific circumstances."},
|
||||
id: "2", title: "Is there a cancellation policy?", content: "Cancellations made 24 hours before check-in are free. Cancellations within 24 hours will be charged for one night. No-shows will be charged in full. Direct booking ensures the most flexible cancellation terms. Call us to discuss specific circumstances."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you offer parking?", content: "Yes, we offer secure paid parking at ₹100 per day for vehicles. Parking is available on a first-come, first-served basis. Our security team monitors all vehicles 24/7."},
|
||||
id: "3", title: "Do you offer parking?", content: "Yes, we offer secure paid parking at ₹100 per day for vehicles. Parking is available on a first-come, first-served basis. Our security team monitors all vehicles 24/7."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Is WiFi included in the room rate?", content: "Yes, high-speed WiFi is completely free and included in all room categories. We provide fast, reliable internet for both business and leisure guests. Contact the front desk if you experience any issues."},
|
||||
id: "4", title: "Is WiFi included in the room rate?", content: "Yes, high-speed WiFi is completely free and included in all room categories. We provide fast, reliable internet for both business and leisure guests. Contact the front desk if you experience any issues."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I book directly to save money?", content: "Absolutely! Direct booking through phone (+91 80534 07307), WhatsApp, or in-person saves you 15-20% compared to OTA platforms. Call now or WhatsApp to book at our best rates."},
|
||||
id: "5", title: "Can I book directly to save money?", content: "Absolutely! Direct booking through phone (+91 80534 07307), WhatsApp, or in-person saves you 15-20% compared to OTA platforms. Call now or WhatsApp to book at our best rates."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How far is Hotel Brown from CMC Hospital?", content: "We are just 7-10 minutes walking distance from CMC Hospital and Fortis Hospital. Our central location also makes us close to government offices, markets, and railway station. Perfect for business and medical visitors."},
|
||||
id: "6", title: "How far is Hotel Brown from CMC Hospital?", content: "We are just 7-10 minutes walking distance from CMC Hospital and Fortis Hospital. Our central location also makes us close to government offices, markets, and railway station. Perfect for business and medical visitors."
|
||||
},
|
||||
{
|
||||
id: "7", title: "Do you provide breakfast?", content: "Yes, complimentary Indian breakfast is included in all room bookings. Breakfast is served from 7:00 AM to 10:00 AM daily and includes fresh bread, jams, butter, eggs, seasonal fruits, coffee, and tea."},
|
||||
id: "7", title: "Do you provide breakfast?", content: "Yes, complimentary Indian breakfast is included in all room bookings. Breakfast is served from 7:00 AM to 10:00 AM daily and includes fresh bread, jams, butter, eggs, seasonal fruits, coffee, and tea."
|
||||
},
|
||||
{
|
||||
id: "8", title: "How do I make a reservation?", content: "You can book in three ways: 1) Call +91 80534 07307, 2) WhatsApp +91 80534 07307, or 3) Visit us directly at Hotel Brown, Ludhiana. Direct booking ensures you get our best rates with full transparency."},
|
||||
id: "8", title: "How do I make a reservation?", content: "You can book in three ways: 1) Call +91 80534 07307, 2) WhatsApp +91 80534 07307, or 3) Visit us directly at Hotel Brown, Ludhiana. Direct booking ensures you get our best rates with full transparency."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user