Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunQBTech committed Oct 14, 2024
2 parents 61db5f6 + f8588ec commit 39d6946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ const Hero = () => {
{/* To Optimize Background Image Load */}
<img src="hero_bg.webp" alt="hero" style={{display:'none'}} fetchPriority='high'/>
<BgOverlay/>
<div className="hs-top-nav">
{/* <div className="hs-top-nav">
<h1 className="hstp-text">
Star Dust Adventures
</h1>
<div className='hstp-btn'>
<Button size='sm'>PLAY</Button>
</div>
</div>
</div> */}
<motion.div
initial={{opacity:0}}
animate={{opacity:1}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@apply text-9xl w-[50vw] font-medium text-center mb-0 font-pixelify-sans
}
.hstc-text{
@apply text-xl w-[50vw] text-center my-6 font-sf-pro-display
@apply text-xl w-[50vw] text-center mt-6 mb-10 font-sf-pro-display
}
.hstc-btn{
@apply text-5xl font-semibold mt-4 border-4 border-white py-3 px-12 bg-btnLight rounded-full
Expand Down

0 comments on commit 39d6946

Please sign in to comment.