diff --git a/src/app/page.tsx b/src/app/page.tsx index ea795cf..ee729e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Award, BookOpen, Heart, Star, Trophy, Users, Zap } from 'lucide-react'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; export default function SitePage() { return ( @@ -34,24 +35,25 @@ export default function SitePage() {
-