@@ -63,16 +48,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Legacy"
metrics={[
- {
- icon: Award,
- label: "Awards",
- value: "15",
- },
- {
- icon: Target,
- label: "Goals Met",
- value: "99%",
- },
+ { icon: Award, label: "Awards", value: "15" },
+ { icon: Target, label: "Goals Met", value: "99%" },
]}
metricsAnimation="slide-up"
/>
@@ -80,20 +57,7 @@ export default function LandingPage() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index e704500..d4ee43f 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -53,9 +38,7 @@ export default function LandingPage() {
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 4660dad..06a47e0 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -59,18 +44,8 @@ export default function LandingPage() {
title="Our Facility Gallery"
description="A glimpse into our world-class gym."
products={[
- {
- id: "p1",
- name: "Main Floor",
- price: "Gym Floor",
- imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-gym_93675-129247.jpg",
- },
- {
- id: "p2",
- name: "Weight Area",
- price: "Strength Zone",
- imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-gym_268835-3895.jpg",
- },
+ { id: "p1", name: "Main Floor", price: "Gym Floor", imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-gym_93675-129247.jpg" },
+ { id: "p2", name: "Weight Area", price: "Strength Zone", imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-gym_268835-3895.jpg" },
]}
/>
@@ -81,30 +56,13 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Leaders"
description="Gyms across the city look up to our standards."
- names={[
- "Fitness Global",
- "Wellness Hub",
- "Iron Power Co",
- ]}
+ names={["Fitness Global", "Wellness Hub", "Iron Power Co"]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b91e33f..9c99428 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -58,34 +43,14 @@ export default function LandingPage() {
@@ -97,21 +62,9 @@ export default function LandingPage() {
title="Premium Training Programs"
description="Achieve your peak potential with our scientifically backed training methodologies tailored for excellence."
accordionItems={[
- {
- id: "1",
- title: "Strength Training",
- content: "Master your power with our elite strength conditioning programs.",
- },
- {
- id: "2",
- title: "Fat Loss Programs",
- content: "Burn fat efficiently with our highly calibrated cardio and training plans.",
- },
- {
- id: "3",
- title: "Cardio Fitness",
- content: "Improve your endurance in our dedicated, modern cardio zone.",
- },
+ { id: "1", title: "Strength Training", content: "Master your power with our elite strength conditioning programs." },
+ { id: "2", title: "Fat Loss Programs", content: "Burn fat efficiently with our highly calibrated cardio and training plans." },
+ { id: "3", title: "Cardio Fitness", content: "Improve your endurance in our dedicated, modern cardio zone." },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-gym-dumbbells-gym-workout-gym_169016-63307.jpg"
mediaAnimation="slide-up"
@@ -123,21 +76,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Performance By Numbers"
metrics={[
- {
- icon: Activity,
- label: "Tons Lifted",
- value: "500+",
- },
- {
- icon: Users,
- label: "Happy Clients",
- value: "1000+",
- },
- {
- icon: Trophy,
- label: "Years Active",
- value: "10",
- },
+ { icon: Activity, label: "Tons Lifted", value: "500+" },
+ { icon: Users, label: "Happy Clients", value: "1000+" },
+ { icon: Trophy, label: "Years Active", value: "10" },
]}
metricsAnimation="slide-up"
/>
@@ -149,16 +90,8 @@ export default function LandingPage() {
sideTitle="Frequently Asked"
sideDescription="Questions about our memberships and facilities."
faqs={[
- {
- id: "f1",
- title: "Do you offer a trial pass?",
- content: "Yes, we offer a 3-day guest pass for new members.",
- },
- {
- id: "f2",
- title: "Are personal trainers available?",
- content: "Absolutely, our certified trainers are here to guide you.",
- },
+ { id: "f1", title: "Do you offer a trial pass?", content: "Yes, we offer a 3-day guest pass for new members." },
+ { id: "f2", title: "Are personal trainers available?", content: "Absolutely, our certified trainers are here to guide you." },
]}
faqsAnimation="blur-reveal"
/>
@@ -167,37 +100,17 @@ export default function LandingPage() {
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index e53773d..92d5b74 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -56,26 +41,10 @@ export default function LandingPage() {
title="Our Elite Services"
description="Comprehensive fitness solutions tailored to your unique lifestyle."
accordionItems={[
- {
- id: "s1",
- title: "Strength Training",
- content: "Elite strength programs.",
- },
- {
- id: "s2",
- title: "Fat Loss",
- content: "Advanced fat-burning metabolic training.",
- },
- {
- id: "s3",
- title: "Cardio",
- content: "High-intensity endurance conditioning.",
- },
- {
- id: "s4",
- title: "Diet Plans",
- content: "Personalized nutritional guidance for peak performance.",
- },
+ { id: "s1", title: "Strength Training", content: "Elite strength programs." },
+ { id: "s2", title: "Fat Loss", content: "Advanced fat-burning metabolic training." },
+ { id: "s3", title: "Cardio", content: "High-intensity endurance conditioning." },
+ { id: "s4", title: "Diet Plans", content: "Personalized nutritional guidance for peak performance." },
]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-healthy-food-containers_23-2148484645.jpg"
mediaAnimation="blur-reveal"
@@ -87,16 +56,8 @@ export default function LandingPage() {
useInvertedBackground={false}
sideTitle="Service FAQs"
faqs={[
- {
- id: "q1",
- title: "Nutrition Planning",
- content: "We offer personalized meal plans based on your BMR.",
- },
- {
- id: "q2",
- title: "Recovery",
- content: "Included sauna and massage services available.",
- },
+ { id: "q1", title: "Nutrition Planning", content: "We offer personalized meal plans based on your BMR." },
+ { id: "q2", title: "Recovery", content: "Included sauna and massage services available." },
]}
faqsAnimation="slide-up"
/>
@@ -104,20 +65,7 @@ export default function LandingPage() {