From d043c65e18599b696a2fec9b60450b031bac7363 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:46:46 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 11e57f5..5fec765 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1413,4 +1413,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 58333cb90ef181468c45f6f207e9dd9d31bae8c6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:46:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d65d99..9de040f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,19 +182,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", role: "Homeowner", company: "Edinburg, TX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop" }, { id: "2", name: "Michael Chen", role: "Property Manager", company: "Home Warranty Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop" }, { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "McAllen, TX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3" + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop" }, { id: "4", name: "David Kim", role: "Homeowner", company: "Mission, TX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4" + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop" } ]} kpiItems={[ @@ -330,4 +330,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1