diff --git a/app/page.tsx b/app/page.tsx index 0c4a17a..b103834 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,6 +1,6 @@ import PageLayout from "./components/Layout/PageLayout"; import NGSSection from "./components/About/NGSSection"; -import ResearchSection from "./components/research/ResearchSection" +import ResearchSection from "./components/Research/ResearchSection" import CertificationsSection from "./components/Certifications/CertificationsSection.jsx"; import HeroSection from "./Hero/HeroSection.jsx"; import CTASection from './components/CTA/CTASection';