From 4bb390c3a5976df788fca9d65c5f117afa2b5add Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 21:53:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b1b17e..4f81a8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { testimonials={[ { name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and very quick response time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=1", imageAlt: "professional plumber at work"}, + }, { name: "Jane Smith", handle: "@janesmith", testimonial: "Professional and highly skilled plumbers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=1", imageAlt: "professional plumber at work"}, + }, { name: "Mike Ross", handle: "@mikeross", testimonial: "Best service in town for heating issues.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", imageAlt: "professional plumber at work"}, + }, { name: "Sarah Connor", handle: "@sarahc", testimonial: "Fixed my major leak in hours.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg?_wi=1", imageAlt: "professional plumber at work"}, + }, { name: "David Kim", handle: "@davidk", testimonial: "Trustworthy and clean work every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1", imageAlt: "professional plumber at work"}, + }, ]} buttons={[ { @@ -151,15 +151,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "John Doe", date: "2024-01-01", title: "Great Service", quote: "Aspen Plumbing is simply the best.", tag: "Plumbing", avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spiral-notebooks-wood-blocks-gem-clips-clothespins-black_140725-144655.jpg"}, + id: "1", name: "John Doe", date: "2024-01-01", title: "Great Service", quote: "Aspen Plumbing is simply the best.", tag: "Plumbing", avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg"}, { - id: "2", name: "Jane Smith", date: "2024-02-01", title: "Fast Response", quote: "Super quick response for my emergency.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", imageSrc: "http://img.b2bpic.net/free-photo/curly-mulatto-female-student-posing-with-smile-okay-sign-after-difficult-test-international-university-indoor-portrait-african-woman-work-as-manager-office-with-young-asian-man_197531-3789.jpg"}, + id: "2", name: "Jane Smith", date: "2024-02-01", title: "Fast Response", quote: "Super quick response for my emergency.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"}, { - id: "3", name: "Mike Ross", date: "2024-03-01", title: "Professional", quote: "Extremely skilled and friendly team.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-man-holding-clipboard_23-2148384535.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15633.jpg"}, + id: "3", name: "Mike Ross", date: "2024-03-01", title: "Professional", quote: "Extremely skilled and friendly team.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-man-holding-clipboard_23-2148384535.jpg"}, { - id: "4", name: "Sarah Connor", date: "2024-04-01", title: "Highly Recommend", quote: "I trust them with all my mechanical systems.", tag: "Mechanical", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg"}, + id: "4", name: "Sarah Connor", date: "2024-04-01", title: "Highly Recommend", quote: "I trust them with all my mechanical systems.", tag: "Mechanical", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg"}, { - id: "5", name: "David Kim", date: "2024-05-01", title: "Reliable", quote: "Consistent quality over the years.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-pencil_23-2148372127.jpg"}, + id: "5", name: "David Kim", date: "2024-05-01", title: "Reliable", quote: "Consistent quality over the years.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg"}, ]} title="What Our Clients Say" description="Don't just take our word for it." -- 2.49.1