Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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"
|
||||
imageAlt="FitCore Gym community training together"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
containerClassName="w-full"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg leading-relaxed"
|
||||
@@ -100,7 +100,6 @@ export default function GymLandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="w-full"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg leading-relaxed"
|
||||
cardTitleClassName="text-2xl md:text-3xl font-bold"
|
||||
/>
|
||||
@@ -111,7 +110,7 @@ export default function GymLandingPage() {
|
||||
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."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
@@ -175,7 +174,7 @@ export default function GymLandingPage() {
|
||||
title="Expert Trainers & Coaches"
|
||||
description="Meet the certified fitness professionals dedicated to your success."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
team={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user