1 Commits

Author SHA1 Message Date
kudinDmitriyUp
76e4a68006 feat: replace FeaturesTaggedCards with FeaturesMediaCards for a more connected look 2026-05-09 20:07:53 +00:00

View File

@@ -1,6 +1,6 @@
import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards'; import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
@@ -46,31 +46,27 @@ export default function HomePage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<SectionErrorBoundary name="services"> <SectionErrorBoundary name="services">
<FeaturesTaggedCards <FeaturesMediaCards
tag="Our Services" tag="Our Services"
title="Comprehensive Landscaping Solutions" title="Comprehensive Landscaping Solutions"
description="We offer a full range of landscaping services to enhance the beauty and functionality of your property, tailored to San Diego's unique climate." description="We offer a full range of landscaping services to enhance the beauty and functionality of your property, tailored to San Diego's unique climate."
items={[ items={[
{ {
tag: "Design & Planning",
title: "Custom Garden Design", title: "Custom Garden Design",
description: "From conceptualization to execution, we craft bespoke garden designs that reflect your style and thrive in our local environment.", description: "From conceptualization to execution, we craft bespoke garden designs that reflect your style and thrive in our local environment.",
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/tmp/make-a-garden-1778354006288-58a0ef89.png", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/tmp/make-a-garden-1778354006288-58a0ef89.png",
}, },
{ {
tag: "Water Management",
title: "Efficient Irrigation Systems", title: "Efficient Irrigation Systems",
description: "Minimize water waste and maintain lush landscapes with our expertly installed and maintained irrigation systems.", description: "Minimize water waste and maintain lush landscapes with our expertly installed and maintained irrigation systems.",
imageSrc: "https://pixabay.com/get/gee03c76caf2072a1410b6a90291c9fc2a15e13422de8717d3b37cf15dba7a3f1e04099aa7f6e3e7d85cf7719273d7c200642bf6b83aa462832eedd86198793b4_1280.jpg?id=2900029", imageSrc: "https://pixabay.com/get/gee03c76caf2072a1410b6a90291c9fc2a15e13422de8717d3b37cf15dba7a3f1e04099aa7f6e3e7d85cf7719273d7c200642bf6b83aa462832eedd86198793b4_1280.jpg?id=2900029",
}, },
{ {
tag: "Plant Care",
title: "Tree & Shrub Services", title: "Tree & Shrub Services",
description: "Keep your trees and shrubs healthy and beautiful with our professional pruning, removal, and plant health care programs.", description: "Keep your trees and shrubs healthy and beautiful with our professional pruning, removal, and plant health care programs.",
imageSrc: "https://pixabay.com/get/gd04c1f5508662b2129847ab2da6c712392b6afe2db7416fdb3707e2fb50a3eaee99ff69ee8f054482c6c1d486f33ed08d073f38aaf82a8db2bb54007cec1c572_1280.jpg?id=5263781", imageSrc: "https://pixabay.com/get/gd04c1f5508662b2129847ab2da6c712392b6afe2db7416fdb3707e2fb50a3eaee99ff69ee8f054482c6c1d486f33ed08d073f38aaf82a8db2bb54007cec1c572_1280.jpg?id=5263781",
}, },
{ {
tag: "Outdoor Living",
title: "Hardscaping & Patios", title: "Hardscaping & Patios",
description: "Create stunning outdoor living spaces with custom patios, walkways, fire pits, and retaining walls using durable materials.", description: "Create stunning outdoor living spaces with custom patios, walkways, fire pits, and retaining walls using durable materials.",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698456.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698456.jpg",