From 877ffcb5efb39e8c7aa44cca80260ab87b066531 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:54:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f6f5aa..235b60c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,6 @@ export default function LandingPage() { variant: "rotated-rays-static"}} title="Crafting Nature's Beauty in Lebanon" 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: "", href: "#services"}, - { - text: "", href: "#contact"}, - ]} carouselItems={[ { id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790342.jpg", imageAlt: "Beautiful garden design with lush greenery and a swimming pool"}, @@ -88,10 +82,6 @@ export default function LandingPage() { { type: "text", content: " s.a.l."}, ]} - buttons={[ - { - text: "Learn More", href: "#services"}, - ]} /> @@ -242,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1