Update src/app/about/page.tsx

This commit is contained in:
2026-01-29 17:10:54 +00:00
parent 53d6e6263f
commit 7c554c7de4

View File

@@ -7,6 +7,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Building2, Users, Star, Award, Heart, Shield } from 'lucide-react'; import { Building2, Users, Star, Award, Heart, Shield } from 'lucide-react';
import Link from "next/link";
export default function AboutPage() { export default function AboutPage() {
return ( return (
@@ -58,19 +59,13 @@ export default function AboutPage() {
imageAlt="Hotel staff providing exceptional guest service" imageAlt="Hotel staff providing exceptional guest service"
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Exceptional Service Excellence", content: "We believe that true luxury lies in anticipating needs before they arise and exceeding expectations at every touchpoint of the guest journey."
title: "Exceptional Service Excellence",
content: "We believe that true luxury lies in anticipating needs before they arise and exceeding expectations at every touchpoint of the guest journey."
}, },
{ {
id: "2", id: "2", title: "Authentic Cultural Experiences", content: "We curate genuine local experiences that connect our guests with the culture, history, and natural beauty of our destination."
title: "Authentic Cultural Experiences",
content: "We curate genuine local experiences that connect our guests with the culture, history, and natural beauty of our destination."
}, },
{ {
id: "3", id: "3", title: "Sustainable Luxury Practices", content: "Our commitment to environmental stewardship ensures that luxury and sustainability coexist harmoniously for future generations."
title: "Sustainable Luxury Practices",
content: "Our commitment to environmental stewardship ensures that luxury and sustainability coexist harmoniously for future generations."
} }
]} ]}
buttons={[{ text: "Learn More", href: "/amenities" }]} buttons={[{ text: "Learn More", href: "/amenities" }]}