From 888c1d764a8e1c4c2cdf6a02e821f3fbf167279d Mon Sep 17 00:00:00 2001 From: mukesh13 Date: Wed, 6 Aug 2025 17:54:07 +0530 Subject: [PATCH] Flowchart update --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';