diff --git a/src/App.jsx b/src/App.jsx index 6ceb880..d227195 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,6 +1,7 @@ import { useEffect, useState } from "react"; import Aos from "aos"; import "./App.css"; +import About from "./components/UI/About"; import Header from "./components/Header/Header"; import Exercises from "./components/UI/Exercises"; import Footer from "./components/UI/Footer"; @@ -55,6 +56,7 @@ function App() { } /> } /> + } /> } /> } /> diff --git a/src/components/UI/About.jsx b/src/components/UI/About.jsx new file mode 100644 index 0000000..a55b4ad --- /dev/null +++ b/src/components/UI/About.jsx @@ -0,0 +1,72 @@ +import React from "react"; +import "../../styles/About.css"; +import Footer from "./Footer"; +import Header from "../Header/Header"; +import Hero from "./Hero"; + +const About = () => { + const socialMediaLinks = [ + { + icon: "fa fa-facebook-f", + link: "https://www.facebook.com/", // Replace with your Facebook link + }, + { + icon: "fa fa-instagram", + link: "https://www.instagram.com/", // Replace with your Instagram link + }, + { + icon: "fa fa-twitter", + link: "https://www.twitter.com/", // Replace with your Twitter link + }, + ]; + + return ( + <> +
+
+
+
+

About Us

+

+ We are passionate about helping people achieve their health and + fitness goals. We believe that exercise is a + powerful tool for transformation, not just physically but also + mentally and emotionally. +

+
+
+

+ Our team consists of certified trainers who are not only + knowledgeable but also genuinely care about your success. They are + committed to providing personalized guidance, motivation, and + encouragement to help you push your limits and achieve results you + never thought possible. +

+

Here's what sets us apart:

+
    +
  • + A welcoming and inclusive atmosphere: We believe in creating a + space where everyone feels comfortable, regardless of their + fitness background. +
  • +
  • + Variety and flexibility: We offer a wide range of classes, + programs, and equipment to cater to different needs and + preferences. We understand that schedules can be busy, so we + provide flexible options to fit your lifestyle. +
  • +
  • + Holistic approach to wellness: We go beyond just physical + training. We offer resources and guidance to help you integrate + healthy habits into all aspects of your life. +
  • +
+
+
+
+