From 4c9aed8fd2476f346080079af688d09a7ad3e113 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 05:13:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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