From 8fe9db78bc3545bfbc2504cf83bb6de9129bc7c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 08:23:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0c1bfe..bd4a612 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,11 +125,10 @@ export default function LandingPage() { title="מה הלקוחות שלנו אומרים" description="אנחנו גאים לקבל פידבק חיובי מכל הלקוחות שלנו." testimonials={[ - { id: "1", name: "ישראל כהן", handle: "@israel_c", testimonial: "הובלה מקצועית ומהירה מאוד. הכל הגיע שלם!", imageSrc: "http://img.b2bpic.net/free-photo/young-marriage-planning-decoration-new-apartment_329181-193.jpg" }, - { id: "2", name: "מיכל לוי", handle: "@michal_l", testimonial: "צוות אדיב מאוד, ממליצה בחום על אורטל הובלות.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-moving-house_329181-191.jpg" }, - { id: "3", name: "דוד אברהם", handle: "@david_a", testimonial: "שירות מעולה ומחיר הוגן מאוד. אלופים.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092076.jpg" }, - { id: "4", name: "שרה דניאל", handle: "@sarah_d", testimonial: "פעם שנייה שאנחנו לוקחים אותם, תמיד מרוצים.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-home-preparing-boxes-move-out_23-2148647455.jpg" }, - { id: "5", name: "יוסי מזרחי", handle: "@yossi_m", testimonial: "הובלה שקטה בלי כאבי ראש מיותרים. תודה!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-received-mail-by-delivery-service_23-2148935103.jpg" } + { id: "1", name: "ישראל כהן", handle: "@israel_c", testimonial: "הובלה מקצועית ומהירה מאוד. הכל הגיע שלם!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CybraePN5mEqc84gbnv7e85Dq8/uploaded-1777364623912-a3oaoz3q.png" }, + { id: "2", name: "מיכל לוי", handle: "@michal_l", testimonial: "צוות אדיב מאוד, ממליצה בחום על אורטל הובלות.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CybraePN5mEqc84gbnv7e85Dq8/uploaded-1777364623912-ltiu0lj8.png" }, + { id: "3", name: "דוד אברהם", handle: "@david_a", testimonial: "שירות מעולה ומחיר הוגן מאוד. אלופים.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CybraePN5mEqc84gbnv7e85Dq8/uploaded-1777364623912-1h1532uy.png" }, + { id: "4", name: "שרה דניאל", handle: "@sarah_d", testimonial: "פעם שנייה שאנחנו לוקחים אותם, תמיד מרוצים.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CybraePN5mEqc84gbnv7e85Dq8/uploaded-1777364623912-cu9vh6jt.png" } ]} />