13 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
8b9e61495a Update src/app/page.tsx 2026-06-01 14:53:51 +00:00
fe1196531e Merge version_2 into main
Merge version_2 into main
2026-06-01 14:49:50 +00:00
693022e6b2 Update src/app/page.tsx 2026-06-01 14:49:44 +00:00
7a5d2ff63a Merge version_1 into main
Merge version_1 into main
2026-06-01 14:47:45 +00:00
ecf48f9cb5 Merge version_1 into main
Merge version_1 into main
2026-06-01 14:44:41 +00:00
2cc9ca7be2 Merge version_1 into main
Merge version_1 into main
2026-06-01 14:35:22 +00:00
aba316dd8e Merge version_1 into main
Merge version_1 into main
2026-06-01 14:34:25 +00:00
d9de537297 Merge version_1 into main
Merge version_1 into main
2026-06-01 10:26:58 +00:00
e42f3b6631 Merge version_1 into main
Merge version_1 into main
2026-06-01 10:26:04 +00:00
5f06d21f66 Merge version_1 into main
Merge version_1 into main
2026-06-01 10:24:46 +00:00
5bd1768de5 Merge version_1 into main
Merge version_1 into main
2026-06-01 10:14:18 +00:00

View File

@@ -10,9 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Palette, Hammer, Leaf, Scissors } from 'lucide-react'; import { Palette, Hammer, Leaf, Scissors } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
@@ -39,10 +37,6 @@ export default function LandingPage() {
name: "About", id: "#about"}, name: "About", id: "#about"},
{ {
name: "Services", id: "#services"}, name: "Services", id: "#services"},
{
name: "Products", id: "#products"},
{
name: "Testimonials", id: "#testimonials"},
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
]} ]}
@@ -58,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: "Explore Our Services", href: "#services"},
{
text: "Get a Free Quote", 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"},
@@ -94,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>
@@ -114,7 +98,7 @@ export default function LandingPage() {
buttonHref: "#contact"}, buttonHref: "#contact"},
{ {
title: "Plant & Tree Supply", description: "We source and supply a wide variety of high-quality trees, shrubs, and seasonal flowers perfect for any landscape project.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EE2B0m8dD4iaTj3kV3DyTyLYSq/uploaded-1780324510334-t0akdqii.jpg", imageAlt: "Colorful selection of flowers and plants", buttonIcon: Leaf, title: "Plant & Tree Supply", description: "We source and supply a wide variety of high-quality trees, shrubs, and seasonal flowers perfect for any landscape project.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EE2B0m8dD4iaTj3kV3DyTyLYSq/uploaded-1780324510334-t0akdqii.jpg", imageAlt: "Colorful selection of flowers and plants", buttonIcon: Leaf,
buttonHref: "#products"}, buttonHref: "#contact"},
{ {
title: "Garden Maintenance", description: "Keep your garden pristine with our regular maintenance services, including pruning, fertilizing, and seasonal clean-ups.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EE2B0m8dD4iaTj3kV3DyTyLYSq/uploaded-1780324453516-aaxq6cbp.jpg", imageAlt: "Gardener working with pruning shears", buttonIcon: Scissors, title: "Garden Maintenance", description: "Keep your garden pristine with our regular maintenance services, including pruning, fertilizing, and seasonal clean-ups.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EE2B0m8dD4iaTj3kV3DyTyLYSq/uploaded-1780324453516-aaxq6cbp.jpg", imageAlt: "Gardener working with pruning shears", buttonIcon: Scissors,
buttonHref: "#contact"}, buttonHref: "#contact"},
@@ -124,37 +108,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "prod-1", brand: "Arbusta s.a.l.", name: "Mature Olive Tree", price: "$250.00", rating: 4,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tall-tree-center-green-field-forest-background_181624-4585.jpg", imageAlt: "Large healthy olive tree"},
{
id: "prod-2", brand: "GardenEssentials", name: "Ceramic Planter Set", price: "$75.00", rating: 5,
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/plants-flower-pots-with-lanterns_23-2148164932.jpg", imageAlt: "Set of colorful ceramic garden planters"},
{
id: "prod-3", brand: "GreenGrowth", name: "Premium Lawn Seed", price: "$45.00", rating: 4,
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowerpots-gardening-fork_23-2148269607.jpg", imageAlt: "Bag of premium lawn seed"},
{
id: "prod-4", brand: "Nature'sCover", name: "Organic Wood Mulch", price: "$30.00", rating: 4,
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/pots_23-2148013436.jpg", imageAlt: "Pile of organic wood mulch"},
{
id: "prod-5", brand: "ProGardener", name: "Deluxe Tool Set", price: "$120.00", rating: 5,
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-fresh-beans-wrapped-napkin-against-wooden-background_23-2147953677.jpg", imageAlt: "Set of deluxe garden hand tools"},
{
id: "prod-6", brand: "OutdoorLiving", name: "Modern Patio Set", price: "$899.00", rating: 4,
reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/domestic-furniture-background-room-interior_1203-4865.jpg", imageAlt: "Modern outdoor patio furniture set"},
]}
title="Premium Landscaping Supplies"
description="Enhance your outdoor space with our selection of high-quality plants, trees, and garden accessories, perfect for any project."
/>
</div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardNine <PricingCardNine
animationType="slide-up" animationType="slide-up"
@@ -185,28 +138,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Youssef Zeineddeen", role: "Homeowner", testimonial: "Arbusta s.a.l. delivered beyond our expectations. Our garden has never looked better, and their team was incredibly professional. Good trees!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2054.jpg", imageAlt: "Smiling man in his garden"},
{
id: "2", name: "Fatima Hassan", role: "Restaurant Owner", testimonial: "Our restaurant's outdoor terrace needed a complete overhaul. Arbusta provided an exquisite design and flawless execution. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30885.jpg", imageAlt: "Woman looking at new garden design"},
{
id: "3", name: "Ahmed Kamal", role: "Property Developer", testimonial: "We collaborate with Arbusta s.a.l. for all our residential projects. Their landscaping adds immense value and curb appeal to our properties.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-pruner-tending-flowers_23-2147768531.jpg", imageAlt: "Commercial building with landscaping"},
{
id: "4", name: "Lina Bechara", role: "Villa Resident", testimonial: "Our villa's garden is now a true oasis thanks to Arbusta. Their team is knowledgeable, creative, and a pleasure to work with.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-decorating-home_23-2150633269.jpg", imageAlt: "Young couple in their new garden"},
{
id: "5", name: "Georges Abi Nader", role: "Private Estate Owner", testimonial: "Exceptional service and stunning results. Arbusta s.a.l. transformed our estate grounds into a masterpiece. Their dedication to quality is evident.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-flowers_329181-12408.jpg", imageAlt: "Senior man watering plants in garden"},
]}
title="What Our Clients Say"
description="Discover why Arbusta s.a.l. is the preferred choice for beautiful and sustainable landscapes in Lebanon."
/>
</div>
<div id="social-proof" data-section="social-proof"> <div id="social-proof" data-section="social-proof">
<SocialProofOne <SocialProofOne
textboxLayout="default" textboxLayout="default"
@@ -272,8 +203,6 @@ export default function LandingPage() {
label: "Installation", href: "#services"}, label: "Installation", href: "#services"},
{ {
label: "Maintenance", href: "#services"}, label: "Maintenance", href: "#services"},
{
label: "Plant Supply", href: "#products"},
], ],
}, },
{ {
@@ -282,8 +211,6 @@ export default function LandingPage() {
label: "About Us", href: "#about"}, label: "About Us", href: "#about"},
{ {
label: "Our Work", href: "#home"}, label: "Our Work", href: "#home"},
{
label: "Testimonials", href: "#testimonials"},
{ {
label: "FAQs", href: "#faq"}, label: "FAQs", href: "#faq"},
], ],
@@ -305,4 +232,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }