Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Contact = () => {
<User className="w-5 h-5" /> Dr.Jayaram
</p>
<p className="flex items-center justify-center gap-2 mb-2">
<User className="w-5 h-5" /> Dr.Vydeki
<User className="w-5 h-5" /> Dr.Vydeki D
</p>
<p className="flex items-center justify-center gap-2 mb-2">
<User className="w-5 h-5" /> Dr.Suganya R
Expand Down
2 changes: 1 addition & 1 deletion components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Hero = () => {
<div className="flex flex-col items-center">
<h1 className="z-10 herotitle">EMPOWER-TECH</h1>
<span className="herodesc flex items-center justify-center flex-wrap gap-1" style={{fontSize:24}}><span>Innovate for Social Equality</span><span> & </span><span>Empowerment</span></span>
<span className="z-10 herodesc pt-4">24 Hour Hackathon</span>
<span className="z-10 herodesc pt-4">24-Hour Hackathon</span>
</div>
<FlickeringGrid
className="z-0 absolute inset-0 [mask-image:radial-gradient(450px_circle_at_center,white,transparent)]"
Expand Down