Merge version_2 into main #3
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user