diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ee46b2..51aa005 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,8 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { BookOpen, Users, Award, TrendingUp, Globe } from "lucide-react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import { BookOpen, Users, Award, TrendingUp, Globe, Mail } from "lucide-react"; export default function HomePage() { return ( @@ -107,6 +108,19 @@ export default function HomePage() { /> +
+ +
+