Update src/app/about/page.tsx
This commit is contained in:
@@ -43,19 +43,13 @@ export default function AboutPage() {
|
||||
description="Discover the heart of luxury hospitality and world-class service"
|
||||
tabs={[
|
||||
{
|
||||
id: "heritage",
|
||||
label: "Our Heritage",
|
||||
description: "Since 1995, Elegance Suites has been a beacon of luxury hospitality. Our commitment to excellence, attention to detail, and passion for service has made us a preferred destination for discerning travelers worldwide."
|
||||
id: "heritage", label: "Our Heritage", description: "Since 1995, Elegance Suites has been a beacon of luxury hospitality. Our commitment to excellence, attention to detail, and passion for service has made us a preferred destination for discerning travelers worldwide."
|
||||
},
|
||||
{
|
||||
id: "vision",
|
||||
label: "Our Vision",
|
||||
description: "We envision creating transformative experiences for every guest. Our mission is to deliver exceptional service, timeless elegance, and unforgettable memories at every interaction."
|
||||
id: "vision", label: "Our Vision", description: "We envision creating transformative experiences for every guest. Our mission is to deliver exceptional service, timeless elegance, and unforgettable memories at every interaction."
|
||||
},
|
||||
{
|
||||
id: "values",
|
||||
label: "Our Values",
|
||||
description: "Excellence, integrity, and guest satisfaction are at the core of everything we do. We celebrate diversity, embrace innovation, and maintain the highest standards of hospitality."
|
||||
id: "values", label: "Our Values", description: "Excellence, integrity, and guest satisfaction are at the core of everything we do. We celebrate diversity, embrace innovation, and maintain the highest standards of hospitality."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg"
|
||||
@@ -74,43 +68,23 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "28+",
|
||||
title: "Years of Excellence",
|
||||
items: [
|
||||
"Industry recognition",
|
||||
"Award-winning service",
|
||||
"Consistent 5-star ratings"
|
||||
id: "1", value: "28+", title: "Years of Excellence", items: [
|
||||
"Industry recognition", "Award-winning service", "Consistent 5-star ratings"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "50K+",
|
||||
title: "Satisfied Guests",
|
||||
items: [
|
||||
"Repeat booking rate 85%",
|
||||
"Global clientele",
|
||||
"Testimonials 4.9/5 stars"
|
||||
id: "2", value: "50K+", title: "Satisfied Guests", items: [
|
||||
"Repeat booking rate 85%", "Global clientele", "Testimonials 4.9/5 stars"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "150",
|
||||
title: "Luxury Rooms",
|
||||
items: [
|
||||
"Multiple categories available",
|
||||
"Premium furnishings",
|
||||
"Modern technology throughout"
|
||||
id: "3", value: "150", title: "Luxury Rooms", items: [
|
||||
"Multiple categories available", "Premium furnishings", "Modern technology throughout"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
title: "Concierge Support",
|
||||
items: [
|
||||
"Multilingual staff",
|
||||
"Guest assistance anytime",
|
||||
"Personalized recommendations"
|
||||
id: "4", value: "24/7", title: "Concierge Support", items: [
|
||||
"Multilingual staff", "Guest assistance anytime", "Personalized recommendations"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -136,8 +110,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Hotel Info",
|
||||
items: [
|
||||
title: "Hotel Info", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Rooms & Suites", href: "product" },
|
||||
{ label: "Amenities", href: "feature" },
|
||||
@@ -145,8 +118,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Guest Services",
|
||||
items: [
|
||||
title: "Guest Services", items: [
|
||||
{ label: "Reservations", href: "contact" },
|
||||
{ label: "Room Service", href: "#" },
|
||||
{ label: "Concierge", href: "#" },
|
||||
@@ -154,8 +126,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect With Us",
|
||||
items: [
|
||||
title: "Connect With Us", items: [
|
||||
{ label: "Email: reservations@elegancesuites.com", href: "mailto:reservations@elegancesuites.com" },
|
||||
{ label: "Phone: +1 (800) ELEGANCE", href: "#" },
|
||||
{ label: "Address: 123 Luxury Ave, Premium City", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user