diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f29a77..196566b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { MapPin, Phone, Star, Shield, Clock, Users } from 'lucide-react'; +import { MapPin, Phone, Star, Shield, Clock, Users, Calendar } from 'lucide-react'; export default function LandingPage() { return ( @@ -309,14 +309,3 @@ export default function LandingPage() { ); } - -const Calendar = () => { - return ( - - - - - - - ); -};