Update src/app/page.tsx
This commit is contained in:
@@ -187,20 +187,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Very professional, punctual, and great value. They fixed our water heater issue quickly and explained everything clearly. Highly recommend Dunham Plumbing for anyone in Nashville."
|
||||
rating={5}
|
||||
author="Sarah Johnson, Nashville IN"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1931.jpg", alt: "Sarah Johnson" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg", alt: "Michael Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", alt: "Emily Davis" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171438.jpg", alt: "James Wilson" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<div className="py-12 md:py-16 lg:py-20 text-center">
|
||||
<h2 className="text-xl md:text-2xl lg:text-3xl font-semibold mb-8 md:mb-12">40+ Satisfied Customers in Nashville Trust Dunham Plumbing</h2>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Very professional, punctual, and great value. They fixed our water heater issue quickly and explained everything clearly. Highly recommend Dunham Plumbing for anyone in Nashville."
|
||||
rating={5}
|
||||
author="Sarah Johnson, Nashville IN"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1931.jpg", alt: "Sarah Johnson" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg", alt: "Michael Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", alt: "Emily Davis" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171438.jpg", alt: "James Wilson" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
Reference in New Issue
Block a user