From 8b9e61495a07983c2e40cd07c2ac78a9d0073a1e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:53:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fdea68..9f6f5aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { description="Arbusta s.a.l. transforms outdoor spaces into breathtaking landscapes. From innovative designs to expert care, we bring your green vision to life." buttons={[ { - text: "Explore Our Services", href: "#services"}, + text: "", href: "#services"}, { - text: "Get a Free Quote", href: "#contact"}, + text: "", href: "#contact"}, ]} carouselItems={[ { -- 2.49.1