diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 36e40f0..4d7ea60 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { @@ -136,8 +109,7 @@ export default function ContactPage() { @@ -292,8 +202,7 @@ export default function HomePage() {