diff --git a/src/app/page.tsx b/src/app/page.tsx index 561ff10..d4aa882 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Phone, Star, CheckCircle, Zap } from "lucide-react"; +import { Phone, Star, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -55,6 +55,7 @@ export default function LandingPage() { title="Premium Lawn Services" description="Customized lawn care programs tailored to the needs of Hillsborough properties." textboxLayout="split" + animationType="slide-up" items={[ { trigger: "Precision Mowing", content: "Expert mowing and trimming services for a perfectly manicured look.", imageOne: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg" }, { trigger: "Border Detailing", content: "Defining crisp edges along walkways and beds to enhance your curb appeal.", imageOne: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1024.jpg" },