Update src/app/facilities/page.tsx
This commit is contained in:
@@ -36,14 +36,15 @@ export default function FacilitiesPage() {
|
||||
navItems={navItems}
|
||||
brandName="Cherry Drops"
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+8801610021342"}}
|
||||
text: "Call Now", href: "tel:+8801610021342"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="facilities-showcase" data-section="facilities-showcase">
|
||||
<FeatureCardTwentyFour
|
||||
title="Complete Facility Tour"
|
||||
description="Explore our comprehensive range of equipment and amenities designed to support your fitness journey. From state-of-the-art machinery to recovery zones, we've got everything you need."
|
||||
description="Explore our comprehensive range of equipment and amenities designed to support your fitness journey. From state-of-the-art machinery to recovery zones, we have got everything you need."
|
||||
tag="Facilities"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -53,22 +54,28 @@ 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?_wi=3", 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?_wi=4", 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?_wi=3", 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?_wi=3", 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?_wi=3", 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?_wi=6", 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>
|
||||
@@ -88,6 +95,7 @@ export default function FacilitiesPage() {
|
||||
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"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user