Update src/app/facilities/page.tsx

This commit is contained in:
2026-03-03 14:51:11 +00:00
parent 493ebe0c7a
commit a92e8787a4

View File

@@ -53,22 +53,22 @@ export default function FacilitiesPage() {
features={[
{
id: "1", title: "Modern Equipment Collection", author: "Premium Quality", description: "Latest strength training machines, free weights, cardio equipment, and functional training zones. All equipment regularly maintained and updated for optimal performance.", tags: ["Strength", "Cardio", "Functional"],
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fitness-strap-dumbbells-skipping-rope-weights-headphone-shoes-wooden-textured-background_23-2147924687.jpg", imageAlt: "Modern gym equipment"},
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fitness-strap-dumbbells-skipping-rope-weights-headphone-shoes-wooden-textured-background_23-2147924687.jpg?_wi=3", imageAlt: "Modern gym equipment"},
{
id: "2", title: "Professional Trainers & Guidance", author: "Certified Experts", description: "Our trainers specialize in weight loss, muscle building, and beginner guidance. Personal training sessions available for personalized fitness plans tailored to your goals.", tags: ["Personal Training", "Expert Guidance", "Specialization"],
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg", imageAlt: "Professional fitness trainer"},
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=4", imageAlt: "Professional fitness trainer"},
{
id: "3", title: "Air-Conditioned Comfort", author: "Year-Round", description: "Fully air-conditioned gym floor and locker rooms. Beat Dhaka's heat and train comfortably throughout the year in our climate-controlled environment.", tags: ["Comfort", "Climate Control", "Modern"],
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg", imageAlt: "Air conditioned gym space"},
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg?_wi=3", imageAlt: "Air conditioned gym space"},
{
id: "4", title: "Clean & Hygienic Environment", author: "Daily Sanitized", description: "Spotless locker rooms, sanitized equipment, and professional cleaning staff. Your health and safety are our top priority with daily deep cleaning.", tags: ["Hygiene", "Clean", "Safe"],
imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-towel-locker-room_107420-65028.jpg", imageAlt: "Clean locker room facilities"},
imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-towel-locker-room_107420-65028.jpg?_wi=3", imageAlt: "Clean locker room facilities"},
{
id: "5", title: "Steam Room & Recovery", author: "Wellness Focus", description: "Dedicated steam room for post-workout recovery and massage facilities to help you relax and rejuvenate after your training sessions.", tags: ["Recovery", "Massage", "Wellness"],
imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg", imageAlt: "Steam and massage facilities"},
imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg?_wi=3", imageAlt: "Steam and massage facilities"},
{
id: "6", title: "Extended Hours - Open Until 11 PM", author: "Flexible Access", description: "Start your day early or wind down in the evening. Open daily with extended hours to fit your busy schedule and lifestyle.", tags: ["Flexible", "Convenient", "Accessible"],
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg", imageAlt: "Gym open in evening hours"},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=6", imageAlt: "Gym open in evening hours"},
]}
/>
</div>
@@ -85,7 +85,7 @@ export default function FacilitiesPage() {
{ value: "Daily", title: "Professional Cleaning Schedule" },
]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg"
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=7"
imageAlt="Premium facilities at Cherry Drops"
mediaAnimation="slide-up"
/>
@@ -100,7 +100,7 @@ export default function FacilitiesPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg?_wi=3"
imageAlt="Visit our facilities"
mediaAnimation="slide-up"
mediaPosition="right"