Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-05 17:28:22 +00:00

View File

@@ -68,7 +68,7 @@ export default function HomePage() {
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room"
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe Room"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-4478.jpg", imageAlt: "Hotel Dining Area"
@@ -124,11 +124,11 @@ export default function HomePage() {
},
{
id: 3,
title: "Convenient Location", description: "Centrally located in Shirpur with easy access to bus stands, markets, and main attractions.", imageSrc: "http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg"
title: "Convenient Location", description: "Centrally located in Shirpur with easy access to bus stands, markets, and main attractions.", imageSrc: "http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg?_wi=1"
},
{
id: 4,
title: "Fast WiFi", description: "High-speed internet throughout the hotel. Work or leisure, stay connected with our reliable WiFi.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg"
title: "Fast WiFi", description: "High-speed internet throughout the hotel. Work or leisure, stay connected with our reliable WiFi.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg?_wi=1"
},
]}
animationType="blur-reveal"
@@ -153,7 +153,7 @@ export default function HomePage() {
id: "standard", name: "Standard Room", price: "₹1,500 - ₹2,000/night", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg", imageAlt: "Standard Room"
},
{
id: "deluxe", name: "Deluxe Room", price: "₹2,500 - ₹3,500/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room"
id: "deluxe", name: "Deluxe Room", price: "₹2,500 - ₹3,500/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe Room"
},
{
id: "family", name: "Family Room", price: "₹3,500 - ₹5,000/night", imageSrc: "http://img.b2bpic.net/free-photo/side-view-roommates-laying-bed_23-2149485690.jpg", imageAlt: "Family Room"
@@ -172,7 +172,7 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Free High-Speed WiFi", description: "Stay connected with reliable internet throughout the hotel. Work-friendly speeds and 24/7 availability.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg"
title: "Free High-Speed WiFi", description: "Stay connected with reliable internet throughout the hotel. Work-friendly speeds and 24/7 availability.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg?_wi=2"
},
{
id: 2,
@@ -206,22 +206,22 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1"
},
{
id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
},
{
id: "4", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
id: "4", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2"
},
{
id: "5", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
id: "5", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
},
{
id: "6", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
id: "6", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3"
},
]}
cardTitle="Over 595 Happy Guests Rate Us 3.6★ on Google"
@@ -240,7 +240,7 @@ export default function HomePage() {
description="Hotel Malhar Regency"
subdescription="Mandal, Shirpur, Maharashtra 425405, India | Phone: +91 98222 72219"
icon={Navigation}
imageSrc="http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg"
imageSrc="http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg?_wi=2"
imageAlt="Hotel Location Map"
mediaAnimation="slide-up"
useInvertedBackground={true}