diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 53bc9b0..ff32d50 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -28,29 +28,19 @@ export default function LandingPage() {
@@ -61,19 +51,13 @@ export default function LandingPage() {
metrics={[
{
icon: Home,
- label: "Vermont Roots",
- value: "Born & Raised",
- },
+ label: "Vermont Roots", value: "Born & Raised"},
{
icon: Briefcase,
- label: "Trusted Service",
- value: "Community First",
- },
+ label: "Trusted Service", value: "Community First"},
{
icon: Sparkles,
- label: "Quality Driven",
- value: "Attention to Detail",
- },
+ label: "Quality Driven", value: "Attention to Detail"},
]}
metricsAnimation="slide-up"
/>
@@ -87,26 +71,11 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
- id: "tm-1",
- name: "John Doe",
- role: "Owner & Lead Technician",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112048.jpg",
- imageAlt: "John Doe, Owner of Green Mountain Washing",
- },
+ id: "tm-1", name: "John Doe", role: "Owner & Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112048.jpg", imageAlt: "John Doe, Owner of Green Mountain Washing"},
{
- id: "tm-2",
- name: "Jane Smith",
- role: "Senior Cleaning Specialist",
- imageSrc: "http://img.b2bpic.net/free-photo/housekeeper-with-happy-surprised-face-duster_23-2148076043.jpg",
- imageAlt: "Jane Smith, Cleaning Specialist",
- },
+ id: "tm-2", name: "Jane Smith", role: "Senior Cleaning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/housekeeper-with-happy-surprised-face-duster_23-2148076043.jpg", imageAlt: "Jane Smith, Cleaning Specialist"},
{
- id: "tm-3",
- name: "Robert Green",
- role: "Customer Relations",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
- imageAlt: "Robert Green, Customer Relations",
- },
+ id: "tm-3", name: "Robert Green", role: "Customer Relations", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", imageAlt: "Robert Green, Customer Relations"},
]}
title="Meet the Green Mountain Washing Team"
description="We're a dedicated, owner-operated local business committed to providing the best exterior cleaning services in Vermont. We treat your home like our own!"
@@ -118,12 +87,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Fully Insured",
- "Local Vermont Business",
- "5-Star Rated Service",
- "Experienced Technicians",
- "Customer Satisfaction Guaranteed",
- ]}
+ "Fully Insured", "Local Vermont Business", "5-Star Rated Service", "Experienced Technicians", "Customer Satisfaction Guaranteed"]}
title="Your Trusted Local Cleaning Partner"
description="Green Mountain Washing is fully insured and locally owned, bringing you peace of mind with every service."
/>
@@ -131,21 +95,16 @@ export default function LandingPage() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 09175a7..fc507a2 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -27,29 +27,19 @@ export default function LandingPage() {
@@ -57,22 +47,15 @@ export default function LandingPage() {
@@ -83,35 +66,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq-1",
- title: "What areas do you serve?",
- content: "We proudly serve Essex Junction, VT and the surrounding Vermont areas. Contact us to confirm service availability in your specific location.",
- },
+ id: "faq-1", title: "What areas do you serve?", content: "We proudly serve Essex Junction, VT and the surrounding Vermont areas. Contact us to confirm service availability in your specific location."},
{
- id: "faq-2",
- title: "Is pressure washing safe for my home?",
- content: "Yes, we use a soft washing technique for most residential properties, ensuring a safe and effective clean that won't damage your siding or delicate surfaces.",
- },
+ id: "faq-2", title: "Is pressure washing safe for my home?", content: "Yes, we use a soft washing technique for most residential properties, ensuring a safe and effective clean that won't damage your siding or delicate surfaces."},
{
- id: "faq-3",
- title: "How often should I have my home pressure washed?",
- content: "We recommend professional exterior cleaning annually to maintain your home's appearance and prevent long-term buildup of dirt, mold, and mildew.",
- },
+ id: "faq-3", title: "How often should I have my home pressure washed?", content: "We recommend professional exterior cleaning annually to maintain your home's appearance and prevent long-term buildup of dirt, mold, and mildew."},
{
- id: "faq-4",
- title: "Do I need to be home during the service?",
- content: "No, you don't need to be home. As long as we have access to water spigots and all windows are closed, we can complete the service efficiently.",
- },
+ id: "faq-4", title: "Do I need to be home during the service?", content: "No, you don't need to be home. As long as we have access to water spigots and all windows are closed, we can complete the service efficiently."},
{
- id: "faq-5",
- title: "What forms of payment do you accept?",
- content: "We accept various payment methods including credit cards, debit cards, and local checks for your convenience. Payment is typically due upon completion of service.",
- },
+ id: "faq-5", title: "What forms of payment do you accept?", content: "We accept various payment methods including credit cards, debit cards, and local checks for your convenience. Payment is typically due upon completion of service."},
{
- id: "faq-6",
- title: "Are you insured?",
- content: "Yes, Green Mountain Washing is fully insured for your protection and peace of mind. We operate professionally and safely on every job.",
- },
+ id: "faq-6", title: "Are you insured?", content: "Yes, Green Mountain Washing is fully insured for your protection and peace of mind. We operate professionally and safely on every job."},
]}
title="Frequently Asked Questions"
description="Have more questions before reaching out? Find answers to common inquiries about our services."
@@ -121,21 +86,16 @@ export default function LandingPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b341028..96b1844 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,29 +31,19 @@ export default function LandingPage() {
@@ -63,39 +53,25 @@ export default function LandingPage() {
description="Make your home shine again with fast, affordable exterior cleaning from Green Mountain Washing. We treat your home like our own!"
buttons={[
{
- text: "Get Free Estimate",
- href: "/contact",
- },
+ text: "Get Free Estimate", href: "/contact"},
{
- text: "Call Now",
- href: "tel:+18023182433",
- },
+ text: "Call Now", href: "tel:+18023182433"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/man-is-applying-paint-old-fence-using-airbrush-his-garden_613910-17232.jpg"
- imageAlt="Sparkling clean house after pressure washing"
+ imageSrc="http://img.b2bpic.net/free-photo/view-pressure-washer-cleaning_23-2149503463.jpg"
+ imageAlt="Pressure washer cleaning a surface"
showBlur={true}
textPosition="bottom"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
- alt: "Happy client",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Happy client"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg",
- alt: "Satisfied homeowner",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg", alt: "Satisfied homeowner"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-happy-people-lifestyle_23-2149128378.jpg",
- alt: "Local resident",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-happy-people-lifestyle_23-2149128378.jpg", alt: "Local resident"},
{
- src: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumbs-up-posing-camera-park_1262-20571.jpg",
- alt: "Community member",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumbs-up-posing-camera-park_1262-20571.jpg", alt: "Community member"},
{
- src: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg",
- alt: "Trusted customer",
- },
+ src: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg", alt: "Trusted customer"},
]}
avatarText="Trusted by 100+ local homeowners!"
/>
@@ -108,67 +84,35 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "house-washing",
- label: "House Washing",
- title: "Gentle, Effective House Washing",
- items: [
- "Safely removes dirt, grime, and mildew",
- "Restores your home's curb appeal",
- "Protects your siding from damage",
- ],
+ id: "house-washing", label: "House Washing", title: "Gentle, Effective House Washing", items: [
+ "Safely removes dirt, grime, and mildew", "Restores your home's curb appeal", "Protects your siding from damage"],
buttons: [
{
- text: "Learn More",
- href: "/services#house-washing",
- },
+ text: "Learn More", href: "/services#house-washing"},
],
},
{
- id: "driveway-cleaning",
- label: "Driveway Cleaning",
- title: "Spotless Driveways & Concrete",
- items: [
- "Eliminates oil stains, dirt, and tire marks",
- "Brightens dull concrete surfaces",
- "Enhances overall property appearance",
- ],
+ id: "driveway-cleaning", label: "Driveway Cleaning", title: "Spotless Driveways & Concrete", items: [
+ "Eliminates oil stains, dirt, and tire marks", "Brightens dull concrete surfaces", "Enhances overall property appearance"],
buttons: [
{
- text: "Learn More",
- href: "/services#driveway-cleaning",
- },
+ text: "Learn More", href: "/services#driveway-cleaning"},
],
},
{
- id: "deck-cleaning",
- label: "Deck & Fence Cleaning",
- title: "Restore Your Outdoor Spaces",
- items: [
- "Removes mildew, dirt, and algae",
- "Prepares surfaces for staining or sealing",
- "Extends the life of your deck and fence",
- ],
+ id: "deck-cleaning", label: "Deck & Fence Cleaning", title: "Restore Your Outdoor Spaces", items: [
+ "Removes mildew, dirt, and algae", "Prepares surfaces for staining or sealing", "Extends the life of your deck and fence"],
buttons: [
{
- text: "Learn More",
- href: "/services#deck-cleaning",
- },
+ text: "Learn More", href: "/services#deck-cleaning"},
],
},
{
- id: "window-cleaning",
- label: "Window Cleaning",
- title: "Streak-Free, Crystal Clear Windows",
- items: [
- "Professional, streak-free shine",
- "Removes dirt, dust, and water spots",
- "Improves natural light and views",
- ],
+ id: "window-cleaning", label: "Window Cleaning", title: "Streak-Free, Crystal Clear Windows", items: [
+ "Professional, streak-free shine", "Removes dirt, dust, and water spots", "Improves natural light and views"],
buttons: [
{
- text: "Learn More",
- href: "/services#window-cleaning",
- },
+ text: "Learn More", href: "/services#window-cleaning"},
],
},
]}
@@ -185,65 +129,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "ba-1",
- brand: "House Washing",
- name: "Siding Revival",
- price: "Before & After",
- rating: 5,
- reviewCount: "View",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg",
- imageAlt: "Before and after of dirty and clean house siding",
- },
+ id: "ba-1", brand: "House Washing", name: "Siding Revival", price: "Before & After", rating: 5,
+ reviewCount: "View", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", imageAlt: "Before and after of dirty and clean house siding"},
{
- id: "ba-2",
- brand: "Driveway Cleaning",
- name: "Concrete Transformation",
- price: "Before & After",
- rating: 5,
- reviewCount: "View",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27364.jpg",
- imageAlt: "Before and after of dirty and clean concrete driveway",
- },
+ id: "ba-2", brand: "Driveway Cleaning", name: "Concrete Transformation", price: "Before & After", rating: 5,
+ reviewCount: "View", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27364.jpg", imageAlt: "Before and after of dirty and clean concrete driveway"},
{
- id: "ba-3",
- brand: "Deck Cleaning",
- name: "Wood Restoration",
- price: "Before & After",
- rating: 5,
- reviewCount: "View",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13035.jpg",
- imageAlt: "Before and after of dirty and clean wooden deck",
- },
+ id: "ba-3", brand: "Deck Cleaning", name: "Wood Restoration", price: "Before & After", rating: 5,
+ reviewCount: "View", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13035.jpg", imageAlt: "Before and after of dirty and clean wooden deck"},
{
- id: "ba-4",
- brand: "Window Cleaning",
- name: "Clear Views",
- price: "Before & After",
- rating: 5,
- reviewCount: "View",
- imageSrc: "http://img.b2bpic.net/free-photo/silhouette-businessman-holding-document_23-2147626387.jpg",
- imageAlt: "Before and after of dirty and sparkling clean window",
- },
+ id: "ba-4", brand: "Window Cleaning", name: "Clear Views", price: "Before & After", rating: 5,
+ reviewCount: "View", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-businessman-holding-document_23-2147626387.jpg", imageAlt: "Before and after of dirty and sparkling clean window"},
{
- id: "ba-5",
- brand: "House Washing",
- name: "Full Exterior Brightening",
- price: "Before & After",
- rating: 5,
- reviewCount: "View",
- imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-386.jpg",
- imageAlt: "Before and after of dirty and clean house exterior",
- },
+ id: "ba-5", brand: "House Washing", name: "Full Exterior Brightening", price: "Before & After", rating: 5,
+ reviewCount: "View", imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-386.jpg", imageAlt: "Before and after of dirty and clean house exterior"},
{
- id: "ba-6",
- brand: "Patio Cleaning",
- name: "Stone Patio Refresh",
- price: "Before & After",
- rating: 5,
- reviewCount: "View",
- imageSrc: "http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3177.jpg",
- imageAlt: "Before and after of dirty and clean stone patio",
- },
+ id: "ba-6", brand: "Patio Cleaning", name: "Stone Patio Refresh", price: "Before & After", rating: 5,
+ reviewCount: "View", imageSrc: "http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3177.jpg", imageAlt: "Before and after of dirty and clean stone patio"},
]}
title="See the Green Mountain Difference"
description="Our gallery showcases real results from satisfied customers. Prepare to be amazed!"
@@ -259,50 +161,20 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Homeowner",
- company: "Essex Junction",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
- imageAlt: "Sarah Johnson",
- },
+ id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Essex Junction", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Sarah Johnson"},
{
- id: "2",
- name: "Michael Chen",
- role: "Local Business Owner",
- company: "Essex Junction",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-rubber-gloves-looking-camera-smiling-showing-index-fingers-sitting-table-with-cleaning-supplies-tools-light-living-room_141793-94130.jpg",
- imageAlt: "Michael Chen",
- },
+ id: "2", name: "Michael Chen", role: "Local Business Owner", company: "Essex Junction", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-rubber-gloves-looking-camera-smiling-showing-index-fingers-sitting-table-with-cleaning-supplies-tools-light-living-room_141793-94130.jpg", imageAlt: "Michael Chen"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Property Manager",
- company: "Essex Junction",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
- imageAlt: "Emily Rodriguez",
- },
+ id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Essex Junction", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez"},
{
- id: "4",
- name: "David Kim",
- role: "Homeowner",
- company: "Essex Junction",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg",
- imageAlt: "David Kim",
- },
+ id: "4", name: "David Kim", role: "Homeowner", company: "Essex Junction", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg", imageAlt: "David Kim"},
{
- id: "5",
- name: "Jennifer & Robert Lee",
- role: "Homeowners",
- company: "Essex Junction",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/angry-housewife-standing-crossed-hands-holding-sponge-with-detergent-standing-near-her-happy-husband-who-is-rejoicing-finishing-his-work-couple-going-spring-cleaning-their-house-isolated_273609-7767.jpg",
- imageAlt: "Jennifer and Robert Lee",
- },
+ id: "5", name: "Jennifer & Robert Lee", role: "Homeowners", company: "Essex Junction", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/angry-housewife-standing-crossed-hands-holding-sponge-with-detergent-standing-near-her-happy-husband-who-is-rejoicing-finishing-his-work-couple-going-spring-cleaning-their-house-isolated_273609-7767.jpg", imageAlt: "Jennifer and Robert Lee"},
]}
title="What Our Neighbors Say"
description="Our local customers in Essex Junction trust us for outstanding results and friendly service. We're proud to be 5-star rated!"
@@ -317,20 +189,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "5.0",
- description: "Star Rating (3+ Reviews)",
- },
+ id: "m1", value: "5.0", description: "Star Rating (3+ Reviews)"},
{
- id: "m2",
- value: "100%",
- description: "Customer Satisfaction",
- },
+ id: "m2", value: "100%", description: "Customer Satisfaction"},
{
- id: "m3",
- value: "Local",
- description: "Vermont Operated",
- },
+ id: "m3", value: "Local", description: "Vermont Operated"},
]}
title="Why Choose Green Mountain Washing?"
description="We are a fully insured, local Vermont business dedicated to providing top-quality service with a friendly approach."
@@ -341,39 +204,29 @@ export default function LandingPage() {
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 00714e4..2e1c067 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -26,29 +26,18 @@ export default function LandingPage() {
@@ -59,34 +48,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "hw-desc",
- label: "Description",
- title: "Make Your Home Shine Again",
- items: [
- "Soft washing techniques protect your siding",
- "Removes unsightly algae, mold, and mildew",
- "Increases curb appeal and property value",
- ],
+ id: "hw-desc", label: "Description", title: "Make Your Home Shine Again", items: [
+ "Soft washing techniques protect your siding", "Removes unsightly algae, mold, and mildew", "Increases curb appeal and property value"],
},
{
- id: "hw-benefits",
- label: "Benefits",
- title: "Long-Lasting Clean & Protection",
- items: [
- "Prevents premature aging of exterior surfaces",
- "Creates a healthier living environment",
- "Saves you time and effort on maintenance",
- ],
+ id: "hw-benefits", label: "Benefits", title: "Long-Lasting Clean & Protection", items: [
+ "Prevents premature aging of exterior surfaces", "Creates a healthier living environment", "Saves you time and effort on maintenance"],
},
{
- id: "hw-problems",
- label: "Problems Solved",
- title: "Say Goodbye to Grime & Stains",
- items: [
- "Dirty, dull, or discolored siding",
- "Algae and mold growth on exterior walls",
- "Preparing your home for sale or painting",
- ],
+ id: "hw-problems", label: "Problems Solved", title: "Say Goodbye to Grime & Stains", items: [
+ "Dirty, dull, or discolored siding", "Algae and mold growth on exterior walls", "Preparing your home for sale or painting"],
},
]}
title="House Washing"
@@ -101,34 +72,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "dc-desc",
- label: "Description",
- title: "Restore Concrete to Its Original Luster",
- items: [
- "High-pressure washing for deep cleaning",
- "Specialized treatments for tough stains",
- "Renews the appearance of all concrete surfaces",
- ],
+ id: "dc-desc", label: "Description", title: "Restore Concrete to Its Original Luster", items: [
+ "High-pressure washing for deep cleaning", "Specialized treatments for tough stains", "Renews the appearance of all concrete surfaces"],
},
{
- id: "dc-benefits",
- label: "Benefits",
- title: "Enhanced Safety & Aesthetics",
- items: [
- "Removes slippery algae and mold",
- "Boosts curb appeal instantly",
- "Extends the lifespan of your concrete",
- ],
+ id: "dc-benefits", label: "Benefits", title: "Enhanced Safety & Aesthetics", items: [
+ "Removes slippery algae and mold", "Boosts curb appeal instantly", "Extends the lifespan of your concrete"],
},
{
- id: "dc-problems",
- label: "Problems Solved",
- title: "Eliminate Unsightly Stains",
- items: [
- "Oil stains and tire marks on driveway",
- "Mold and mildew on sidewalks",
- "Dull, discolored concrete surfaces",
- ],
+ id: "dc-problems", label: "Problems Solved", title: "Eliminate Unsightly Stains", items: [
+ "Oil stains and tire marks on driveway", "Mold and mildew on sidewalks", "Dull, discolored concrete surfaces"],
},
]}
title="Driveway & Concrete Cleaning"
@@ -143,34 +96,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "dfc-desc",
- label: "Description",
- title: "Revitalize Your Outdoor Retreat",
- items: [
- "Gentle cleaning for all wood types",
- "Removes dirt, algae, and graying",
- "Prepares surfaces for new stains or sealants",
- ],
+ id: "dfc-desc", label: "Description", title: "Revitalize Your Outdoor Retreat", items: [
+ "Gentle cleaning for all wood types", "Removes dirt, algae, and graying", "Prepares surfaces for new stains or sealants"],
},
{
- id: "dfc-benefits",
- label: "Benefits",
- title: "Extend Life & Enhance Beauty",
- items: [
- "Protects wood from rot and decay",
- "Restores natural wood color and texture",
- "Creates a cleaner, more inviting space",
- ],
+ id: "dfc-benefits", label: "Benefits", title: "Extend Life & Enhance Beauty", items: [
+ "Protects wood from rot and decay", "Restores natural wood color and texture", "Creates a cleaner, more inviting space"],
},
{
- id: "dfc-problems",
- label: "Problems Solved",
- title: "Overcome Weathering & Wear",
- items: [
- "Green algae and black mold on decks",
- "Faded or weathered wooden fences",
- "Splintering wood due to neglect",
- ],
+ id: "dfc-problems", label: "Problems Solved", title: "Overcome Weathering & Wear", items: [
+ "Green algae and black mold on decks", "Faded or weathered wooden fences", "Splintering wood due to neglect"],
},
]}
title="Deck & Fence Cleaning"
@@ -185,34 +120,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "wc-desc",
- label: "Description",
- title: "Crystal Clear Windows, Every Time",
- items: [
- "Hand-cleaned and squeegee-finished",
- "Removes tough water spots and grime",
- "Leaves a long-lasting, brilliant shine",
- ],
+ id: "wc-desc", label: "Description", title: "Crystal Clear Windows, Every Time", items: [
+ "Hand-cleaned and squeegee-finished", "Removes tough water spots and grime", "Leaves a long-lasting, brilliant shine"],
},
{
- id: "wc-benefits",
- label: "Benefits",
- title: "Brighter Home, Better Views",
- items: [
- "Maximizes natural light indoors",
- "Enhances your home's appearance",
- "Eliminates unsightly streaks and smudges",
- ],
+ id: "wc-benefits", label: "Benefits", title: "Brighter Home, Better Views", items: [
+ "Maximizes natural light indoors", "Enhances your home's appearance", "Eliminates unsightly streaks and smudges"],
},
{
- id: "wc-problems",
- label: "Problems Solved",
- title: "No More Dirty Windows",
- items: [
- "Dust, pollen, and debris buildup",
- "Hard water stains and mineral deposits",
- "Difficulty reaching high or large windows",
- ],
+ id: "wc-problems", label: "Problems Solved", title: "No More Dirty Windows", items: [
+ "Dust, pollen, and debris buildup", "Hard water stains and mineral deposits", "Difficulty reaching high or large windows"],
},
]}
title="Window Cleaning"
@@ -222,21 +139,16 @@ export default function LandingPage() {