diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0ce735f..7cd16dc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,20 +40,12 @@ export default function LandingPage() {
@@ -173,41 +109,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Mohamed Naseem",
- handle: "@mnaseem",
- testimonial: "First class service and no compromise in quality.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-safety-vest-crossed-arms_23-2148269352.jpg",
- },
- {
- id: "t2",
- name: "Rashed Salah",
- handle: "@rsalah",
- testimonial: "Best waterproofing company ever.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
- },
- {
- id: "t3",
- name: "Ahmed Ibrahim",
- handle: "@aibrahim",
- testimonial: "Professional team, finished the job on time.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
- },
- {
- id: "t4",
- name: "Sarah Khan",
- handle: "@skhan",
- testimonial: "Excellent thermal insulation, home is much cooler now.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
- },
- {
- id: "t5",
- name: "Omar Farid",
- handle: "@ofarid",
- testimonial: "Highly recommended for all waterproofing needs.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg",
- },
+ { id: "t1", name: "Mohamed Naseem", handle: "@mnaseem", testimonial: "First class service and no compromise in quality.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-safety-vest-crossed-arms_23-2148269352.jpg" },
+ { id: "t2", name: "Rashed Salah", handle: "@rsalah", testimonial: "Best waterproofing company ever.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" },
+ { id: "t3", name: "Ahmed Ibrahim", handle: "@aibrahim", testimonial: "Professional team, finished the job on time.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg" },
+ { id: "t4", name: "Sarah Khan", handle: "@skhan", testimonial: "Excellent thermal insulation, home is much cooler now.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg" },
+ { id: "t5", name: "Omar Farid", handle: "@ofarid", testimonial: "Highly recommended for all waterproofing needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg" },
]}
title="What Our Clients Say"
description="Trusted by property owners across the UAE."
@@ -218,21 +124,9 @@ export default function LandingPage() {