diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5e4446e..f9af728 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,7 +3,7 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
-import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
+import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
@@ -44,7 +44,7 @@ export default function LandscapingPage() {
-
@@ -92,14 +87,10 @@ export default function LandscapingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- tag: "Design", title: "Landscape Design", subtitle: "Custom Tailored Plans", description: "Expert designs that maximize your available space and match your architectural style."},
- {
- tag: "Construction", title: "Hardscaping & Paving", subtitle: "Structural Beauty", description: "Building durable, high-quality driveways, walkways, and patio structures."},
- {
- tag: "Maintenance", title: "Garden Maintenance", subtitle: "Expert Care", description: "Keeping your outdoor space pristine through professional mowing, pruning, and seasonal care."},
- {
- tag: "Irrigation", title: "Smart Irrigation", subtitle: "Efficient Water Management", description: "Custom irrigation systems designed for optimal growth and resource conservation."},
+ { tag: "Design", title: "Landscape Design", subtitle: "Custom Tailored Plans", description: "Expert designs that maximize your available space and match your architectural style." },
+ { tag: "Construction", title: "Hardscaping & Paving", subtitle: "Structural Beauty", description: "Building durable, high-quality driveways, walkways, and patio structures." },
+ { tag: "Maintenance", title: "Garden Maintenance", subtitle: "Expert Care", description: "Keeping your outdoor space pristine through professional mowing, pruning, and seasonal care." },
+ { tag: "Irrigation", title: "Smart Irrigation", subtitle: "Efficient Water Management", description: "Custom irrigation systems designed for optimal growth and resource conservation." },
]}
/>
@@ -123,14 +114,14 @@ export default function LandscapingPage() {