add landing page to display Antalya restaurant locations with interactive cards
This commit is contained in:
parent
1a44cce15c
commit
ffc4c52ad7
@ -133,7 +133,7 @@ export default function Home() {
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
gap: '0.02em',
|
gap: '0.02em',
|
||||||
paddingBottom: '0.1em'
|
paddingBottom: '0.5em'
|
||||||
}}
|
}}
|
||||||
className="grand-text shine-effect"
|
className="grand-text shine-effect"
|
||||||
>
|
>
|
||||||
@ -184,6 +184,7 @@ export default function Home() {
|
|||||||
style={{ objectFit: 'cover' }}
|
style={{ objectFit: 'cover' }}
|
||||||
className="transition-image"
|
className="transition-image"
|
||||||
sizes="(max-width: 860px) 100vw, 50vw"
|
sizes="(max-width: 860px) 100vw, 50vw"
|
||||||
|
priority={locations.indexOf(loc) === 0}
|
||||||
/>
|
/>
|
||||||
<div className="overlay" />
|
<div className="overlay" />
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user