diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c235452..9746530 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,11 +25,11 @@ export default function ContactPage() { @@ -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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg" imageAlt="Hotel location map" mediaAnimation="slide-up" mediaPosition="right" @@ -58,37 +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?_wi=2", - }, + 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: "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: "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: "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: "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: "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", - }, + 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"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -99,8 +75,7 @@ export default function ContactPage() {