diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fd0ad4..e0a30fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,82 +48,51 @@ export default function LandingPage() {
@@ -145,17 +104,11 @@ export default function LandingPage() { description="SlimPossible Gym is dedicated to transforming lives through precision training. We offer state-of-the-art facilities, expert guidance, and a community that pushes you to exceed your limits." metrics={[ { - value: "Certified", - title: "Expert Trainers", - }, + value: "Certified", title: "Expert Trainers"}, { - value: "Custom", - title: "Personalized Plans", - }, + value: "Custom", title: "Personalized Plans"}, { - value: "Precision", - title: "Diet Guidance", - }, + value: "Precision", title: "Diet Guidance"}, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114177.jpg" mediaAnimation="slide-up" @@ -165,49 +118,26 @@ export default function LandingPage() {
@@ -321,29 +209,13 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "t1", - name: "Mark Strong", - role: "Head Coach", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-9846.jpg", - }, + id: "t1", name: "Mark Strong", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-9846.jpg"}, { - id: "t2", - name: "Elena Fit", - role: "Strength Expert", - imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg", - }, + id: "t2", name: "Elena Fit", role: "Strength Expert", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg"}, { - id: "t3", - name: "David Iron", - role: "Fat Loss Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/trainer-man-lying-lifting-dumbbells-gym_1262-16635.jpg", - }, + id: "t3", name: "David Iron", role: "Fat Loss Specialist", imageSrc: "http://img.b2bpic.net/free-photo/trainer-man-lying-lifting-dumbbells-gym_1262-16635.jpg"}, { - id: "t4", - name: "Jane Flex", - role: "Personal Coach", - imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-542.jpg", - }, + id: "t4", name: "Jane Flex", role: "Personal Coach", imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-542.jpg"}, ]} title="Meet Our Trainers" description="World-class experts dedicated to your fitness success." @@ -357,32 +229,18 @@ export default function LandingPage() { description="Start your fitness journey now and join our elite training program." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Your Phone Number", required: true, }, ]} multiSelect={{ - name: "goal", - label: "Fitness Goal", - options: [ - "Fat Loss", - "Muscle Gain", - "Endurance", - "General Fitness", - ], + name: "goal", label: "Fitness Goal", options: [ + "Fat Loss", "Muscle Gain", "Endurance", "General Fitness"], }} textarea={{ - name: "message", - placeholder: "Any specific medical conditions?", - }} + name: "message", placeholder: "Any specific medical conditions?"}} imageSrc="http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821360.jpg" />
@@ -391,46 +249,29 @@ export default function LandingPage() {