9 Commits

Author SHA1 Message Date
4ae12cf733 Merge version_2 into main
Merge version_2 into main
2026-03-09 13:16:39 +00:00
1b495c75b7 Update src/app/layout.tsx 2026-03-09 13:16:35 +00:00
be4584b5d7 Merge version_2 into main
Merge version_2 into main
2026-03-09 13:15:37 +00:00
e50cb49b7a Update src/app/page.tsx 2026-03-09 13:15:33 +00:00
9f5b26d0f1 Update src/app/layout.tsx 2026-03-09 13:15:32 +00:00
2ab745a606 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:14:19 +00:00
13e6f3754d Merge version_1 into main
Merge version_1 into main
2026-03-09 13:13:34 +00:00
6b56f9b94b Merge version_1 into main
Merge version_1 into main
2026-03-09 13:12:06 +00:00
f523ff511a Merge version_1 into main
Merge version_1 into main
2026-03-09 13:10:13 +00:00
2 changed files with 10 additions and 1434 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>
);
}
}