Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-09 13:15:37 +00:00
2 changed files with 11 additions and 1435 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -205,9 +205,9 @@ export default function HomePage() {
animationType="smooth"
faqs={[
{
id: "1", title: "What are the gym timings?", content: "Classic Gym is open 7 days a week from 4:30 AM to 10:00 PM. We offer early morning and evening slots for all our members. Holiday timings may vary."},
id: "1", title: "Do you offer a free trial?", content: "Yes! We offer a free 1-day trial pass so you can experience our facility and meet our trainers. Just call us at your convenience."},
{
id: "2", title: "Do you offer a free trial?", content: "Yes! We offer a free 1-day trial pass so you can experience our facility and meet our trainers. Just call us at your convenience."},
id: "2", title: "What are the gym timings?", content: "Classic Gym is open 7 days a week from 4:30 AM to 10:00 PM. We offer early morning and evening slots for all our members. Holiday timings may vary."},
{
id: "3", title: "What is your cancellation policy?", content: "You can cancel your membership with 30 days notice. No hidden charges. Visit our office or call us for easy cancellation."},
{
@@ -282,4 +282,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}