From b68f09c2aadeddbf84c61767736aa03d9fa72aa5 Mon Sep 17 00:00:00 2001 From: mukeshs Date: Tue, 3 Feb 2026 19:39:47 +0530 Subject: [PATCH] update latest --- .gitignore | 2 ++ src/components/education/CTASection.tsx | 10 ---------- src/components/faculty/TeamListing.tsx | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 5ef6a52..9c8a03f 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +.vercel diff --git a/src/components/education/CTASection.tsx b/src/components/education/CTASection.tsx index 6b4561b..2c57306 100644 --- a/src/components/education/CTASection.tsx +++ b/src/components/education/CTASection.tsx @@ -36,16 +36,6 @@ const CTASection = () => { > Contact Admissions - - Download Brochure - diff --git a/src/components/faculty/TeamListing.tsx b/src/components/faculty/TeamListing.tsx index 0aac4ac..a3e10c5 100644 --- a/src/components/faculty/TeamListing.tsx +++ b/src/components/faculty/TeamListing.tsx @@ -10,7 +10,7 @@ interface TeamListingProps { } const TeamListing: React.FC = ({ - title = "Our Faculty", + title = "Our Team", onMemberClick }) => { const [teamMembers, setTeamMembers] = useState([]);