Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -69,7 +69,7 @@ export default function GymLandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg"
|
||||||
imageAlt="FitCore Gym community training together"
|
imageAlt="FitCore Gym community training together"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
containerClassName="w-full"
|
containerClassName="w-full"
|
||||||
titleClassName="text-3xl md:text-4xl font-bold"
|
titleClassName="text-3xl md:text-4xl font-bold"
|
||||||
descriptionClassName="text-base md:text-lg leading-relaxed"
|
descriptionClassName="text-base md:text-lg leading-relaxed"
|
||||||
@@ -100,7 +100,6 @@ export default function GymLandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
containerClassName="w-full"
|
containerClassName="w-full"
|
||||||
titleClassName="text-3xl md:text-4xl font-bold"
|
|
||||||
descriptionClassName="text-base md:text-lg leading-relaxed"
|
descriptionClassName="text-base md:text-lg leading-relaxed"
|
||||||
cardTitleClassName="text-2xl md:text-3xl font-bold"
|
cardTitleClassName="text-2xl md:text-3xl font-bold"
|
||||||
/>
|
/>
|
||||||
@@ -111,7 +110,7 @@ export default function GymLandingPage() {
|
|||||||
title="Flexible Membership Plans"
|
title="Flexible Membership Plans"
|
||||||
description="Choose the perfect plan that fits your fitness goals and budget. All memberships include access to our full facility and group classes."
|
description="Choose the perfect plan that fits your fitness goals and budget. All memberships include access to our full facility and group classes."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
@@ -175,7 +174,7 @@ export default function GymLandingPage() {
|
|||||||
title="Expert Trainers & Coaches"
|
title="Expert Trainers & Coaches"
|
||||||
description="Meet the certified fitness professionals dedicated to your success."
|
description="Meet the certified fitness professionals dedicated to your success."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
team={[
|
team={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user