From 38e4a17d1971d736b909e82b7a7aaa5410216254 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:11:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50e027c..aad7f2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,11 +115,11 @@ export default function LandingPage() { description="Explore the diverse offerings at Pulse Gym, designed to cater to all fitness levels and goals. We combine innovative training methods with cutting-edge facilities." accordionItems={[ { - id: "strength", title: "Strength Training Zones", content: "Dedicated areas equipped with free weights, machines, and power racks for optimal strength development."}, + id: "strength", title: "Build Strength & Muscle in Our Zones", content: "Dedicated areas equipped with free weights, machines, and power racks for optimal strength development."}, { - id: "cardio", title: "High-Intensity Cardio Studio", content: "Experience top-tier treadmills, ellipticals, and cycling bikes to boost your endurance and burn calories efficiently."}, + id: "cardio", title: "Boost Endurance & Burn Calories in Our Cardio Studio", content: "Experience top-tier treadmills, ellipticals, and cycling bikes to boost your endurance and burn calories efficiently."}, { - id: "classes", title: "Dynamic Group Classes", content: "From high-energy HIIT to calming yoga, our diverse group classes make fitness fun and engaging for everyone."}, + id: "classes", title: "Engage & Energize with Our Dynamic Group Classes", content: "From high-energy HIIT to calming yoga, our diverse group classes make fitness fun and engaging for everyone."}, ]} imageSrc="http://img.b2bpic.net/free-photo/smiley-people-having-fun-zumba-class_23-2149074874.jpg" imageAlt="Group fitness class in action" -- 2.49.1