update latest
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -39,3 +39,5 @@ yarn-error.log*
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
.vercel
|
||||
|
||||
@ -36,16 +36,6 @@ const CTASection = () => {
|
||||
>
|
||||
Contact Admissions
|
||||
</Link>
|
||||
<Link
|
||||
href="/#"
|
||||
className="inline-block px-6 py-3 text-sm font-medium rounded border-2 hover:opacity-70 transition-opacity duration-300"
|
||||
style={{
|
||||
borderColor: '#012068',
|
||||
color: '#012068'
|
||||
}}
|
||||
>
|
||||
Download Brochure
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -10,7 +10,7 @@ interface TeamListingProps {
|
||||
}
|
||||
|
||||
const TeamListing: React.FC<TeamListingProps> = ({
|
||||
title = "Our Faculty",
|
||||
title = "Our Team",
|
||||
onMemberClick
|
||||
}) => {
|
||||
const [teamMembers, setTeamMembers] = useState<TeamMember[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user