Merge version_1 into main #3
@@ -49,19 +49,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Doe", handle: "@johndoe", testimonial: "Exceptional service, fixed our leak in under an hour. Very professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg", imageAlt: "professional plumber working in home"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg?_wi=1", imageAlt: "professional plumber working in home"},
|
||||
{
|
||||
name: "Jane Smith", handle: "@janesmith", testimonial: "Chappell Plumbing is reliable and the work is top-tier quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg", imageAlt: "plumbing repair icon minimalist"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg?_wi=1", imageAlt: "plumbing repair icon minimalist"},
|
||||
{
|
||||
name: "Michael Brown", handle: "@mbrown", testimonial: "Fastest emergency response in Nashville. Highly recommend.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7", imageAlt: "leak detection icon minimalist"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7&_wi=1", imageAlt: "leak detection icon minimalist"},
|
||||
{
|
||||
name: "Sarah Wilson", handle: "@swilson", testimonial: "Transparent pricing and clean installation. Will call again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg", imageAlt: "pipe installation icon minimalist"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg?_wi=1", imageAlt: "pipe installation icon minimalist"},
|
||||
{
|
||||
name: "Robert Davis", handle: "@rdavis", testimonial: "Experts at what they do. Plumbing done right.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg", imageAlt: "emergency plumbing service icon"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg?_wi=1", imageAlt: "emergency plumbing service icon"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", alt: "Customer One"},
|
||||
@@ -92,16 +92,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Plumbing Repairs", description: "Expert solutions for all residential and commercial plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg", buttonIcon: Wrench,
|
||||
title: "Plumbing Repairs", description: "Expert solutions for all residential and commercial plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg?_wi=2", buttonIcon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Leak Detection", description: "Advanced detection technology to identify and resolve hidden leaks fast.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7", buttonIcon: Search,
|
||||
title: "Leak Detection", description: "Advanced detection technology to identify and resolve hidden leaks fast.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7&_wi=2", buttonIcon: Search,
|
||||
},
|
||||
{
|
||||
title: "Pipe Installation", description: "Professional installation for new builds and renovation projects.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg", buttonIcon: Settings,
|
||||
title: "Pipe Installation", description: "Professional installation for new builds and renovation projects.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg?_wi=2", buttonIcon: Settings,
|
||||
},
|
||||
{
|
||||
title: "Emergency Services", description: "24/7 support for critical plumbing emergencies in Nashville, NC.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg", buttonIcon: Zap,
|
||||
title: "Emergency Services", description: "24/7 support for critical plumbing emergencies in Nashville, NC.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg?_wi=2", buttonIcon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Our Professional Plumbing Services"
|
||||
|
||||
Reference in New Issue
Block a user