diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6059486..53b7445 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f7f72bb..0bda844 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Clock, Flower2, Home, Leaf, Mail, MapPin, MessageCircle, Phone, Quote, Sprout, Star, Trash2, TrendingUp, Users } from 'lucide-react'; +import { Clock, Flower2, Home, Leaf, Mail, MapPin, MessageCircle, Phone, Quote, Sprout, Star, Trash2, TrendingUp, Users, CheckCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -121,7 +121,8 @@ export default function LandingPage() { ); -} +} \ No newline at end of file