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