Update src/app/services/page.tsx

This commit is contained in:
2026-03-15 19:05:02 +00:00
parent 00745a423f
commit 63632d19c2

View File

@@ -15,13 +15,11 @@ export default function ServicesPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Gallery", id: "gallery" }, { name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "reviews" }, { name: "Reviews", id: "reviews" },
{ name: "FAQ", id: "faq" },
]; ];
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Services", href: "/services" }, { label: "Services", href: "/services" },
@@ -29,17 +27,14 @@ export default function ServicesPage() {
], ],
}, },
{ {
title: "Customer", title: "Customer", items: [
items: [
{ label: "Reviews", href: "/reviews" }, { label: "Reviews", href: "/reviews" },
{ label: "FAQ", href: "/faq" },
{ label: "Get a Quote", href: "/contact" }, { label: "Get a Quote", href: "/contact" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" }, { label: "Disclaimer", href: "#" },
@@ -65,9 +60,7 @@ export default function ServicesPage() {
brandName="TD's Lawn-Care" brandName="TD's Lawn-Care"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Get a Quote", text: "Get a Quote", href: "/contact"}}
href: "/contact",
}}
/> />
</div> </div>
@@ -82,37 +75,19 @@ export default function ServicesPage() {
features={[ features={[
{ {
id: 1, id: 1,
tag: "Weekly & Bi-Weekly", tag: "Weekly & Bi-Weekly", title: "Lawn Mowing & Edging", subtitle: "Professional grass cutting", description:
title: "Lawn Mowing & Edging", "Regular mowing, edging along sidewalks and driveways, and clean blow-off of clippings. We keep your lawn perfectly manicured every time.", imageSrc:
subtitle: "Professional grass cutting", "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg?_wi=3", imageAlt: "Professional lawn mowing service"},
description:
"Regular mowing, edging along sidewalks and driveways, and clean blow-off of clippings. We keep your lawn perfectly manicured every time.",
imageSrc:
"http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg?_wi=3",
imageAlt: "Professional lawn mowing service",
},
{ {
id: 2, id: 2,
tag: "Seasonal & On-Demand", tag: "Seasonal & On-Demand", title: "Flower Bed Care & Trimming", subtitle: "Beautiful landscape maintenance", description:
title: "Flower Bed Care & Trimming", "Bed clean-up, light trimming, weed removal, and seasonal refresh. Your flower beds will look better than ever.", imageSrc:
subtitle: "Beautiful landscape maintenance", "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg?_wi=3", imageAlt: "Well-maintained flower beds"},
description:
"Bed clean-up, light trimming, weed removal, and seasonal refresh. Your flower beds will look better than ever.",
imageSrc:
"http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg?_wi=3",
imageAlt: "Well-maintained flower beds",
},
{ {
id: 3, id: 3,
tag: "Year-Round", tag: "Year-Round", title: "Seasonal Clean-Ups & Leaf Removal", subtitle: "Complete yard maintenance", description:
title: "Seasonal Clean-Ups & Leaf Removal", "Leaf removal, debris clean-up, and storm clean-up. We keep your property tidy and ready for every season.", imageSrc:
subtitle: "Complete yard maintenance", "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg?_wi=2", imageAlt: "Seasonal yard cleanup service"},
description:
"Leaf removal, debris clean-up, and storm clean-up. We keep your property tidy and ready for every season.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg?_wi=2",
imageAlt: "Seasonal yard cleanup service",
},
]} ]}
/> />
</div> </div>
@@ -120,13 +95,7 @@ export default function ServicesPage() {
<div id="social-proof" data-section="social-proof"> <div id="social-proof" data-section="social-proof">
<SocialProofOne <SocialProofOne
names={[ names={[
"5-Star Rated", "5-Star Rated", "Trusted Since Day One", "Always On Time", "Professional Service", "Fair Pricing", "Quality Results"]}
"Trusted Since Day One",
"Always On Time",
"Professional Service",
"Fair Pricing",
"Quality Results",
]}
title="Why Homeowners Choose TD's Lawn-Care" title="Why Homeowners Choose TD's Lawn-Care"
description="Trusted by families across the community for dependable service, professional manners, and consistently beautiful results." description="Trusted by families across the community for dependable service, professional manners, and consistently beautiful results."
textboxLayout="default" textboxLayout="default"
@@ -142,14 +111,11 @@ export default function ServicesPage() {
text="Ready to experience the TD's Lawn-Care difference? Get your free quote today and see why families trust us to keep their yards looking perfect." text="Ready to experience the TD's Lawn-Care difference? Get your free quote today and see why families trust us to keep their yards looking perfect."
animationType="entrance-slide" animationType="entrance-slide"
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Get a Free Quote", text: "Get a Free Quote", href: "/contact"},
href: "/contact",
},
]} ]}
/> />
</div> </div>