From 2126a6def9cbb6cd452edc2b41eae7d6918c4e85 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 15:57:02 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 169 ++++++++++----------------------------- 1 file changed, 42 insertions(+), 127 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 7b7f51d..5c811c2 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -27,35 +27,21 @@ export default function LandingPage() { @@ -68,6 +54,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-vector/flat-design-patented-labels-set_23-2149725939.jpg" imageAlt="BBB A-rated and Accredited Business badge" mediaAnimation="opacity" + bulletPoints={[]} /> @@ -78,50 +65,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "review-1", - name: "Local Homeowner", - handle: "", - testimonial: "Fast, honest, and professional. They had our furnace running the same day. Highly recommended!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg", - imageAlt: "Happy homeowner", - }, + id: "review-1", name: "Local Homeowner", handle: "", testimonial: "Fast, honest, and professional. They had our furnace running the same day. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg", imageAlt: "Happy homeowner"}, { - id: "review-2", - name: "Plain City Resident", - handle: "", - testimonial: "Fair pricing and no upselling. Exactly what you want from an HVAC company.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-phone-man_273609-6373.jpg", - imageAlt: "Satisfied Plain City resident", - }, + id: "review-2", name: "Plain City Resident", handle: "", testimonial: "Fair pricing and no upselling. Exactly what you want from an HVAC company.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-phone-man_273609-6373.jpg", imageAlt: "Satisfied Plain City resident"}, { - id: "review-3", - name: "Central Ohio Business Owner", - handle: "", - testimonial: "Installed our new system on time and on budget. Highly recommend McCoy.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", - imageAlt: "Business owner", - }, + id: "review-3", name: "Central Ohio Business Owner", handle: "", testimonial: "Installed our new system on time and on budget. Highly recommend McCoy.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Business owner"}, { - id: "review-4", - name: "Mark R.", - handle: "", - testimonial: "McCoy is reliable and trustworthy. They fixed my AC quickly when it broke down in the summer heat.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-cheerfully-showing-thumbs-up-green-wall_141793-29344.jpg", - imageAlt: "Happy customer Mark R.", - }, + id: "review-4", name: "Mark R.", handle: "", testimonial: "McCoy is reliable and trustworthy. They fixed my AC quickly when it broke down in the summer heat.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-cheerfully-showing-thumbs-up-green-wall_141793-29344.jpg", imageAlt: "Happy customer Mark R."}, { - id: "review-5", - name: "Susan L.", - handle: "", - testimonial: "Professional and friendly team. My new furnace installation was seamless and efficient.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg", - imageAlt: "Satisfied customer Susan L.", - }, + id: "review-5", name: "Susan L.", handle: "", testimonial: "Professional and friendly team. My new furnace installation was seamless and efficient.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg", imageAlt: "Satisfied customer Susan L."}, ]} showRating={true} title="Hear From Our Happy Clients" @@ -133,109 +90,67 @@ export default function LandingPage() {