diff --git a/src/app/page.tsx b/src/app/page.tsx
index 13efd30..058cc10 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -57,78 +42,32 @@ export default function LandingPage() {
@@ -139,41 +78,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Irrigation | Riego",
- description: "Professional irrigation systems.",
- tag: "Essential",
- imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020410.jpg",
- },
- {
- id: "f2",
- title: "Sod Installation | Instalación de Césped",
- description: "Quick, healthy lawn growth.",
- tag: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg",
- },
- {
- id: "f3",
- title: "Pavers & Patios | Pavimentos y Patios",
- description: "Elegant outdoor spaces.",
- tag: "Design",
- imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1024.jpg",
- },
- {
- id: "f4",
- title: "Fences & Walls | Vallas y Muros",
- description: "Sturdy privacy and retention.",
- tag: "Safety",
- imageSrc: "http://img.b2bpic.net/free-photo/pine-branches-white-wooden-fence_1372-71.jpg",
- },
- {
- id: "f5",
- title: "Yard Improvements | Mejoras de Jardín",
- description: "Full outdoor renovations.",
- tag: "Upgrade",
- imageSrc: "http://img.b2bpic.net/free-photo/composed-flowerpots-with-tools_23-2148028969.jpg",
- },
+ { id: "f1", title: "Irrigation | Riego", description: "Professional irrigation systems.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020410.jpg" },
+ { id: "f2", title: "Sod Installation | Instalación de Césped", description: "Quick, healthy lawn growth.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg" },
+ { id: "f3", title: "Pavers & Patios | Pavimentos y Patios", description: "Elegant outdoor spaces.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1024.jpg" },
+ { id: "f4", title: "Fences & Walls | Vallas y Muros", description: "Sturdy privacy and retention.", tag: "Safety", imageSrc: "http://img.b2bpic.net/free-photo/pine-branches-white-wooden-fence_1372-71.jpg" },
+ { id: "f5", title: "Yard Improvements | Mejoras de Jardín", description: "Full outdoor renovations.", tag: "Upgrade", imageSrc: "http://img.b2bpic.net/free-photo/composed-flowerpots-with-tools_23-2148028969.jpg" },
]}
title="Our Services | Nuestros Servicios"
description="Comprehensive construction solutions for your yard. | Soluciones integrales para su jardín."
@@ -195,37 +104,14 @@ export default function LandingPage() {