diff --git a/src/app/page.tsx b/src/app/page.tsx index adf669e..25f53a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,15 +45,12 @@ export default function LandingPage() {
@@ -71,7 +60,6 @@ export default function LandingPage() {
@@ -82,26 +70,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Leak Detection", - description: "Quickly identify and resolve pipe leaks to prevent water damage.", - tag: "Expertise", - imageSrc: "http://img.b2bpic.net/free-vector/broken-metal-pipe-flat-design_23-2148271386.jpg", - }, + id: "f1", title: "Leak Detection", description: "Quickly identify and resolve pipe leaks to prevent water damage.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/broken-metal-pipe-flat-design_23-2148271386.jpg"}, { - id: "f2", - title: "Drain Cleaning", - description: "Advanced drainage cleaning to keep your systems flowing smoothly.", - tag: "Expertise", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721528.jpg", - }, + id: "f2", title: "Drain Cleaning", description: "Advanced drainage cleaning to keep your systems flowing smoothly.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721528.jpg"}, { - id: "f3", - title: "Water Heaters", - description: "Professional repair and installation of water heating systems.", - tag: "Expertise", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg", - }, + id: "f3", title: "Water Heaters", description: "Professional repair and installation of water heating systems.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg"}, ]} title="Our Expert Services" description="Comprehensive plumbing care for your home and business." @@ -110,44 +83,20 @@ export default function LandingPage() {
@@ -201,29 +138,19 @@ export default function LandingPage() {