diff --git a/src/components/CTASection.jsx b/src/components/CTASection.jsx index deeb0f0..924ab78 100644 --- a/src/components/CTASection.jsx +++ b/src/components/CTASection.jsx @@ -5,8 +5,8 @@ import Input from "./ui/Input" const CTASection = () => { return ( -
-
+
+
{ viewport={{ once: true }} className="text-center" > -

- Connect Engage
- Transform +

+ Connect Engage + Transform

-

+ +

Join our community and start your transformation journey today

-
+
+ - + + +
+
diff --git a/src/pages/About.jsx b/src/pages/About.jsx index 84e856c..b19178b 100644 --- a/src/pages/About.jsx +++ b/src/pages/About.jsx @@ -79,7 +79,7 @@ const AboutUs = () => { return (
- {/* Hero Section */} + {/* Hero Section */}
{/* Background Floating Elements */}
@@ -144,10 +144,10 @@ const AboutUs = () => { transition={{ duration: 0.8, delay: 0.4 }} className="text-xl text-gray-300 mb-8 max-w-lg leading-relaxed" > - Transforming lives through fitness since 2019. We're more than just a gym – + Transforming lives through fitness since 2019. We're more than just a gym – we're your partners in achieving a healthier, stronger, and more confident you. - + { className="flex flex-col sm:flex-row gap-4" >
+
@@ -222,17 +222,17 @@ const AboutUs = () => { Who We Are

- Fitolution was born from a simple belief: everyone deserves access to quality fitness - guidance and a supportive community. Founded in 2019 by a team of passionate fitness - professionals, we started with a vision to revolutionize how people approach their + Fitolution was born from a simple belief: everyone deserves access to quality fitness + guidance and a supportive community. Founded in 2019 by a team of passionate fitness + professionals, we started with a vision to revolutionize how people approach their health and wellness journey.

- What began as a small local gym has evolved into a comprehensive fitness platform + What began as a small local gym has evolved into a comprehensive fitness platform that combines cutting-edge technology with personalized training approaches.

- Today, Fitolution continues to innovate, offering both in-person and digital + Today, Fitolution continues to innovate, offering both in-person and digital solutions to make fitness accessible, enjoyable, and sustainable for everyone.

@@ -269,8 +269,8 @@ const AboutUs = () => { Our Mission

- To empower individuals to transform their lives through fitness, providing expert - guidance, state-of-the-art facilities, and a supportive community that makes + To empower individuals to transform their lives through fitness, providing expert + guidance, state-of-the-art facilities, and a supportive community that makes achieving health goals both achievable and enjoyable.

@@ -335,7 +335,7 @@ const AboutUs = () => {
{/* Team Section */} -
+
{ alt={member.name} className="w-24 h-24 rounded-full mx-auto object-cover" /> - +

{member.name}

{member.role}

@@ -381,8 +381,9 @@ const AboutUs = () => {
{/* CTA Section - Matching your existing style */} -
-
+ +
+
{ viewport={{ once: true }} className="text-center" > -

- Ready to Start
- Your Journey? +

+ Ready to Start Your Journey?

-

- Join thousands of members who have transformed their lives with Fitolution. +

+ Join thousands who have transformed their lives with Fitolution. Your healthiest, strongest self is waiting.

-
- - + + +
+
) } -export default AboutUs \ No newline at end of file +export default AboutUs diff --git a/src/pages/Services.jsx b/src/pages/Services.jsx index 926e614..569514d 100644 --- a/src/pages/Services.jsx +++ b/src/pages/Services.jsx @@ -1,8 +1,8 @@ -"use client"; -import { motion } from "framer-motion"; -import { Dumbbell, Users, Clock, Target, Zap, Heart } from "lucide-react"; -import Button from "../components/ui/Button"; -import Card from "../components/ui/Card"; +"use client" +import { motion } from "framer-motion" +import { Dumbbell, Users, Clock, Target, Zap, Heart } from "lucide-react" +import Button from "../components/ui/Button" +import Card from "../components/ui/Card" const services = [ { @@ -47,7 +47,7 @@ const services = [ features: ["Keycard access", "Security cameras", "Emergency support", "Flexible hours"], image: "https://images.unsplash.com/photo-1571902943202-507ec2618e8f?w=500&h=300&fit=crop", }, -]; +] const containerVariants = { hidden: { opacity: 0 }, @@ -57,7 +57,7 @@ const containerVariants = { staggerChildren: 0.1, }, }, -}; +} const itemVariants = { hidden: { opacity: 0, y: 20 }, @@ -68,22 +68,22 @@ const itemVariants = { duration: 0.5, }, }, -}; +} const Services = () => { return ( -
+
{/* Hero Section */} -
+
-
+
-

+

Our Services

@@ -94,8 +94,8 @@ const Services = () => {

{/* Services Grid */} -
-
+
+
{
{/* CTA Section */} -
-
+
+
-

Ready to Start Your Fitness Journey?

-

+ +

+ Ready to Start Your Journey? +

+ +

Join thousands of members who have transformed their lives with our expert guidance and world-class facilities.

- + +
- ); -}; + ) +} -export default Services; +export default Services