Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-18 05:13:40 +00:00

View File

@@ -7,9 +7,8 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Activity, Droplets, Leaf, PenTool, Scissors, Settings, ShieldCheck, Star, Wrench, MapPin, Phone } from "lucide-react";
import { Droplets, Leaf, PenTool, Scissors, Settings, ShieldCheck, Star, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -54,7 +53,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="Committed to Enhancing Lake Park's Green Spaces"
description="Drews Lawn and Garden is dedicated to providing high-quality, reliable landscaping solutions. We treat your yard like our own, ensuring healthy, vibrant plant life through sustainable, local expertise."
useInvertedBackground={false}
/>
</div>
@@ -120,9 +119,11 @@ export default function LandingPage() {
{ title: "Services", items: [{ label: "Irrigation", href: "#irrigation" }, { label: "Lawn Mowing", href: "#irrigation" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }
]}
bottomLeftText="© 2025 Drew's Lawn & Garden"
bottomRightText="All Rights Reserved"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}