diff --git a/src/Hero.jsx b/src/Hero.jsx index 704e02a..597afaa 100644 --- a/src/Hero.jsx +++ b/src/Hero.jsx @@ -5,35 +5,35 @@ import Carousel from './Caras0I'; import Program from './Program'; import About from './About'; import Contact from './Cntact'; - - import TrainingCard from './Training'; + const HeroSection = () => { return ( <> + {/* SEO Optimization */} - Fitness Revolution - Unleash Your Inner Strength + The Fitness Connection - Unleash Your Inner Strength - -
- {/* Grid */} -
- {/* Text Section */} + {/* Hero Section */} +
+
+ + {/* Left Text Section */}
-

+

Unleash Your Inner Strength
- Join the Fitness Revolution + Join The Fitness Connection

Join our community of fitness enthusiasts. World-class facilities, expert trainers, and personalized programs designed to take your fitness journey to the next level. @@ -43,7 +43,7 @@ const HeroSection = () => {

- {/* End Buttons */}
- {/* Image Section */} -
+ {/* Right Carousel Section (Fixed Margins & Height) */} +
- {/* End Grid */}
+ + {/* Other Sections */} - - + ); }; export default HeroSection; - - - - -