Update src/app/contact/page.tsx
This commit is contained in:
@@ -62,39 +62,24 @@ export default function ContactPage() {
|
|||||||
animationType="opacity"
|
animationType="opacity"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "reservations",
|
id: "reservations", label: "Reservations", title: "Book Your Stay", items: [
|
||||||
label: "Reservations",
|
"Phone: +1 (800) ELEGANCE", "Email: reservations@elegancesuites.com", "Online booking available 24/7"
|
||||||
title: "Book Your Stay",
|
|
||||||
items: [
|
|
||||||
"Phone: +1 (800) ELEGANCE",
|
|
||||||
"Email: reservations@elegancesuites.com",
|
|
||||||
"Online booking available 24/7"
|
|
||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Book Online", href: "#" }
|
{ text: "Book Online", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "concierge",
|
id: "concierge", label: "Concierge", title: "Personal Assistant Services", items: [
|
||||||
label: "Concierge",
|
"Local attraction recommendations", "Restaurant reservations", "Transportation arrangements"
|
||||||
title: "Personal Assistant Services",
|
|
||||||
items: [
|
|
||||||
"Local attraction recommendations",
|
|
||||||
"Restaurant reservations",
|
|
||||||
"Transportation arrangements"
|
|
||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Request Service", href: "#" }
|
{ text: "Request Service", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "events",
|
id: "events", label: "Events & Meetings", title: "Special Occasions", items: [
|
||||||
label: "Events & Meetings",
|
"Wedding planning services", "Corporate event coordination", "Private dining experiences"
|
||||||
title: "Special Occasions",
|
|
||||||
items: [
|
|
||||||
"Wedding planning services",
|
|
||||||
"Corporate event coordination",
|
|
||||||
"Private dining experiences"
|
|
||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Plan Event", href: "#" }
|
{ text: "Plan Event", href: "#" }
|
||||||
@@ -112,22 +97,10 @@ export default function ContactPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Exceptional Service Experience", quote: "From the moment I contacted them for booking, the service was impeccable. The reservation team was helpful, and the concierge made our stay truly special with personalized recommendations.", name: "Michael Johnson", role: "Business Traveler", imageSrc: "https://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Michael Johnson"
|
||||||
title: "Exceptional Service Experience",
|
|
||||||
quote: "From the moment I contacted them for booking, the service was impeccable. The reservation team was helpful, and the concierge made our stay truly special with personalized recommendations.",
|
|
||||||
name: "Michael Johnson",
|
|
||||||
role: "Business Traveler",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
|
||||||
imageAlt: "Michael Johnson"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Seamless Communication", quote: "The staff's responsiveness and attention to our special requests made our anniversary celebration perfect. They truly understand luxury hospitality and go above and beyond.", name: "Lisa Chen", role: "Anniversary Guest", imageSrc: "https://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Lisa Chen"
|
||||||
title: "Seamless Communication",
|
|
||||||
quote: "The staff's responsiveness and attention to our special requests made our anniversary celebration perfect. They truly understand luxury hospitality and go above and beyond.",
|
|
||||||
name: "Lisa Chen",
|
|
||||||
role: "Anniversary Guest",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
|
|
||||||
imageAlt: "Lisa Chen"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -136,8 +109,7 @@ export default function ContactPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Hotel Info",
|
title: "Hotel Info", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Rooms & Suites", href: "product" },
|
{ label: "Rooms & Suites", href: "product" },
|
||||||
{ label: "Amenities", href: "feature" },
|
{ label: "Amenities", href: "feature" },
|
||||||
@@ -145,8 +117,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Guest Services",
|
title: "Guest Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Reservations", href: "contact" },
|
{ label: "Reservations", href: "contact" },
|
||||||
{ label: "Room Service", href: "#" },
|
{ label: "Room Service", href: "#" },
|
||||||
{ label: "Concierge", href: "#" },
|
{ label: "Concierge", href: "#" },
|
||||||
@@ -154,8 +125,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect With Us",
|
title: "Connect With Us", items: [
|
||||||
items: [
|
|
||||||
{ label: "Email: reservations@elegancesuites.com", href: "mailto:reservations@elegancesuites.com" },
|
{ label: "Email: reservations@elegancesuites.com", href: "mailto:reservations@elegancesuites.com" },
|
||||||
{ label: "Phone: +1 (800) ELEGANCE", href: "#" },
|
{ label: "Phone: +1 (800) ELEGANCE", href: "#" },
|
||||||
{ label: "Address: 123 Luxury Ave, Premium City", href: "#" },
|
{ label: "Address: 123 Luxury Ave, Premium City", href: "#" },
|
||||||
|
|||||||
Reference in New Issue
Block a user