Update src/app/about/page.tsx
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import Link from "next/link";
|
||||
import { Award, Heart, Users, Star, Zap, Clock, Sparkles } from "lucide-react";
|
||||
|
||||
@@ -60,7 +60,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -86,7 +86,7 @@ export default function AboutPage() {
|
||||
description="Founded with Passion for Wellness"
|
||||
subdescription="Established 2023 | 500+ Transformed Members | Certified Trainers"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg"
|
||||
imageAlt="Ignite Fitness Club gym facility"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -103,28 +103,19 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Quality Equipment",
|
||||
description:
|
||||
"We invest in the latest, state-of-the-art fitness equipment to ensure our members have access to world-class training tools.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg?_wi=2",
|
||||
},
|
||||
title: "Quality Equipment", description:
|
||||
"We invest in the latest, state-of-the-art fitness equipment to ensure our members have access to world-class training tools.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Expert Trainers",
|
||||
description:
|
||||
"Our certified fitness professionals bring years of experience and genuine passion for helping you achieve your goals.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=2",
|
||||
},
|
||||
title: "Expert Trainers", description:
|
||||
"Our certified fitness professionals bring years of experience and genuine passion for helping you achieve your goals.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Community Spirit",
|
||||
description:
|
||||
"We foster an inclusive, energetic environment where members motivate each other and celebrate collective success.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg?_wi=2",
|
||||
},
|
||||
title: "Community Spirit", description:
|
||||
"We foster an inclusive, energetic environment where members motivate each other and celebrate collective success.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
@@ -141,32 +132,16 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500",
|
||||
title: "Active Members",
|
||||
description: "Growing community in Dharavi",
|
||||
icon: Users,
|
||||
id: "1", value: "500", title: "Active Members", description: "Growing community in Dharavi", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "26",
|
||||
title: "5-Star Reviews",
|
||||
description: "Member satisfaction verified",
|
||||
icon: Star,
|
||||
id: "2", value: "26", title: "5-Star Reviews", description: "Member satisfaction verified", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Equipment Upgrade",
|
||||
description: "Latest technology yearly",
|
||||
icon: Zap,
|
||||
id: "3", value: "100%", title: "Equipment Upgrade", description: "Latest technology yearly", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "12",
|
||||
title: "Hours Open",
|
||||
description: "Early to late accessibility",
|
||||
icon: Clock,
|
||||
id: "4", value: "12", title: "Hours Open", description: "Early to late accessibility", icon: Clock,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user