diff --git a/src/app/page.tsx b/src/app/page.tsx index 501c506..c9bf944 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,72 +30,45 @@ export default function LandingPage() {
@@ -107,21 +80,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "No Hidden Fees", - "No Unfinished Work", - "No Unqualified Repairs", - "No Delays In Service", - "No Mess Left Behind", - ], + "No Hidden Fees", "No Unfinished Work", "No Unqualified Repairs", "No Delays In Service", "No Mess Left Behind"], }} positiveCard={{ items: [ - "Expert Plumbing Repairs", - "Precision Leak Detection", - "Pipe Installation Services", - "24/7 Emergency Plumbing Support", - "Drain Cleaning Solutions", - ], + "Expert Plumbing Repairs", "Precision Leak Detection", "Pipe Installation Services", "24/7 Emergency Plumbing Support", "Drain Cleaning Solutions"], }} title="Professional Plumbing Services" description="We handle every plumbing need with precision and care." @@ -136,7 +99,7 @@ export default function LandingPage() { description="With years of experience serving Nashville, NC, Chappell Plumbing Solutions provides professional and trustworthy service for every customer." subdescription="Our team of certified professionals ensures your plumbing is handled with the highest standards of safety and efficiency." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -148,45 +111,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "John Doe", - handle: "@johndoe", - testimonial: "Fast and reliable service! Fixed my leak in under an hour.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=7", - imageAlt: "modern plumbing services", - }, + id: "1", name: "John Doe", handle: "@johndoe", testimonial: "Fast and reliable service! Fixed my leak in under an hour.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=7", imageAlt: "modern plumbing services"}, { - id: "2", - name: "Jane Smith", - handle: "@janesmith", - testimonial: "Very professional and fair pricing. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg?_wi=2", - imageAlt: "professional plumber at work", - }, + id: "2", name: "Jane Smith", handle: "@janesmith", testimonial: "Very professional and fair pricing. Highly recommended.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg?_wi=2", imageAlt: "professional plumber at work"}, { - id: "3", - name: "Mike Johnson", - handle: "@mikej", - testimonial: "Chappell plumbing saved my kitchen. Great service.", - imageSrc: "http://img.b2bpic.net/free-vector/black-blue-letter-s-business-card_1057-4424.jpg", - imageAlt: "plumbing business badge", - }, + id: "3", name: "Mike Johnson", handle: "@mikej", testimonial: "Chappell plumbing saved my kitchen. Great service.", imageSrc: "https://img.b2bpic.net/free-vector/black-blue-letter-s-business-card_1057-4424.jpg", imageAlt: "plumbing business badge"}, { - id: "4", - name: "Sarah Williams", - handle: "@sarahw", - testimonial: "Quality work, friendly team. Thanks guys!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sek4bd", - imageAlt: "plumbing business badge", - }, + id: "4", name: "Sarah Williams", handle: "@sarahw", testimonial: "Quality work, friendly team. Thanks guys!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sek4bd", imageAlt: "plumbing business badge"}, { - id: "5", - name: "Robert Brown", - handle: "@robb", - testimonial: "The emergency service was incredible. Got here fast.", - imageSrc: "http://img.b2bpic.net/free-vector/plumbing-labels-icons-set_1284-4470.jpg", - imageAlt: "plumbing business badge", - }, + id: "5", name: "Robert Brown", handle: "@robb", testimonial: "The emergency service was incredible. Got here fast.", imageSrc: "https://img.b2bpic.net/free-vector/plumbing-labels-icons-set_1284-4470.jpg", imageAlt: "plumbing business badge"}, ]} title="What Our Customers Say" description="Highly recommended for their reliability and professional service in the Nashville area." @@ -197,8 +130,7 @@ export default function LandingPage() {