Update src/app/services/page.tsx
This commit is contained in:
@@ -26,29 +26,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},\n {
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-icon-traveling-vacation_23-2151037323.jpg"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/pressure-washing-logo_53876-140224.jpg"
|
||||
logoAlt="Green Mountain Washing Logo"
|
||||
brandName="Green Mountain Washing"
|
||||
button={{
|
||||
text: "Get Free Estimate",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Estimate", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-icon-traveling-vacation_23-2151037323.jpg"
|
||||
logoAlt="Green Mountain Washing Logo"
|
||||
logoText="Green Mountain Washing"
|
||||
copyrightText="© 2024 Green Mountain Washing. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user