diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 213e467..4590908 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -16,7 +16,7 @@ export default function ReviewsPage() { borderRadius="soft" contentWidth="small" sizing="largeSmall" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -45,59 +45,23 @@ export default function ReviewsPage() { description="Hear from Jersey City homeowners and business owners who've trusted us with their plumbing needs." testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "Jersey City Homeowner", - testimonial: - "Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=7", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", handle: "Jersey City Homeowner", testimonial: + "Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - handle: "Property Manager", - testimonial: - "I'm happy with the service and will use them again for sure if needed. Highly professional team.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=8", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", handle: "Property Manager", testimonial: + "I'm happy with the service and will use them again for sure if needed. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Angela Rodriguez", - handle: "Jersey City Resident", - testimonial: - "Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=9", - imageAlt: "Angela Rodriguez", - }, + id: "3", name: "Angela Rodriguez", handle: "Jersey City Resident", testimonial: + "Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Angela Rodriguez"}, { - id: "4", - name: "David Kim", - handle: "Business Owner", - testimonial: - "Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=10", - imageAlt: "David Kim", - }, + id: "4", name: "David Kim", handle: "Business Owner", testimonial: + "Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "David Kim"}, { - id: "5", - name: "Lisa Thompson", - handle: "Jersey City Homeowner", - testimonial: - "They explained everything and didn't push unnecessary work. Fair pricing and quality service.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=11", - imageAlt: "Lisa Thompson", - }, + id: "5", name: "Lisa Thompson", handle: "Jersey City Homeowner", testimonial: + "They explained everything and didn't push unnecessary work. Fair pricing and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Lisa Thompson"}, { - id: "6", - name: "James Martinez", - handle: "Landlord", - testimonial: - "Reliable, professional, and they work with landlords on scheduling. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=12", - imageAlt: "James Martinez", - }, + id: "6", name: "James Martinez", handle: "Landlord", testimonial: + "Reliable, professional, and they work with landlords on scheduling. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "James Martinez"}, ]} animationType="slide-up" textboxLayout="default" @@ -119,7 +83,7 @@ export default function ReviewsPage() { { text: "Request Your Estimate", href: "/contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} containerClassName="mx-auto px-4 md:px-6" />