3 Commits

Author SHA1 Message Date
877ffcb5ef Update src/app/page.tsx 2026-06-01 14:54:36 +00:00
94241e6b7f Merge version_2 into main
Merge version_2 into main
2026-06-01 14:53:57 +00:00
fe1196531e Merge version_2 into main
Merge version_2 into main
2026-06-01 14:49:50 +00:00

View File

@@ -52,12 +52,6 @@ export default function LandingPage() {
variant: "rotated-rays-static"}} variant: "rotated-rays-static"}}
title="Crafting Nature's Beauty in Lebanon" 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." 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={[ 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"}, 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."}, type: "text", content: " s.a.l."},
]} ]}
buttons={[
{
text: "Learn More", href: "#services"},
]}
/> />
</div> </div>