Skip to content

Commit

Permalink
Updated Venue
Browse files Browse the repository at this point in the history
  • Loading branch information
darshchaurasia committed Oct 21, 2024
1 parent 3cb0469 commit 92006d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions components/HeroSection/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,18 @@ const Content: React.FC = () => {
<motion.p
variants={childVariants}
animate="visible"
className="text-white max-w-[360px] m-auto md:mt-4 mt-2 md:text-xl"
className="text-white max-w-[360px] m-auto md:mt-4 mt-2 text-xs md:text-sm"
style={{ fontFamily: 'Space Grotesk' }}
>
Hack For A Change!
<a href ="https://maps.app.goo.gl/9XUDu4uFKyNEWxvX9" target="_blank" rel="noopener noreferrer">
Memorial Union Arizona Ballroom (2nd Floor) 301 E Orange St., Tempe, AZ
</a>
</motion.p>
</div>
<motion.div className="text-md text-white mb-8"> {/* Added margin-bottom for spacing */}
<CountdownTimer />
</motion.div>
<div className="!mt-12"> {/* Adjusted margin-top if needed */}
<div className="!mt-10"> {/* Adjusted margin-top if needed */}
<a
href="https://forms.gle/BSGxRhG26FGhHPd3A"
target="_blank"
Expand Down

0 comments on commit 92006d6

Please sign in to comment.