From ec96daa8e9d4f553d6faf8296df6411ce42d3f18 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:01:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e221b4..5efffab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,9 +95,9 @@ export default function ITConsultingPage() { animationType="slide-up" useInvertedBackground={false} testimonials={[ - { id: "1", name: "IT FNA Group", role: "Corporate Client", company: "Wisconsin", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg" }, - { id: "2", name: "Patricia Studer", role: "Home Client", company: "Data Recovery", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-woman-white-t-shirt-smiling-while-chilling-her-apartment-indoor-portrait-happy-female-model-with-straight-dark-brown-hair_197531-9272.jpg" }, - { id: "3", name: "Billy Howard", role: "Business Owner", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/european-man-smiling-cheerful-expression-closeup-portrait_53876-129391.jpg" }, + { id: "1", name: "IT FNA Group - \"Ron saved our entire server migration process. Flawless execution.\"", role: "Corporate Client", company: "Wisconsin", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg" }, + { id: "2", name: "Patricia Studer - \"He recovered 10 years of family photos I thought were gone forever.\"", role: "Home Client", company: "Data Recovery", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-woman-white-t-shirt-smiling-while-chilling-her-apartment-indoor-portrait-happy-female-model-with-straight-dark-brown-hair_197531-9272.jpg" }, + { id: "3", name: "Billy Howard - \"Professional, fast, and actually shows up on time. Highly recommend.\"", role: "Business Owner", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/european-man-smiling-cheerful-expression-closeup-portrait_53876-129391.jpg" }, ]} kpiItems={[ { value: "5.0", label: "Google Rating" }, -- 2.49.1