From 50927c1667f3dc8f74c21438b1aee3c78dbe3c38 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 14:30:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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() { /> +
+ +
+