From 1a502309d935d60de685e2f54705257df90188eb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:35:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d54d25..4db3c74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,19 +96,19 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Nantege Kigozi", handle: "Homeowner", testimonial: "Honest in their advice before embarking on your project… not just after your money.", rating: 5, + id: "1", name: "Nantege Kigozi", testimonial: "Honest in their advice before embarking on your project… not just after your money.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-standing-balcony-leaning-railing-holding-cup-coffee_23-2148124310.jpg"}, { - id: "2", name: "Miracle Restoration", handle: "Restoration Pro", testimonial: "Excellent and creative services in construction and stone-roofing techniques.", rating: 5, + id: "2", name: "Miracle Restoration", testimonial: "Excellent and creative services in construction and stone-roofing techniques.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-looking-camera-his-office_23-2148242891.jpg"}, { - id: "3", name: "Nyesiga Neybert", handle: "Client", testimonial: "Professionalism at its peak.", rating: 5, + id: "3", name: "Nyesiga Neybert", testimonial: "Professionalism at its peak.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied_1258-161154.jpg"}, { - id: "4", name: "Katongole Derrick", handle: "Client", testimonial: "Good services provided.", rating: 4, + id: "4", name: "Katongole Derrick", testimonial: "Good services provided.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"}, { - id: "5", name: "John Doe", handle: "Client", testimonial: "Transformed my home with their expert roofing skills.", rating: 5, + id: "5", name: "John Doe", testimonial: "Transformed my home with their expert roofing skills.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/proper-collaboration-two-carpenter-workers_329181-15626.jpg"}, ]} showRating={true} @@ -135,8 +135,8 @@ export default function LandingPage() { title="Testimonials" description="Hear from our satisfied customers." testimonials={[ - { id: "t1", name: "Client A", handle: "@a", testimonial: "Great work!", rating: 5 }, - { id: "t2", name: "Client B", handle: "@b", testimonial: "Very satisfied.", rating: 5 } + { id: "t1", name: "Client A", testimonial: "Great work!", rating: 5 }, + { id: "t2", name: "Client B", testimonial: "Very satisfied.", rating: 5 } ]} /> -- 2.49.1