From f7a509e099932bfdbf3de938f0f251d113c1e0bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:24:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 817f183..681197c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -192,16 +192,13 @@ export default function LandingPage() { id: "5", name: "Alice", role: "Director", company: "NonProfit", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"}, { - id: "6", name: "Micha Pote", role: "Customer", company: "-", rating: 5, - testimonial: "Exceptional and prompt service, shout out to Claudia!" + id: "6", name: "Micha Pote", role: "Customer", company: "-", rating: 5 }, { - id: "7", name: "Denzel Jude", role: "Customer", company: "-", rating: 5, - testimonial: "Professional, helpful staff and good service." + id: "7", name: "Denzel Jude", role: "Customer", company: "-", rating: 5 }, { - id: "8", name: "Venelee Coetzee", role: "Customer", company: "-", rating: 5, - testimonial: "Friendly, great service and a great experience with printers in Windhoek." + id: "8", name: "Venelee Coetzee", role: "Customer", company: "-", rating: 5 } ]} title="Customer Stories" -- 2.49.1