From 24b742df534ad74ece0b7d3d7a3248fde5cfb5b8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:37:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e674f31..3764f3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { title="Premium Roofing Built on 3 Generations of Trust" description="Serving homes and businesses with unmatched craftsmanship and reliability. Experience the legacy of JM Roofing." testimonials={[ - { name: "Abdela Sharif", handle: "@customer", testimonial: "مشاء الله تبارك الله الله", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-elegant-man_23-2147689111.jpg" }, - { name: "Ali Amin", handle: "@customer", testimonial: "مكان رائع", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg" }, - { name: "Mehatish", handle: "@customer", testimonial: "ماركه مسجله في بلدي", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg" }, - { name: "Khaled F.", handle: "@customer", testimonial: "خدمة ممتازة واحترافية", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-successful-businessman-smiling-holding-tablet-office_176420-918.jpg" }, - { name: "Sara H.", handle: "@customer", testimonial: "سعدت جداً بالنتيجة النهائية", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg" }, + { name: "Abdela Sharif", handle: "@customer", testimonial: "مشاء الله تبارك الله الله", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-elegant-man_23-2147689111.jpg?_wi=1" }, + { name: "Ali Amin", handle: "@customer", testimonial: "مكان رائع", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=1" }, + { name: "Mehatish", handle: "@customer", testimonial: "ماركه مسجله في بلدي", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg?_wi=1" }, + { name: "Khaled F.", handle: "@customer", testimonial: "خدمة ممتازة واحترافية", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-successful-businessman-smiling-holding-tablet-office_176420-918.jpg?_wi=1" }, + { name: "Sara H.", handle: "@customer", testimonial: "سعدت جداً بالنتيجة النهائية", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=1" }, ]} buttons={[ { text: "Get Free Quote", href: "#contact" }, @@ -148,11 +148,11 @@ export default function LandingPage() {