diff --git a/src/app/page.tsx b/src/app/page.tsx index 604ee30..9b68b17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Activity, Calendar, Heart, HeartHandshake, Smile, Users, Zap } from 'lucide-react'; +import { Activity, Calendar, Heart, HeartHandshake, Smile, Users, Zap, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -69,7 +69,7 @@ export default function LandingPage() {