From 31d3d793471a7812cd1f6d616c5d58c51f77330f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:24:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94abe43..0dd09d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -227,33 +227,21 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ahmed Al Mansouri", role: "Homeowner", company: "Sharjah Resident", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Ahmed Al Mansouri" }, { id: "2", name: "Fatima Al Neyadi", role: "Office Manager", company: "Local Business", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg", imageAlt: "Fatima Al Neyadi" }, { id: "3", name: "Mohammad Khalifa", role: "Property Owner", company: "Real Estate", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "Mohammad Khalifa" }, { id: "4", name: "Layla Hassan", role: "Building Manager", company: "Commercial Complex", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", imageAlt: "Layla Hassan" }, { id: "5", name: "Samir Al Maktoum", role: "Homeowner", company: "Sharjah Family", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-creative-young-female-photographer-searching-inspiration-looking-through-fake-lense-making-frames-with-fingers-smiling-as-found-amazing-shooting-scene-white-background_176420-36905.jpg", imageAlt: "Samir Al Maktoum" }, { id: "6", name: "Noor Al Hosani", role: "Restaurant Owner", company: "Food Service", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/businessman-talking-mobile-phone-waiting-area_107420-85120.jpg", imageAlt: "Noor Al Hosani" }, ]} kpiItems={[ @@ -437,4 +425,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1