Update src/app/services/page.tsx
This commit is contained in:
@@ -15,13 +15,11 @@ export default function ServicesPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -29,17 +27,14 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer",
|
||||
items: [
|
||||
title: "Customer", items: [
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Get a Quote", href: "/contact" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -65,9 +60,7 @@ export default function ServicesPage() {
|
||||
brandName="TD's Lawn-Care"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,37 +75,19 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Weekly & Bi-Weekly",
|
||||
title: "Lawn Mowing & Edging",
|
||||
subtitle: "Professional grass cutting",
|
||||
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",
|
||||
},
|
||||
tag: "Weekly & Bi-Weekly", title: "Lawn Mowing & Edging", subtitle: "Professional grass cutting", 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,
|
||||
tag: "Seasonal & On-Demand",
|
||||
title: "Flower Bed Care & Trimming",
|
||||
subtitle: "Beautiful landscape maintenance",
|
||||
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",
|
||||
},
|
||||
tag: "Seasonal & On-Demand", title: "Flower Bed Care & Trimming", subtitle: "Beautiful landscape maintenance", 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,
|
||||
tag: "Year-Round",
|
||||
title: "Seasonal Clean-Ups & Leaf Removal",
|
||||
subtitle: "Complete yard maintenance",
|
||||
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",
|
||||
},
|
||||
tag: "Year-Round", title: "Seasonal Clean-Ups & Leaf Removal", subtitle: "Complete yard maintenance", 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>
|
||||
@@ -120,13 +95,7 @@ export default function ServicesPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
names={[
|
||||
"5-Star Rated",
|
||||
"Trusted Since Day One",
|
||||
"Always On Time",
|
||||
"Professional Service",
|
||||
"Fair Pricing",
|
||||
"Quality Results",
|
||||
]}
|
||||
"5-Star Rated", "Trusted Since Day One", "Always On Time", "Professional Service", "Fair Pricing", "Quality Results"]}
|
||||
title="Why Homeowners Choose TD's Lawn-Care"
|
||||
description="Trusted by families across the community for dependable service, professional manners, and consistently beautiful results."
|
||||
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."
|
||||
animationType="entrance-slide"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user