Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-02 06:55:42 +00:00

View File

@@ -86,15 +86,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="Incredible service! They responded so fast and fixed our leaking pipe within hours. Very professional and helpful."
testimonial="I couldn't be happier with C L Robert Plumbing! They fixed my AC unit on a Sunday and the technician was professional, clean, and extremely helpful. Truly 5-star service!"
rating={5}
author="Sarah Miller"
author="Robert J."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-technician-grey-uniform-holding-opened-toolbox-while-pinching-his-nose-due-bad-smell-looking-annoyed_176474-35310.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-talking-work_23-2149308449.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/business-agreement-handshake-coffee-shop_53876-16008.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/young-technician-grey-uniform-holding-opened-toolbox-while-pinching-his-nose-due-bad-smell-looking-annoyed_176474-35310.jpg", alt: "Customer" }
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-talking-work_23-2149308449.jpg", alt: "Customer" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -152,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}