Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 07:23:56 +00:00

View File

@@ -122,20 +122,21 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Deluxe", name: "Mountain View Room", price: "₹3,500/night", rating: 5,
reviewCount: "1,248", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497270.jpg", imageAlt: "Deluxe Mountain View Room with valley views"},
reviewCount: "1,248", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497270.jpg", imageAlt: "Deluxe Mountain View Room with valley views"
},
{
id: "2", brand: "Family", name: "Family Suite Room", price: "₹5,200/night", rating: 5,
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", imageAlt: "Family Suite Room with multiple beds"},
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", imageAlt: "Family Suite Room with multiple beds"
},
{
id: "3", brand: "Standard", name: "Standard Double Room", price: "₹2,500/night", rating: 5,
reviewCount: "1,108", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", imageAlt: "Standard Double Room with modern amenities"},
reviewCount: "1,108", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", imageAlt: "Standard Double Room with modern amenities"
},
]}
buttons={[{ text: "Book Your Room", href: "booking" }]}
buttonAnimation="slide-up"
className="py-16 md:py-24"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-gray-700 text-lg mt-3"
textBoxClassName="mb-12"
textBoxTagClassName="inline-flex items-center gap-2 px-3 py-1 bg-amber-50 rounded-full text-sm font-medium mb-4"
textBoxButtonContainerClassName="flex gap-4 mt-8 flex-wrap"
@@ -159,36 +160,44 @@ export default function LandingPage() {
title: "Connectivity & Comfort", description: "High-speed free Wi-Fi and comfortable climate-controlled rooms ensure you stay connected and comfortable throughout your stay.", icon: Wifi,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-services-woman-lounge-area-waiting-room-check-seaside-hotel-tourist-sitting-couch-talking-hotel-concierge-summer-clothes-handheld-shot_482257-67916.jpg", imageAlt: "Modern lounge area with WiFi"},
imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-services-woman-lounge-area-waiting-room-check-seaside-hotel-tourist-sitting-couch-talking-hotel-concierge-summer-clothes-handheld-shot_482257-67916.jpg", imageAlt: "Modern lounge area with WiFi"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Spacious room with air conditioning"},
imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Spacious room with air conditioning"
},
],
},
{
title: "Parking & Convenience", description: "Ample free parking space available for all guests, making your arrival and departure seamless.", icon: ParkingCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/car-park_1203-3451.jpg", imageAlt: "Spacious parking area"},
imageSrc: "http://img.b2bpic.net/free-photo/car-park_1203-3451.jpg", imageAlt: "Spacious parking area"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/zen-garden_1368-6288.jpg", imageAlt: "Well-maintained parking entrance"},
imageSrc: "http://img.b2bpic.net/free-photo/zen-garden_1368-6288.jpg", imageAlt: "Well-maintained parking entrance"
},
],
},
{
title: "Recreation & Relaxation", description: "Enjoy our sparkling swimming pool and surrounding gardens for ultimate relaxation after your mountain adventures.", icon: Waves,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Resort swimming pool with mountain backdrop"},
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Resort swimming pool with mountain backdrop"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16320.jpg", imageAlt: "Pool deck with comfortable seating"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16320.jpg", imageAlt: "Pool deck with comfortable seating"
},
],
},
{
title: "Dining & Service", description: "Savor authentic cuisine at our on-site restaurant with complimentary breakfast service and laundry facilities.", icon: UtensilsCrossed,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Restaurant dining area"},
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Restaurant dining area"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-4478.jpg", imageAlt: "Complimentary breakfast spread"},
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-4478.jpg", imageAlt: "Complimentary breakfast spread"
},
],
},
]}
@@ -196,8 +205,6 @@ export default function LandingPage() {
buttonAnimation="slide-up"
className="py-16 md:py-24"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-gray-700 text-lg mt-3"
textBoxClassName="mb-12"
textBoxTagClassName="inline-flex items-center gap-2 px-3 py-1 bg-amber-50 rounded-full text-sm font-medium mb-4"
cardClassName="rounded-lg overflow-hidden"
@@ -218,18 +225,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "Perfect Base for Kedarnath Pilgrimage", quote: "Excellent location and very comfortable rooms. The staff was incredibly helpful in organizing our trip to Kedarnath. We felt right at home during our stay. Highly recommended for pilgrims and tourists!", name: "Rajesh Kumar", role: "Pilgrimage Traveler", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
id: "1", title: "Perfect Base for Kedarnath Pilgrimage", quote: "Excellent location and very comfortable rooms. The staff was incredibly helpful in organizing our trip to Kedarnath. We felt right at home during our stay. Highly recommended for pilgrims and tourists!", name: "Rajesh Kumar", role: "Pilgrimage Traveler", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg", imageAlt: "Rajesh Kumar"
},
{
id: "2", title: "Wonderful Mountain Experience", quote: "The resort offers stunning views and authentic hospitality. The pool and restaurant are excellent. A perfect escape from city life with all modern comforts. We're planning to return next year!", name: "Priya Sharma", role: "Travel Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2076.jpg", imageAlt: "Priya Sharma"},
id: "2", title: "Wonderful Mountain Experience", quote: "The resort offers stunning views and authentic hospitality. The pool and restaurant are excellent. A perfect escape from city life with all modern comforts. We're planning to return next year!", name: "Priya Sharma", role: "Travel Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2076.jpg", imageAlt: "Priya Sharma"
},
{
id: "3", title: "Great Value for Money", quote: "Outstanding value for the quality offered. The rooms are spacious, clean, and well-maintained. Breakfast was delicious, and the staff's warmth made all the difference. This is our favorite resort in Uttarakhand!", name: "Amit Patel", role: "Family Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg?_wi=2", imageAlt: "Amit Patel"},
id: "3", title: "Great Value for Money", quote: "Outstanding value for the quality offered. The rooms are spacious, clean, and well-maintained. Breakfast was delicious, and the staff's warmth made all the difference. This is our favorite resort in Uttarakhand!", name: "Amit Patel", role: "Family Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg", imageAlt: "Amit Patel"
},
{
id: "4", title: "Exceptional Service and Comfort", quote: "From check-in to check-out, everything was seamless. The team went above and beyond to make our stay memorable. The mountain views from the room are breathtaking. Definitely coming back!", name: "Sarah Johnson", role: "International Guest", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Sarah Johnson"},
id: "4", title: "Exceptional Service and Comfort", quote: "From check-in to check-out, everything was seamless. The team went above and beyond to make our stay memorable. The mountain views from the room are breathtaking. Definitely coming back!", name: "Sarah Johnson", role: "International Guest", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Sarah Johnson"
},
]}
className="py-16 md:py-24"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-gray-700 text-lg mt-3"
textBoxClassName="mb-12"
textBoxTagClassName="inline-flex items-center gap-2 px-3 py-1 bg-amber-50 rounded-full text-sm font-medium mb-4"
/>
@@ -249,17 +258,20 @@ export default function LandingPage() {
{
id: "1", badge: "Quick Book", badgeIcon: Zap,
price: "Check-In", subtitle: "Select your check-in date", features: [
"Choose date on calendar", "View real-time availability", "Instant confirmation"],
"Choose date on calendar", "View real-time availability", "Instant confirmation"
],
},
{
id: "2", badge: "Popular", badgeIcon: Sparkles,
price: "Check-Out", subtitle: "Select your check-out date", features: [
"Flexible dates available", "No hidden charges", "Cancel anytime"],
"Flexible dates available", "No hidden charges", "Cancel anytime"
],
},
{
id: "3", badge: "Family Deals", badgeIcon: Users,
price: "Room Type", subtitle: "Pick your preferred room", features: [
"Family suites available", "Mountain view options", "Group discounts available"],
"Family suites available", "Mountain view options", "Group discounts available"
],
},
]}
buttons={[
@@ -269,8 +281,6 @@ export default function LandingPage() {
buttonAnimation="slide-up"
className="py-16 md:py-24 bg-amber-50"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-gray-700 text-lg mt-3"
textBoxClassName="mb-12"
textBoxTagClassName="inline-flex items-center gap-2 px-3 py-1 bg-white rounded-full text-sm font-medium mb-4"
textBoxButtonContainerClassName="flex gap-4 mt-8 flex-wrap"
@@ -292,25 +302,27 @@ export default function LandingPage() {
metrics={[
{
id: "1", value: "6 km", title: "Gaurikund Temple", items: [
"Sacred pilgrimage site", "Beautiful temple architecture", "Regular prayer ceremonies"],
"Sacred pilgrimage site", "Beautiful temple architecture", "Regular prayer ceremonies"
],
},
{
id: "2", value: "32 km", title: "Kedarnath Temple", items: [
"One of the 12 Jyotirlingas", "Ancient Hindu pilgrimage destination", "Gateway to spiritual journey"],
"One of the 12 Jyotirlingas", "Ancient Hindu pilgrimage destination", "Gateway to spiritual journey"
],
},
{
id: "3", value: "Multiple", title: "Himalayan Trekking Routes", items: [
"Scenic mountain trails", "Professional guides available", "Suitable for all levels"],
"Scenic mountain trails", "Professional guides available", "Suitable for all levels"
],
},
{
id: "4", value: "Panoramic", title: "Mountain Viewpoints", items: [
"Stunning peak vistas", "Photography opportunities", "Sunrise and sunset views"],
"Stunning peak vistas", "Photography opportunities", "Sunrise and sunset views"
],
},
]}
className="py-16 md:py-24"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-gray-700 text-lg mt-3"
textBoxClassName="mb-12"
textBoxTagClassName="inline-flex items-center gap-2 px-3 py-1 bg-amber-50 rounded-full text-sm font-medium mb-4"
/>