From b86104c8ceb6cd9213d4c220ed9aca3bf6b24743 Mon Sep 17 00:00:00 2001 From: ErenYeager139 <105733627+ErenYeager139@users.noreply.github.com> Date: Fri, 14 Mar 2025 12:02:24 +0530 Subject: [PATCH] Update Hero.jsx --- src/Hero.jsx | 42 ++++++++++++++++++------------------------ 1 file changed, 18 insertions(+), 24 deletions(-) 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; - - - - -