From ef6376c11dec15a90d8a107d3668fb8146822a57 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:51:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e69e064..474dc00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Homeowner", company: "North Bloomington", rating: 5, + id: "1", name: "AJ Kessler", role: "Homeowner", company: "North Bloomington", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2" }, { @@ -288,4 +288,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file