diff --git a/src/app/page.tsx b/src/app/page.tsx index dfd966e..3623769 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,15 +42,12 @@ export default function LandingPage() {
@@ -69,34 +60,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - label: "Roof Care", - title: "Roof Softwash", - items: [ - "Removes algae & mold", - "Safe for shingles", - "Extends roof life", - ], + id: "s1", label: "Roof Care", title: "Roof Softwash", items: [ + "Removes algae & mold", "Safe for shingles", "Extends roof life"], }, { - id: "s2", - label: "Siding", - title: "Siding Cleaning", - items: [ - "Restores color", - "Eco-friendly agents", - "No damage risk", - ], + id: "s2", label: "Siding", title: "Siding Cleaning", items: [ + "Restores color", "Eco-friendly agents", "No damage risk"], }, { - id: "s3", - label: "Driveways", - title: "Driveway Restoration", - items: [ - "Deep concrete cleaning", - "Oil stain removal", - "Surface brightening", - ], + id: "s3", label: "Driveways", title: "Driveway Restoration", items: [ + "Deep concrete cleaning", "Oil stain removal", "Surface brightening"], }, ]} title="Our Expert Services" @@ -109,30 +82,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Miller", - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27393.jpg", - }, + id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27393.jpg"}, { - id: "t2", - name: "James Wilson", - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112419.jpg", - }, + id: "t2", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112419.jpg"}, { - id: "t3", - name: "Emma Davis", - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2799.jpg", - }, + id: "t3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2799.jpg"}, { - id: "t4", - name: "Robert Brown", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-plants_23-2149454795.jpg", - }, + id: "t4", name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-plants_23-2149454795.jpg"}, { - id: "t5", - name: "Lisa Taylor", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065037.jpg", - }, + id: "t5", name: "Lisa Taylor", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065037.jpg"}, ]} cardTitle="Client Success Stories" cardTag="Reviews" @@ -146,20 +104,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Is softwashing safe for my siding?", - content: "Yes! Our softwash technique uses low-pressure water and specialized, eco-friendly cleaning agents, ensuring your siding is cleaned without any risk of damage.", - }, + id: "f1", title: "Is softwashing safe for my siding?", content: "Yes! Our softwash technique uses low-pressure water and specialized, eco-friendly cleaning agents, ensuring your siding is cleaned without any risk of damage."}, { - id: "f2", - title: "How often should I clean my roof?", - content: "We recommend a professional cleaning every 2-3 years, depending on your location, to prevent harmful algae and lichen build-up.", - }, + id: "f2", title: "How often should I clean my roof?", content: "We recommend a professional cleaning every 2-3 years, depending on your location, to prevent harmful algae and lichen build-up."}, { - id: "f3", - title: "Are your cleaning agents environmentally friendly?", - content: "Absolutely. We prioritize bio-degradable products that are safe for your landscaping, pets, and family.", - }, + id: "f3", title: "Are your cleaning agents environmentally friendly?", content: "Absolutely. We prioritize bio-degradable products that are safe for your landscaping, pets, and family."}, ]} imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552253.jpg" mediaAnimation="slide-up" @@ -173,8 +122,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file