diff --git a/src/app/page.tsx b/src/app/page.tsx index 13d649f..b4e5958 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,9 @@ export default function LandingPage() { { title: "Paver Installs", description: "Custom-designed paver surfaces for patios and driveways.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg?_wi=2"}, { - title: "Retaining Walls", description: "Structural and decorative stone walls for property definition.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg"}, + title: "Retaining Wall Installs", description: "Structural and decorative stone walls for property definition.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg"}, + { + title: "Erosion Control", description: "Advanced erosion control solutions to protect and stabilize your landscape.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg"}, ]} title="Our Hardscape Services" description="Premium outdoor solutions designed for your lifestyle." @@ -151,4 +153,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}