Update src/app/page.tsx

This commit is contained in:
2026-05-14 07:16:54 +00:00
parent bf052f1299
commit fa1d5ec1f5

View File

@@ -62,6 +62,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="Our Commitment to Fitness"
description={[
"A.A. Fitness provides an environment designed for peak performance. We focus on modern techniques, expert support, and a welcoming atmosphere for athletes of every level.", "Whether your goal is weight loss, strength gains, or general wellness, we have the resources to help you succeed."
@@ -86,6 +87,7 @@ export default function LandingPage() {
<div id="team" data-section="team">
<TeamCardTwo
useInvertedBackground={false}
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
@@ -101,6 +103,8 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
useInvertedBackground={false}
textboxLayout="default"
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
title="What Our Members Say"
@@ -115,6 +119,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="Start Your Transformation"
description="Contact us today and book your first session at A.A. Fitness."