Merge version_2 into main #3

Merged
bender merged 3 commits from version_2 into main 2026-04-01 19:52:51 +00:00
3 changed files with 6 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ export default function BookingsPage() {
description="Fill out the form below and we'll reach out to schedule your service session."
background={{ variant: "gradient-bars" }}
buttonText="Send Request"
useInvertedBackground={true}
/>
<FooterLogoEmphasis
columns={[
@@ -47,4 +48,4 @@ export default function BookingsPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -9,7 +9,7 @@ import TextAbout from '@/components/sections/about/TextAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Mail, Phone, MapPin } from "lucide-react";
import { Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -55,7 +55,6 @@ export default function LandingPage() {
<TextAbout
title="Expert Garden Maintenance & Supplies"
useInvertedBackground={true}
description="Beyond heavy construction, Baumall specializes in premium garden maintenance tools and professional landscaping materials. Our experts provide tailored advice to help you cultivate and maintain healthy, thriving outdoor spaces throughout every season."
tag="Our Expertise"
/>
</div>

View File

@@ -34,6 +34,8 @@ export default function ServicesPage() {
animationType="slide-up"
title="Garden Maintenance Services"
description="We offer comprehensive landscaping services to keep your property vibrant."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", label: "Lawn Care", title: "Full Lawn Maintenance", items: ["Mowing", "Edging", "Fertilization", "Weed Control"] },
{ id: "2", label: "Landscaping", title: "Garden Transformation", items: ["Design", "Planting", "Hardscaping", "Mulching"] },
@@ -50,4 +52,4 @@ export default function ServicesPage() {
</ReactLenis>
</ThemeProvider>
);
}
}