Update src/app/contact/page.tsx
This commit is contained in:
@@ -25,11 +25,11 @@ export default function ContactPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Hotel Siddarth Palace"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Rooms", id: "rooms" },
|
||||
{ name: "Amenities", id: "amenities" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Rooms", id: "/rooms" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
@@ -108,8 +83,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 60000 80182", href: "tel:+916000080182" },
|
||||
{ label: "Address: W/N 1, Mangaldoi, Santipara", href: "#" },
|
||||
{ label: "Assam 784125, India", href: "#" },
|
||||
@@ -117,8 +91,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Policies",
|
||||
items: [
|
||||
title: "Policies", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cancellation Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user