Merge version_3 into main #11

Merged
bender merged 1 commits from version_3 into main 2026-06-01 14:54:40 +00:00

View File

@@ -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"},
]}
/>
</div>
@@ -242,4 +232,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}