From 7b6268f1a4cd8a20fc41868aa75e8334d40b0232 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:09:34 +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 6c863ee..0c3c07d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,13 +97,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Gym Membership", description: "24/7 access to state-of-the-art equipment.", bentoComponent: "reveal-icon", icon: Activity, + title: "Gym Membership", description: "Work out on your schedule with 24/7 access to state-of-the-art equipment.", bentoComponent: "reveal-icon", icon: Activity, }, { - title: "Personal Training", description: "1-on-1 sessions with expert coaches.", bentoComponent: "reveal-icon", icon: User, + title: "Personal Training", description: "Achieve your goals faster with 1-on-1 sessions guided by expert coaches.", bentoComponent: "reveal-icon", icon: User, }, { - title: "Diet Coaching", description: "Custom meal plans for your needs.", bentoComponent: "reveal-icon", icon: Apple, + title: "Diet Coaching", description: "Fuel your body properly with custom meal plans tailored to your specific needs.", bentoComponent: "reveal-icon", icon: Apple, }, ]} title="Our Specialized Programs" -- 2.49.1