4 Commits

Author SHA1 Message Date
9534efd64e Update src/app/page.tsx 2026-03-09 16:27:40 +00:00
46f6338836 Merge version_5 into main
Merge version_5 into main
2026-03-09 16:23:15 +00:00
244071af32 Merge version_5 into main
Merge version_5 into main
2026-03-09 16:22:30 +00:00
f3a09bf59b Merge version_5 into main
Merge version_5 into main
2026-03-09 16:21:17 +00:00

View File

@@ -109,22 +109,28 @@ export default function Home() {
<FeatureCardTwentySeven
features={[
{
id: "1", title: "Landscape Design", description: "Custom landscape design tailored to your vision and property needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg?_wi=2", imageAlt: "Landscape design"
id: "1", title: "Landscape Design", description: "Custom landscape design tailored to your vision and property needs", imageSrc: "https://images.unsplash.com/photo-1585471237318-47a03e87f64a?w=800&q=80", imageAlt: "Landscape design"
},
{
id: "2", title: "Hardscape Installation", description: "Professional installation of patios, walkways, and retaining walls", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg?_wi=3", imageAlt: "Hardscape installation"
id: "2", title: "Hardscape Installation", description: "Professional installation of patios, walkways, and retaining walls", imageSrc: "https://images.unsplash.com/photo-1604431541723-e0c3b1b0d3e7?w=800&q=80", imageAlt: "Hardscape installation"
},
{
id: "3", title: "Lawn Maintenance", description: "Ongoing lawn care and maintenance to keep your property looking pristine", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg?_wi=4", imageAlt: "Lawn maintenance"
id: "3", title: "Lawn Maintenance", description: "Ongoing lawn care and maintenance to keep your property looking pristine", imageSrc: "https://images.unsplash.com/photo-1576516065381-1c4aeac4f76e?w=800&q=80", imageAlt: "Lawn maintenance"
},
{
id: "4", title: "Outdoor Living Spaces", description: "Create beautiful outdoor areas for entertainment and relaxation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg?_wi=5", imageAlt: "Outdoor living space"
id: "4", title: "Outdoor Living Spaces", description: "Create beautiful outdoor areas for entertainment and relaxation", imageSrc: "https://images.unsplash.com/photo-1572497021605-2e75f75a1330?w=800&q=80", imageAlt: "Outdoor living space"
},
{
id: "5", title: "Tree & Shrub Care", description: "Expert pruning, trimming, and planting services for trees and shrubs", imageSrc: "https://images.unsplash.com/photo-1597848212624-753a6d8c3e2a?w=800&q=80", imageAlt: "Tree and shrub care"
},
{
id: "6", title: "Seasonal Services", description: "Spring cleanup, fall leaf removal, and year-round maintenance", imageSrc: "https://images.unsplash.com/photo-1599837487335-8e4325f9e0b9?w=800&q=80", imageAlt: "Seasonal landscaping services"
},
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
title="Our Services"
description="We offer a comprehensive range of landscaping and hardscape services"
description="We offer a comprehensive range of landscaping and hardscape services to transform your outdoor space"
textboxLayout="default"
useInvertedBackground={false}
/>