Update src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
description="At Miami Strong, we don't just provide machines; we foster a disciplined community."
|
||||
subdescription="Our members are like family, and our staff is dedicated to ensuring your energy is always on point."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bottle-cleaning-solution-gym-bench_23-2148766067.jpg"
|
||||
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,6 +82,7 @@ export default function LandingPage() {
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Choose Your Strength"
|
||||
description="Simple, transparent membership options."
|
||||
plans={[
|
||||
@@ -94,6 +95,8 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Why Athletes Choose Us"
|
||||
description="Numbers that define our experience."
|
||||
metrics={[
|
||||
@@ -108,6 +111,7 @@ export default function LandingPage() {
|
||||
<TeamCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Meet The Crew"
|
||||
description="Our dedicated fitness experts."
|
||||
members={[
|
||||
@@ -123,6 +127,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="What Members Say"
|
||||
description="Join a community that feels like home."
|
||||
@@ -141,6 +146,8 @@ export default function LandingPage() {
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
names={["Edgewater Fitness", "Miami Bodybuilders", "Brickell Athletic", "Ultra Music Guests", "Yoga Alliance"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted Partner"
|
||||
description="Recommended across Miami."
|
||||
/>
|
||||
@@ -151,6 +158,7 @@ export default function LandingPage() {
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Get quick answers."
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Day passes?", content: "Yes, flat rate." },
|
||||
{ id: "q2", title: "Parking?", content: "Centrally located." },
|
||||
@@ -164,6 +172,8 @@ export default function LandingPage() {
|
||||
title="Ready to Start?"
|
||||
description="Sign up today."
|
||||
tag="Join Us"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sauna-bench-eyes-closed-warm-underlight-wellness-relax-calm-steamroom_169016-69067.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user