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([]);