Update src/app/page.tsx

This commit is contained in:
2026-05-10 00:45:23 +00:00
parent ca22e348fb
commit c6ab3cd56f

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-treadmills_1262-408.jpg", imageAlt: "weightlifting equipment rack"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1909.jpg", imageAlt: "weightlifting equipment rack"
imageSrc: "http://img.b2bpic.net/fitness-girl-running-treadmill_158595-1909.jpg", imageAlt: "weightlifting equipment rack"
}
},
{
@@ -164,6 +164,8 @@ export default function LandingPage() {
id: "f2", title: "Can I tour the facility?", content: "We offer free facility tours during our staffed hours."},
{
id: "f3", title: "Is membership locked in?", content: "No, we offer flexible month-to-month plans."},
{
id: "f4", title: "What should I bring to my first session?", content: "Bring comfortable workout clothes, supportive shoes, a water bottle, and a towel. We provide all the necessary equipment!"},
]}
title="Frequently Asked"
description="Common answers to get you started."
@@ -216,4 +218,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}