Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-03 10:30:33 +00:00
5 changed files with 28 additions and 28 deletions

View File

@@ -57,7 +57,7 @@ export default function AboutPage() {
tagIcon={Gift}
features={[
{
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" },
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2" },
items: [
{ icon: Wind, text: "Air Conditioning" },
{ icon: Wifi, text: "Free Wi-Fi" },
@@ -66,7 +66,7 @@ export default function AboutPage() {
reverse: false,
},
{
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" },
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=2" },
items: [
{ icon: Phone, text: "24-Hour Front Desk" },
{ icon: MapPin, text: "Local Shuttle Service" },
@@ -75,7 +75,7 @@ export default function AboutPage() {
reverse: true,
},
{
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" },
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=2" },
items: [
{ icon: UtensilsCrossed, text: "Free Breakfast Daily" },
{ icon: Utensils, text: "On-Site Restaurant" },

View File

@@ -41,7 +41,7 @@ export default function ContactPage() {
description="Located in the heart of Santipara, Hotel Siddarth Palace is easily accessible and centrally positioned for exploring Mangaldoi. Call +91 60000 80182 for directions and reservations."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg"
imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg?_wi=2"
imageAlt="Hotel location map"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -58,13 +58,13 @@ export default function ContactPage() {
tag="Guest Reviews"
testimonials={[
{
id: "1", title: "Excellent Value for Money", quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!", name: "Rajesh Kumar", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
id: "1", title: "Excellent Value for Money", quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!", name: "Rajesh Kumar", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2"},
{
id: "2", title: "Perfect Family Getaway", quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.", name: "Priya Sharma", role: "Family Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg"},
id: "2", title: "Perfect Family Getaway", quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.", name: "Priya Sharma", role: "Family Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg?_wi=2"},
{
id: "3", title: "Comfortable and Affordable", quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.", name: "Amit Patel", role: "Frequent Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
id: "3", title: "Comfortable and Affordable", quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.", name: "Amit Patel", role: "Frequent Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
{
id: "4", title: "Wonderful Service Experience", quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!", name: "Deepika Nair", role: "Solo Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
id: "4", title: "Wonderful Service Experience", quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!", name: "Deepika Nair", role: "Solo Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"},
]}
textboxLayout="default"
useInvertedBackground={true}

View File

@@ -78,7 +78,7 @@ export default function HomePage() {
tagIcon={Gift}
features={[
{
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" },
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1" },
items: [
{ icon: Wind, text: "Air Conditioning" },
{ icon: Wifi, text: "Free Wi-Fi" },
@@ -87,7 +87,7 @@ export default function HomePage() {
reverse: false,
},
{
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" },
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=1" },
items: [
{ icon: Phone, text: "24-Hour Front Desk" },
{ icon: MapPin, text: "Local Shuttle Service" },
@@ -96,7 +96,7 @@ export default function HomePage() {
reverse: true,
},
{
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" },
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=1" },
items: [
{ icon: UtensilsCrossed, text: "Free Breakfast Daily" },
{ icon: Utensils, text: "On-Site Restaurant" },
@@ -118,9 +118,9 @@ export default function HomePage() {
tag="Special Offer"
tagIcon={Sparkles}
products={[
{ id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Standard AC Room" },
{ id: "2", name: "Deluxe Room", price: "₹1,799", 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: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", imageAlt: "Family Room" },
{ id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg?_wi=1", imageAlt: "Standard AC Room" },
{ id: "2", name: "Deluxe Room", price: "₹1,799", 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" },
{ id: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=1", imageAlt: "Family Room" },
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -136,13 +136,13 @@ export default function HomePage() {
tag="Guest Reviews"
testimonials={[
{
id: "1", title: "Excellent Value for Money", quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!", name: "Rajesh Kumar", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
id: "1", title: "Excellent Value for Money", quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!", name: "Rajesh Kumar", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1"},
{
id: "2", title: "Perfect Family Getaway", quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.", name: "Priya Sharma", role: "Family Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg"},
id: "2", title: "Perfect Family Getaway", quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.", name: "Priya Sharma", role: "Family Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg?_wi=1"},
{
id: "3", title: "Comfortable and Affordable", quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.", name: "Amit Patel", role: "Frequent Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
id: "3", title: "Comfortable and Affordable", quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.", name: "Amit Patel", role: "Frequent Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
{
id: "4", title: "Wonderful Service Experience", quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!", name: "Deepika Nair", role: "Solo Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
id: "4", title: "Wonderful Service Experience", quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!", name: "Deepika Nair", role: "Solo Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -156,7 +156,7 @@ export default function HomePage() {
description="Located in the heart of Santipara, Hotel Siddarth Palace is easily accessible and centrally positioned for exploring Mangaldoi. Call +91 60000 80182 for directions and reservations."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg"
imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg?_wi=1"
imageAlt="Hotel location map"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -42,9 +42,9 @@ export default function RoomsPage() {
tag="Special Offer"
tagIcon={Sparkles}
products={[
{ id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Standard AC Room" },
{ id: "2", name: "Deluxe Room", price: "₹1,799", 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: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", imageAlt: "Family Room" },
{ id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg?_wi=2", imageAlt: "Standard AC Room" },
{ id: "2", name: "Deluxe Room", price: "₹1,799", 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: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=2", imageAlt: "Family Room" },
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -61,7 +61,7 @@ export default function RoomsPage() {
tagIcon={Gift}
features={[
{
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" },
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=3" },
items: [
{ icon: Wind, text: "Air Conditioning" },
{ icon: Wifi, text: "Free Wi-Fi" },
@@ -70,7 +70,7 @@ export default function RoomsPage() {
reverse: false,
},
{
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" },
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=3" },
items: [
{ icon: Phone, text: "24-Hour Front Desk" },
{ icon: MapPin, text: "Local Shuttle Service" },
@@ -79,7 +79,7 @@ export default function RoomsPage() {
reverse: true,
},
{
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" },
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=3" },
items: [
{ icon: UtensilsCrossed, text: "Free Breakfast Daily" },
{ icon: Utensils, text: "On-Site Restaurant" },

View File

@@ -43,7 +43,7 @@ export default function ServicesPage() {
tagIcon={Gift}
features={[
{
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" },
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=4" },
items: [
{ icon: Wind, text: "Air Conditioning" },
{ icon: Wifi, text: "Free Wi-Fi" },
@@ -52,7 +52,7 @@ export default function ServicesPage() {
reverse: false,
},
{
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" },
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=4" },
items: [
{ icon: Phone, text: "24-Hour Front Desk" },
{ icon: MapPin, text: "Local Shuttle Service" },
@@ -61,7 +61,7 @@ export default function ServicesPage() {
reverse: true,
},
{
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" },
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=4" },
items: [
{ icon: UtensilsCrossed, text: "Free Breakfast Daily" },
{ icon: Utensils, text: "On-Site Restaurant" },