From ed3bb87fff73cc226406a9c8ed54341a67bf0655 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:51:09 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 131036b..ac905e5 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -12,7 +12,7 @@ const navItems = [ { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Membership", id: "/membership" }, - { name: "About", id: "/about" }, + { name: "Assessment", id: "/#fitness-assessment" }, { name: "Contact", id: "/contact" }, ]; @@ -104,17 +104,20 @@ export default function ServicesPage() { id: 1, title: "Weight Training Programs", description: "Build strength and muscle with our comprehensive weight training programs. Our certified trainers create personalized routines using modern equipment and proven techniques.", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg?_wi=3"}, + "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg?_wi=3" + }, { id: 2, title: "Cardio & Endurance", description: "Improve cardiovascular health and stamina with premium cardio equipment including treadmills, rowing machines, and ellipticals guided by fitness experts.", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg?_wi=3"}, + "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg?_wi=3" + }, { id: 3, title: "One-on-One Personal Training", description: "Get dedicated attention from certified trainers who design custom workout plans, monitor form, and adjust intensity to match your progress and goals.", imageSrc: - "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=3"}, + "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=3" + }, ]} textboxLayout="default" animationType="blur-reveal" @@ -148,4 +151,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}