From dc2ef93646095adfc0f850580e33be9c39e18ab1 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Fri, 10 Apr 2026 21:28:33 +0530 Subject: [PATCH] add landing page with interactive location selection cards --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24dfbd3..fa7bdeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ const locations = [ name: "Burlington", address: "1860 Appleby Line, Burlington, ON L7L 7H7", image: "/images/restaurant-interior.png", - url: "https://burlington.antalyarestaurant.ca", + // url: "https://burlington.antalyarestaurant.ca", + url: "https://burlington-antalya.metatronnest.com", description: "Experience Antalya’s fire-kissed flavours in Burlington, where elegance meets authentic Turkish cuisine for a truly memorable dining experience.", }, { @@ -18,7 +19,8 @@ const locations = [ name: "Kitchener", address: "1187 Fischer-Hallman Rd #435, Kitchener, ON N2E 4H9", image: "/images/kitchener.png", - url: "https://kitchener.antalyarestaurant.ca", + // url: "https://kitchener.antalyarestaurant.ca", + url: "https://kitchener-antalya.metatronnest.com", description: "Experience the charcoal-grilled kebabs and signature classics in Kitchener. A refined atmosphere meets time-tested traditional Mediterranean recipes.", }, ];