diff --git a/src/app/page.tsx b/src/app/page.tsx
index 846fa35..222a385 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,44 +32,31 @@ export default function LandingPage() {
@@ -213,50 +138,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah Johnson",
- role: "Member",
- company: "Doha",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-542.jpg",
- imageAlt: "fitness gym member testimonial portrait",
- },
+ id: "t1", name: "Sarah Johnson", role: "Member", company: "Doha", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-542.jpg", imageAlt: "fitness gym member testimonial portrait"},
{
- id: "t2",
- name: "Michael Chen",
- role: "Pro Athlete",
- company: "Qatar",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/blond-athletic-male-sportswear-sits-white-box-holds-barbell_613910-485.jpg",
- imageAlt: "fit athlete testimonial luxury gym",
- },
+ id: "t2", name: "Michael Chen", role: "Pro Athlete", company: "Qatar", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/blond-athletic-male-sportswear-sits-white-box-holds-barbell_613910-485.jpg", imageAlt: "fit athlete testimonial luxury gym"},
{
- id: "t3",
- name: "Emily Rodriguez",
- role: "Marketing",
- company: "Doha",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-muscular-man-talking-cellphone-gym_23-2147949649.jpg",
- imageAlt: "happy customer gym membership portrait",
- },
+ id: "t3", name: "Emily Rodriguez", role: "Marketing", company: "Doha", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-muscular-man-talking-cellphone-gym_23-2147949649.jpg", imageAlt: "happy customer gym membership portrait"},
{
- id: "t4",
- name: "David Kim",
- role: "Manager",
- company: "Doha",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-strong-arms_1098-2745.jpg",
- imageAlt: "lifestyle fitness client portrait",
- },
+ id: "t4", name: "David Kim", role: "Manager", company: "Doha", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-strong-arms_1098-2745.jpg", imageAlt: "lifestyle fitness client portrait"},
{
- id: "t5",
- name: "Alex Smith",
- role: "Coach",
- company: "Doha",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/anticipation-harmony-spa-woman-near-sauna-door_169016-69262.jpg",
- imageAlt: "strong athlete gym portrait",
- },
+ id: "t5", name: "Alex Smith", role: "Coach", company: "Doha", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/anticipation-harmony-spa-woman-near-sauna-door_169016-69262.jpg", imageAlt: "strong athlete gym portrait"},
]}
title="VIP Member Feedback"
description="Known for complete and premium services with 80+ reviews."
@@ -269,30 +164,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "What are the hours?",
- content: "Daily until 2 AM.",
- },
+ id: "f1", title: "What are the hours?", content: "Daily until 2 AM."},
{
- id: "f2",
- title: "Where is the gym?",
- content: "Square Mall, 2nd Floor, Doha.",
- },
+ id: "f2", title: "Where is the gym?", content: "Square Mall, 2nd Floor, Doha."},
{
- id: "f3",
- title: "Do you offer sauna?",
- content: "Yes, sauna access is included in VIP.",
- },
+ id: "f3", title: "Do you offer sauna?", content: "Yes, sauna access is included in VIP."},
{
- id: "f4",
- title: "Are there personal trainers?",
- content: "Yes, our elite coaches provide personalized programs.",
- },
+ id: "f4", title: "Are there personal trainers?", content: "Yes, our elite coaches provide personalized programs."},
{
- id: "f5",
- title: "How do I sign up?",
- content: "Book your initial consultation through our website form.",
- },
+ id: "f5", title: "How do I sign up?", content: "Book your initial consultation through our website form."},
]}
imageSrc="http://img.b2bpic.net/free-photo/dumbbell_74190-3786.jpg"
mediaAnimation="slide-up"
@@ -305,10 +185,10 @@ export default function LandingPage() {