File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,17 @@ const Hero = () => {
6
6
< div className = "h-[90vh] w-full relative" >
7
7
< div className = "text-white absolute inset-0 z-10 flex flex-col justify-center items-center text-center small:text-left small:justify-end small:items-start small:p-32" >
8
8
< h1 className = "text-2xl-semi mb-4 drop-shadow-md shadow-black" >
9
- Summer styles are finally here
9
+ Introducing the Latest Summer Styles
10
10
</ h1 >
11
11
< p className = "text-base-regular max-w-[32rem] mb-6 drop-shadow-md shadow-black" >
12
- This year, our new summer collection will shelter you from the harsh
13
- elements of a world that doesn't care if you live or die.
12
+ This season, our new summer collection embraces designs to provide
13
+ comfort and style - ensuring you're well-prepared for whatever
14
+ comes your way.
14
15
</ p >
15
16
< UnderlineLink href = "/store" > Explore products</ UnderlineLink >
16
17
</ div >
17
18
< Image
18
- src = "/hero.jpg "
19
+ src = "/hero.webp "
19
20
loading = "eager"
20
21
priority = { true }
21
22
quality = { 90 }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { useEffect, useState } from "react"
13
13
14
14
const Nav = ( ) => {
15
15
const pathname = usePathname ( )
16
- const [ isHome , setIsHome ] = useState ( false )
16
+ const [ isHome , setIsHome ] = useState ( true )
17
17
const [ isScrolled , setIsScrolled ] = useState ( false )
18
18
19
19
//useEffect that detects if window is scrolled > 5px on the Y axis
You can’t perform that action at this time.
0 commit comments