diff --git a/src/app/layout.tsx b/src/app/layout.tsx index de0fe98..b3a2090 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1387,4 +1387,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 559545d..0e7a87d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Heart, Clock, CheckCircle, Smile, MapPin, Phone, MessageCircle } from 'lucide-react'; +import { Sparkles, Heart, Clock, CheckCircle, Smile, MapPin, Phone, MessageCircle, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -62,7 +62,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file