diff --git a/src/app/page.tsx b/src/app/page.tsx index 17667ef..97feee2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
@@ -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" /> ); -} +} \ No newline at end of file