diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9132a50..e896228 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,16 +46,15 @@ export default function LandingPage() {
@@ -193,45 +136,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Unish Dhawan",
- role: "Member",
- company: "Gymshala",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-women-gym-training-together_23-2148419824.jpg",
- },
+ id: "t1", name: "Unish Dhawan", role: "Member", company: "Gymshala", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-women-gym-training-together_23-2148419824.jpg"},
{
- id: "t2",
- name: "Lakshya Aim",
- role: "Member",
- company: "Gymshala",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-cellphone-gym_23-2147949705.jpg",
- },
+ id: "t2", name: "Lakshya Aim", role: "Member", company: "Gymshala", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-cellphone-gym_23-2147949705.jpg"},
{
- id: "t3",
- name: "Nidhi Gill",
- role: "Member",
- company: "Gymshala",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-does-fitness-with-dumbbells-home-guy-keeps-fit-quarantine_549566-112.jpg",
- },
+ id: "t3", name: "Nidhi Gill", role: "Member", company: "Gymshala", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-does-fitness-with-dumbbells-home-guy-keeps-fit-quarantine_549566-112.jpg"},
{
- id: "t4",
- name: "Wrapchic",
- role: "Member",
- company: "Gymshala",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-lifting-barbell-gym_1163-3548.jpg",
- },
+ id: "t4", name: "Wrapchic", role: "Member", company: "Gymshala", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-lifting-barbell-gym_1163-3548.jpg"},
{
- id: "t5",
- name: "Tarun Kashyap",
- role: "Member",
- company: "Gymshala",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg",
- },
+ id: "t5", name: "Tarun Kashyap", role: "Member", company: "Gymshala", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg"},
]}
title="Member Success"
description="What our community says."
@@ -244,25 +162,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Is Gymshala beginner friendly?",
- content: "Yes, our environment is welcoming for all levels.",
- },
+ id: "q1", title: "Is Gymshala beginner friendly?", content: "Yes, our environment is welcoming for all levels."},
{
- id: "q2",
- title: "Is the gym hygienic?",
- content: "Yes, hygiene is our priority.",
- },
+ id: "q2", title: "Is the gym hygienic?", content: "Yes, hygiene is our priority."},
{
- id: "q3",
- title: "Who can join?",
- content: "Everyone is welcome!",
- },
+ id: "q3", title: "Who can join?", content: "Everyone is welcome!"},
{
- id: "q4",
- title: "Is there real guidance?",
- content: "Yes, we offer expert trainer support.",
- },
+ id: "q4", title: "Is there real guidance?", content: "Yes, we offer expert trainer support."},
]}
title="Frequently Asked Questions"
description="Clear answers to help you join."
@@ -274,8 +180,7 @@ export default function LandingPage() {