Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 18:21:50 +00:00
parent 035e121a8a
commit 9765a24cf7

View File

@@ -15,7 +15,7 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -41,31 +41,19 @@ export default function ServicesPage() {
<FeatureCardOne
features={[
{
title: "Artificial Turf Installation",
description:
"Transform your outdoor space with premium artificial turf. Our synthetic grass is UV-resistant, pet-friendly, and requires no watering or maintenance. Perfect for Nevada's desert climate, reducing water usage by up to 55 gallons per square foot annually.",
imageSrc:
"http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg?_wi=2",
imageAlt: "Artificial turf installation",
button: { text: "Get Quote", href: "/contact" },
title: "Artificial Turf Installation", description:
"Transform your outdoor space with premium artificial turf. Our synthetic grass is UV-resistant, pet-friendly, and requires no watering or maintenance. Perfect for Nevada's desert climate, reducing water usage by up to 55 gallons per square foot annually.", imageSrc:
"http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg", imageAlt: "Artificial turf installation", button: { text: "Get Quote", href: "/contact" },
},
{
title: "Irrigation Systems Design & Installation",
description:
"Efficient irrigation keeps your landscape healthy while conserving water. We design custom systems with smart controllers, drip irrigation, and sprinkler zones tailored to your property's unique needs and plant requirements.",
imageSrc:
"http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg?_wi=2",
imageAlt: "Irrigation system installation",
button: { text: "Get Quote", href: "/contact" },
title: "Irrigation Systems Design & Installation", description:
"Efficient irrigation keeps your landscape healthy while conserving water. We design custom systems with smart controllers, drip irrigation, and sprinkler zones tailored to your property's unique needs and plant requirements.", imageSrc:
"http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg", imageAlt: "Irrigation system installation", button: { text: "Get Quote", href: "/contact" },
},
{
title: "Hardscape & Landscape Construction",
description:
"We build lasting outdoor structures including retaining walls, patios, walkways, driveways, pergolas, and water features. Each project combines functionality with aesthetic appeal, using quality materials and skilled craftsmanship.",
imageSrc:
"http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2",
imageAlt: "Hardscape patio construction",
button: { text: "Get Quote", href: "/contact" },
title: "Hardscape & Landscape Construction", description:
"We build lasting outdoor structures including retaining walls, patios, walkways, driveways, pergolas, and water features. Each project combines functionality with aesthetic appeal, using quality materials and skilled craftsmanship.", imageSrc:
"http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Hardscape patio construction", button: { text: "Get Quote", href: "/contact" },
},
]}
title="Our Detailed Services"
@@ -87,7 +75,7 @@ export default function ServicesPage() {
<ContactText
text="Need a custom landscaping solution? Our team specializes in creating outdoor spaces that combine beauty, functionality, and durability. Schedule your free consultation and site evaluation today."
animationType="entrance-slide"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Schedule Consultation", href: "tel:+17755551234" },