diff --git a/src/app/page.tsx b/src/app/page.tsx index 927d48d..1722047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,30 +29,18 @@ export default function LandingPage() { @@ -60,45 +48,28 @@ export default function LandingPage() {
@@ -109,9 +80,7 @@ export default function LandingPage() { title="Reliable Plumbing Experts" buttons={[ { - text: "Learn More", - href: "#services", - }, + text: "Learn More", href: "#services"}, ]} /> @@ -122,23 +91,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Leak Repair", - description: "Quickly identify and fix leaks to protect your property.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=1", - imageAlt: "Leak Repair", - }, + title: "Leak Repair", description: "Quickly identify and fix leaks to protect your property.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=1", imageAlt: "Leak Repair"}, { - title: "Drain Cleaning", - description: "Professional drain cleaning to keep your pipes flowing smoothly.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=2", - imageAlt: "Drain Cleaning", - }, + title: "Drain Cleaning", description: "Professional drain cleaning to keep your pipes flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=2", imageAlt: "Drain Cleaning"}, { - title: "Fixture Installation", - description: "Expert installation of sinks, toilets, and showers.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=3", - imageAlt: "Fixtures", - }, + title: "Fixture Installation", description: "Expert installation of sinks, toilets, and showers.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=3", imageAlt: "Fixtures"}, ]} title="Our Expert Services" description="Covering all your residential and commercial plumbing needs." @@ -153,25 +110,15 @@ export default function LandingPage() { author="Mark R." avatars={[ { - src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", - alt: "Customer 1", - }, + src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Customer 1"}, { - src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-854.jpg", - alt: "Customer 2", - }, + src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-854.jpg", alt: "Customer 2"}, { - src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg", - alt: "Customer 3", - }, + src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg", alt: "Customer 3"}, { - src: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg", - alt: "Customer 4", - }, + src: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg", alt: "Customer 4"}, { - src: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg", - alt: "Customer 5", - }, + src: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg", alt: "Customer 5"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -182,11 +129,13 @@ export default function LandingPage() { @@ -194,37 +143,39 @@ export default function LandingPage() { ); -} +} \ No newline at end of file