Update src/app/rooms/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function RoomsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Rooms & Pricing", href: "/rooms" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
@@ -29,8 +28,7 @@ export default function RoomsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{ label: "Call: +91 98146 77736", href: "tel:+919814677736" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/919814677736" },
|
||||
{ label: "Email: info@hotelbrown.com", href: "mailto:info@hotelbrown.com" },
|
||||
@@ -38,8 +36,7 @@ export default function RoomsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Address",
|
||||
items: [
|
||||
title: "Address", items: [
|
||||
{ label: "Brown Road Chowk", href: "#" },
|
||||
{ label: "Div No 2, CMC Campus", href: "#" },
|
||||
{ label: "Field Gunj, Ludhiana", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function RoomsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{ label: "Check-in: 2:00 PM", href: "#" },
|
||||
{ label: "Check-out: 12:00 PM", href: "#" },
|
||||
{ label: "Reception: 24/7", href: "#" },
|
||||
@@ -64,7 +60,7 @@ export default function RoomsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -78,33 +74,15 @@ export default function RoomsPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "deluxe",
|
||||
name: "Deluxe Room",
|
||||
price: "₹2,500-3,000",
|
||||
variant: "Premium Comfort - 2 Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg?_wi=3",
|
||||
imageAlt: "Deluxe room with premium amenities",
|
||||
onProductClick: undefined,
|
||||
id: "deluxe", name: "Deluxe Room", price: "₹2,500-3,000", variant: "Premium Comfort - 2 Available", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg", imageAlt: "Deluxe room with premium amenities", onProductClick: undefined,
|
||||
isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "standard",
|
||||
name: "Standard Room",
|
||||
price: "₹1,800-2,200",
|
||||
variant: "Comfortable - 30+ Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3603.jpg?_wi=3",
|
||||
imageAlt: "Standard room with essential amenities",
|
||||
onProductClick: undefined,
|
||||
id: "standard", name: "Standard Room", price: "₹1,800-2,200", variant: "Comfortable - 30+ Available", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3603.jpg", imageAlt: "Standard room with essential amenities", onProductClick: undefined,
|
||||
isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "budget",
|
||||
name: "Budget Room",
|
||||
price: "₹1,200-1,500",
|
||||
variant: "Affordable - 20+ Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2683.jpg?_wi=2",
|
||||
imageAlt: "Budget room clean and comfortable",
|
||||
onProductClick: undefined,
|
||||
id: "budget", name: "Budget Room", price: "₹1,200-1,500", variant: "Affordable - 20+ Available", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2683.jpg", imageAlt: "Budget room clean and comfortable", onProductClick: undefined,
|
||||
isFavorited: false,
|
||||
},
|
||||
]}
|
||||
@@ -115,9 +93,7 @@ export default function RoomsPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Rooms",
|
||||
href: "/rooms",
|
||||
},
|
||||
text: "View All Rooms", href: "/rooms"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -137,53 +113,17 @@ export default function RoomsPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "wifi",
|
||||
title: "Free High-Speed WiFi",
|
||||
description: "Stay connected with complimentary high-speed internet throughout the hotel.",
|
||||
tag: "Connectivity",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hotel-review-concept_23-2148168544.jpg?_wi=2",
|
||||
imageAlt: "Free WiFi service",
|
||||
},
|
||||
id: "wifi", title: "Free High-Speed WiFi", description: "Stay connected with complimentary high-speed internet throughout the hotel.", tag: "Connectivity", imageSrc: "http://img.b2bpic.net/free-vector/hotel-review-concept_23-2148168544.jpg", imageAlt: "Free WiFi service"},
|
||||
{
|
||||
id: "ac",
|
||||
title: "Air Conditioning",
|
||||
description: "All rooms equipped with individual air conditioning for your comfort.",
|
||||
tag: "Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3603.jpg?_wi=4",
|
||||
imageAlt: "Air conditioning in room",
|
||||
},
|
||||
id: "ac", title: "Air Conditioning", description: "All rooms equipped with individual air conditioning for your comfort.", tag: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3603.jpg", imageAlt: "Air conditioning in room"},
|
||||
{
|
||||
id: "parking",
|
||||
title: "Secure Parking",
|
||||
description: "Safe, secure parking facility available for your vehicle.",
|
||||
tag: "Security",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup-outdoors_23-2149106400.jpg?_wi=2",
|
||||
imageAlt: "Secure parking facility",
|
||||
},
|
||||
id: "parking", title: "Secure Parking", description: "Safe, secure parking facility available for your vehicle.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup-outdoors_23-2149106400.jpg", imageAlt: "Secure parking facility"},
|
||||
{
|
||||
id: "laundry",
|
||||
title: "Laundry Service",
|
||||
description: "Professional laundry and dry cleaning services available daily.",
|
||||
tag: "Convenience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=4",
|
||||
imageAlt: "Hotel services",
|
||||
},
|
||||
id: "laundry", title: "Laundry Service", description: "Professional laundry and dry cleaning services available daily.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg", imageAlt: "Hotel services"},
|
||||
{
|
||||
id: "breakfast",
|
||||
title: "Breakfast Available",
|
||||
description: "Start your day with delicious breakfast options at affordable rates.",
|
||||
tag: "Dining",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-party-with-delicious-food-table_23-2150648829.jpg?_wi=3",
|
||||
imageAlt: "Hotel breakfast area",
|
||||
},
|
||||
id: "breakfast", title: "Breakfast Available", description: "Start your day with delicious breakfast options at affordable rates.", tag: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/dinner-party-with-delicious-food-table_23-2150648829.jpg", imageAlt: "Hotel breakfast area"},
|
||||
{
|
||||
id: "frontdesk",
|
||||
title: "24/7 Front Desk",
|
||||
description: "Our dedicated team is always available to assist you.",
|
||||
tag: "Support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=5",
|
||||
imageAlt: "Hotel front desk reception",
|
||||
},
|
||||
id: "frontdesk", title: "24/7 Front Desk", description: "Our dedicated team is always available to assist you.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg", imageAlt: "Hotel front desk reception"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -200,9 +140,9 @@ export default function RoomsPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Reserve Your Stay Today"
|
||||
description="Contact us directly via phone, WhatsApp, or email to book your room and get special offers for direct bookings!"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel-booking-reservation-form-concept_53876-122737.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel-booking-reservation-form-concept_53876-122737.jpg"
|
||||
imageAlt="Hotel booking confirmation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user