diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6b9d58e..e7da594 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,10 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Target, Award, Star } from "lucide-react"; +import Link from "next/link"; +import { Target, Heart, Star, HelpCircle } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -17,45 +18,6 @@ export default function AboutPage() { { name: "About", id: "about" }, ]; - const footerColumns = [ - { - title: "Platform", - items: [ - { label: "Find Trainers", href: "/trainers" }, - { label: "Discover Events", href: "/events" }, - { label: "Join Communities", href: "/communities" }, - { label: "Dashboard", href: "/dashboard" }, - ], - }, - { - title: "Company", - items: [ - { label: "About Us", href: "/about" }, - { label: "Careers", href: "#" }, - { label: "Blog", href: "#" }, - { label: "Press", href: "#" }, - ], - }, - { - title: "Support", - items: [ - { label: "Help Center", href: "#" }, - { label: "Contact Us", href: "#" }, - { label: "Safety Guidelines", href: "#" }, - { label: "Community Standards", href: "#" }, - ], - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - { label: "Accessibility", href: "#" }, - ], - }, - ]; - return (
@@ -84,96 +43,34 @@ export default function AboutPage() { title="Transforming Mumbai's Fitness Culture" description="FitnessaCollective reimagines how Mumbai engages with fitness by creating a seamless, unified platform connecting elite trainers, exciting events, and thriving communities." subdescription="We believe fitness thrives in community. Our ecosystem empowers individuals to find the perfect trainer, discover meaningful events, and build lasting connections with like-minded fitness enthusiasts across Mumbai." - icon={Target} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B8SAGkNg6dDslfeJ9cLBIp5dqh/a-large-group-of-diverse-fitness-communi-1773869258894-94aadcab.png?_wi=3" + icon={Heart} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B8SAGkNg6dDslfeJ9cLBIp5dqh/a-large-group-of-diverse-fitness-communi-1773869150904-d78f85ce.png?_wi=3" imageAlt="FitnessaCollective community gathering" mediaAnimation="opacity" useInvertedBackground={true} />
-
- -
-
+
+ +
+