diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b61e69..d44feb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,15 +167,15 @@ export default function HomePage() { description="Read authentic reviews from travelers who experienced the Alexandra Hotel difference." testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "@sarah_travels", testimonial: "The wellness center exceeded all my expectations. The spa treatments are world-class and the staff's attention to detail is impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg", imageAlt: "woman spa wellness relaxation portrait"}, + id: "1", name: "Sarah Mitchell", handle: "@sarah_travels", testimonial: "The wellness center exceeded all my expectations. The spa treatments are world-class and the staff's attention to detail is impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=1", imageAlt: "woman spa wellness relaxation portrait"}, { id: "2", name: "James Thompson", handle: "@james_fitness", testimonial: "As a fitness enthusiast, I was impressed by the sports facilities and equipment. The trainers are knowledgeable and supportive.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15894.jpg", imageAlt: "man fitness athletic portrait"}, { - id: "3", name: "Elena Rodriguez", handle: "@elena_luxury", testimonial: "Every detail of my stay was perfect. The rooms are luxurious, the dining is exceptional, and the service is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", imageAlt: "woman luxury hotel happy portrait"}, + id: "3", name: "Elena Rodriguez", handle: "@elena_luxury", testimonial: "Every detail of my stay was perfect. The rooms are luxurious, the dining is exceptional, and the service is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg?_wi=1", imageAlt: "woman luxury hotel happy portrait"}, { id: "4", name: "David Chen", handle: "@david_explorer", testimonial: "The concierge team helped us plan amazing activities. Alexandra Hotel is more than accommodation—it's an experience.", imageSrc: "http://img.b2bpic.net/free-photo/adult-hiking-activity_23-2151886373.jpg", imageAlt: "man adventure travel portrait"}, { - id: "5", name: "Marie Dubois", handle: "@marie_wellness", testimonial: "I returned for my third stay because of the exceptional wellness programs. This is my home away from home.", imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg", imageAlt: "woman wellness spa portrait"}, + id: "5", name: "Marie Dubois", handle: "@marie_wellness", testimonial: "I returned for my third stay because of the exceptional wellness programs. This is my home away from home.", imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg?_wi=1", imageAlt: "woman wellness spa portrait"}, { id: "6", name: "Marcus Johnson", handle: "@marcus_adventure", testimonial: "The sports center is incredible—tennis, swimming, hiking trails. There's something for everyone at Alexandra Hotel.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162116.jpg", imageAlt: "man sports athletic portrait"}, ]} diff --git a/src/app/wellness/page.tsx b/src/app/wellness/page.tsx index 7afa5db..f0b853c 100644 --- a/src/app/wellness/page.tsx +++ b/src/app/wellness/page.tsx @@ -41,17 +41,17 @@ export default function WellnessPage() { const wellnessTestimonials = [ { - id: "1", name: "Sarah Mitchell", handle: "@sarah_wellness", testimonial: "The wellness center exceeded all my expectations. The spa treatments are world-class and the staff's attention to detail is impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg", imageAlt: "Sarah Mitchell"}, + id: "1", name: "Sarah Mitchell", handle: "@sarah_wellness", testimonial: "The wellness center exceeded all my expectations. The spa treatments are world-class and the staff's attention to detail is impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=2", imageAlt: "Sarah Mitchell"}, { - id: "2", name: "Emma Richardson", handle: "@emma_yoga", testimonial: "The yoga classes have transformed my practice. The instructors are knowledgeable and the studio ambiance is perfectly serene.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", imageAlt: "Emma Richardson"}, + id: "2", name: "Emma Richardson", handle: "@emma_yoga", testimonial: "The yoga classes have transformed my practice. The instructors are knowledgeable and the studio ambiance is perfectly serene.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg?_wi=2", imageAlt: "Emma Richardson"}, { - id: "3", name: "Rachel Green", handle: "@rachel_retreat", testimonial: "I came for a weekend and felt completely renewed. The meditation sessions and thermal pools are absolutely magical.", imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg", imageAlt: "Rachel Green"}, + id: "3", name: "Rachel Green", handle: "@rachel_retreat", testimonial: "I came for a weekend and felt completely renewed. The meditation sessions and thermal pools are absolutely magical.", imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg?_wi=2", imageAlt: "Rachel Green"}, { - id: "4", name: "Sophie Laurent", handle: "@sophie_spa", testimonial: "Alexandra Hotel's wellness center is my sanctuary. The sound healing sessions have brought so much peace to my life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg", imageAlt: "Sophie Laurent"}, + id: "4", name: "Sophie Laurent", handle: "@sophie_spa", testimonial: "Alexandra Hotel's wellness center is my sanctuary. The sound healing sessions have brought so much peace to my life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=3", imageAlt: "Sophie Laurent"}, { - id: "5", name: "Lisa Anderson", handle: "@lisa_balance", testimonial: "The holistic health consultations helped me completely change my wellness routine. I've never felt better!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", imageAlt: "Lisa Anderson"}, + id: "5", name: "Lisa Anderson", handle: "@lisa_balance", testimonial: "The holistic health consultations helped me completely change my wellness routine. I've never felt better!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg?_wi=3", imageAlt: "Lisa Anderson"}, { - id: "6", name: "Jennifer White", handle: "@jen_relax", testimonial: "Every visit to the thermal pools feels like a healing journey. The mineral water combined with the peaceful atmosphere is transformative.", imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg", imageAlt: "Jennifer White"}, + id: "6", name: "Jennifer White", handle: "@jen_relax", testimonial: "Every visit to the thermal pools feels like a healing journey. The mineral water combined with the peaceful atmosphere is transformative.", imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg?_wi=3", imageAlt: "Jennifer White"}, ]; const footerColumns = [