add landing page to display Antalya restaurant locations with interactive cards

This commit is contained in:
Alaguraj0361 2026-04-10 21:07:45 +05:30
parent 1a44cce15c
commit ffc4c52ad7

View File

@ -133,7 +133,7 @@ export default function Home() {
display: 'flex',
justifyContent: 'center',
gap: '0.02em',
paddingBottom: '0.1em'
paddingBottom: '0.5em'
}}
className="grand-text shine-effect"
>
@ -184,6 +184,7 @@ export default function Home() {
style={{ objectFit: 'cover' }}
className="transition-image"
sizes="(max-width: 860px) 100vw, 50vw"
priority={locations.indexOf(loc) === 0}
/>
<div className="overlay" />