diff --git a/src/app/page.tsx b/src/app/page.tsx index 4842b63..d92d2ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { CalendarDays } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,34 +30,23 @@ export default function LandingPage() { @@ -65,47 +55,34 @@ export default function LandingPage() {