From ffc4c52ad74041d935c5d371f79fc35df646b1d1 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Fri, 10 Apr 2026 21:07:45 +0530 Subject: [PATCH] add landing page to display Antalya restaurant locations with interactive cards --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9617113..24dfbd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />