From a228436899626fde8f72c052da547d8a63b558ff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 16:27:38 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 48 +++++++++------------------------------- 1 file changed, 10 insertions(+), 38 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index d19dd8f..4f8707e 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -43,40 +43,22 @@ export default function ReviewsPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah M.", - imageSrc: "https://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", - imageAlt: "Sarah M., satisfied customer" + id: "1", name: "Sarah M.", imageSrc: "https://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah M., satisfied customer" }, { - id: "2", - name: "Michael T.", - imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - imageAlt: "Michael T., satisfied customer" + id: "2", name: "Michael T.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Michael T., satisfied customer" }, { - id: "3", - name: "Jennifer L.", - imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - imageAlt: "Jennifer L., satisfied customer" + id: "3", name: "Jennifer L.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jennifer L., satisfied customer" }, { - id: "4", - name: "David R.", - imageSrc: "https://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", - imageAlt: "David R., satisfied customer" + id: "4", name: "David R.", imageSrc: "https://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", imageAlt: "David R., satisfied customer" }, { - id: "5", - name: "Karen B.", - imageSrc: "https://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", - imageAlt: "Karen B., satisfied customer" + id: "5", name: "Karen B.", imageSrc: "https://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", imageAlt: "Karen B., satisfied customer" }, { - id: "6", - name: "James W.", - imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg", - imageAlt: "James W., satisfied customer" + id: "6", name: "James W.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg", imageAlt: "James W., satisfied customer" } ]} /> @@ -90,14 +72,7 @@ export default function ReviewsPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Google Reviews: 4.9 Stars", - "Better Business Bureau A+", - "Vermont Arborist Association", - "Williamstown Chamber Member", - "Homeowner Referral Network", - "Insurance Company Approved", - "Property Manager Preferred", - "Emergency Service Certified" + "Google Reviews: 4.9 Stars", "Better Business Bureau A+", "Vermont Arborist Association", "Williamstown Chamber Member", "Homeowner Referral Network", "Insurance Company Approved", "Property Manager Preferred", "Emergency Service Certified" ]} showCard={true} speed={40} @@ -107,8 +82,7 @@ export default function ReviewsPage() {