From 54763510f95c390acbde30b4adfbb152a6ac223a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:57:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35e58d6..aae9df4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,6 @@ export default function BondocRoofingPage() { rating={5} ratingText="Over 1,000 Five-Star Reviews" background={{ variant: "plain" }} - useInvertedBackground={false} /> @@ -108,16 +107,16 @@ export default function BondocRoofingPage() { tag="Customer Reviews" testimonials={[ { - id: "1", title: "Professional and Reliable", quote: "Bondoc Roofing completed our roof replacement on time and within budget. Their team was professional, courteous, and left our property spotless. Highly recommended!", name: "Sarah Johnson", role: "San Antonio Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson" + id: "1", title: "Professional and Reliable", quote: "Bondoc Roofing completed our roof replacement on time and within budget. Their team was professional, courteous, and left our property spotless. Highly recommended!", name: "Sarah Johnson", role: "San Antonio Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", title: "Family-Owned Excellence", quote: "As a family business, they truly care about their customers. The inspection was thorough, the explanation was clear, and the work quality exceeded our expectations.", name: "Michael Chen", role: "Austin Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen" + id: "2", title: "Family-Owned Excellence", quote: "As a family business, they truly care about their customers. The inspection was thorough, the explanation was clear, and the work quality exceeded our expectations.", name: "Michael Chen", role: "Austin Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen" }, { - id: "3", title: "Transparent and Honest", quote: "I appreciated their transparency about what needed to be done and what could wait. No pressure, just honest advice. That's integrity in action.", name: "Emily Rodriguez", role: "Corpus Christi Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Emily Rodriguez" + id: "3", title: "Transparent and Honest", quote: "I appreciated their transparency about what needed to be done and what could wait. No pressure, just honest advice. That's integrity in action.", name: "Emily Rodriguez", role: "Corpus Christi Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez" }, { - id: "4", title: "Fast and Efficient", quote: "They completed our full roof replacement in just two days. The team was efficient, the quality was exceptional, and they cleaned up every scrap.", name: "David Kim", role: "Coastal Bend Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Kim" + id: "4", title: "Fast and Efficient", quote: "They completed our full roof replacement in just two days. The team was efficient, the quality was exceptional, and they cleaned up every scrap.", name: "David Kim", role: "Coastal Bend Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim" }, { id: "5", title: "True Community Partners", quote: "More than a roofing company, they're part of our community. Their commitment to quality and customer service sets them apart.", name: "Jennifer Martinez", role: "San Antonio Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Jennifer Martinez" -- 2.49.1