From 222c8d1d998558d3698d7babc46c039d0b67178a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:54:53 +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 6ad1a89..4dcb1aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,20 +122,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah J.", role: "", company: "", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautifull-caucasian-woman-with-curly-hair-smiles-isolated_132075-7608.jpg?id=12072689", imageAlt: "Sarah J."}, + id: "1", name: "", role: "", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautifull-caucasian-woman-with-curly-hair-smiles-isolated_132075-7608.jpg?id=12072689", imageAlt: ""}, { - id: "2", name: "Michael C.", role: "", company: "", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-man-black-suit-white-t-shirt-eyeglasses-smiles-widely-looks-into-camera_197531-23137.jpg?id=15660788", imageAlt: "Michael C."}, + id: "2", name: "", role: "", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/charming-man-black-suit-white-t-shirt-eyeglasses-smiles-widely-looks-into-camera_197531-23137.jpg?id=15660788", imageAlt: ""}, { - id: "3", name: "Emily R.", role: "", company: "", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-good-looking-young-european-woman-wears-fashionable-blue-costume-uses-mobile-phone-chatting-online_273609-55524.jpg?id=20743771", imageAlt: "Emily R."}, + id: "3", name: "", role: "", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-good-looking-young-european-woman-wears-fashionable-blue-costume-uses-mobile-phone-chatting-online_273609-55524.jpg?id=20743771", imageAlt: ""}, { - id: "4", name: "David K.", role: "", company: "", rating: 5, - imageSrc: "http://img.b2bpic.net/premium-photo/handsome-man-using-smartphone-living-room_13339-178427.jpg?id=1802012", imageAlt: "David K."}, + id: "4", name: "", role: "", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/premium-photo/handsome-man-using-smartphone-living-room_13339-178427.jpg?id=1802012", imageAlt: ""}, ]} - title="Hear From Our Happy Customers" - description="Our clients consistently praise our speed, honesty, and technical expertise. See what makes us the trusted choice for tech repair." + title="" + description="" /> -- 2.49.1