Skip to content
Open
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/home/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Hero({ scrollToAboutRef }) {
<div className="w-full flex flex-col md:flex-row justify-between items-center gap-20 py-10 px-2">
<div className="flex flex-col items-center md:items-start">
<h1 className="text-5xl md:text-7xl mt-6 md:mt-0 text-accent font-semibold leading-tight md:leading-tight text-center md:text-left">
Celebrating 32 years
Celebrating 33 years
<br /> of <span className="text-primary">Exun</span>
</h1>
<div className="flex items-center gap-3 mt-10 md:mt-20">
Expand Down