From 13cbc4bfe65f6e6104d582deddd821ace6be8eba Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 20:37:50 +0000 Subject: [PATCH] Bob AI: Fill in a realistic name for the 'Undergrad Student' testimonial in the testimon --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ae6f2da..c854c1a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -274,7 +274,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-fashion-glasses-home_329181-4275.jpg", }, { - name: "", + name: "Chloe Kim", role: "Undergrad Student", quote: "Best investment for my studies, very lightweight and fast.", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-happy-asian-woman-sitting-with-laptop-outdoor-cafe-drinking-coffee-smiling_1258-199238.jpg", -- 2.49.1