diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 3ec1387..e28723a 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -56,24 +46,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Client Stories" - description="Hear from our satisfied customers." + description="Hear from our satisfied customers. Questions? Call (517) 899-5499." testimonials={[ { - id: "tr1", - name: "John Doe", - handle: "@johndoe", - testimonial: "Excellent service and very fast response.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-mobile-phone-cafe_1170-547.jpg", - imageAlt: "clean plumbing service van", - }, + id: "tr1", name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and very fast response.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-mobile-phone-cafe_1170-547.jpg", imageAlt: "clean plumbing service van"}, { - id: "tr2", - name: "Jane Smith", - handle: "@janesmith", - testimonial: "Very professional and clean work.", - imageSrc: "http://img.b2bpic.net/free-photo/white-modern-sink-faucet-bathroom_74190-6105.jpg?_wi=2", - imageAlt: "clean plumbing service van", - }, + id: "tr2", name: "Jane Smith", handle: "@janesmith", testimonial: "Very professional and clean work.", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-sink-faucet-bathroom_74190-6105.jpg?_wi=2", imageAlt: "clean plumbing service van"}, ]} /> @@ -87,15 +65,7 @@ export default function LandingPage() { description="Recent community updates." blogs={[ { - id: "b1", - category: "News", - title: "Serving Lansing for 10 years", - excerpt: "Celebrating a decade of excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg", - authorName: "The Team", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", - date: "Jan 2025", - }, + id: "b1", category: "News", title: "Serving Lansing for 10 years", excerpt: "Celebrating a decade of excellence.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg", authorName: "The Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", date: "Jan 2025"}, ]} /> @@ -104,40 +74,23 @@ export default function LandingPage() { ); -} +} \ No newline at end of file