add landing page with interactive location selection cards

This commit is contained in:
Alaguraj0361 2026-04-10 21:28:33 +05:30
parent ffc4c52ad7
commit dc2ef93646

View File

@ -10,7 +10,8 @@ const locations = [
name: "Burlington", name: "Burlington",
address: "1860 Appleby Line, Burlington, ON L7L 7H7", address: "1860 Appleby Line, Burlington, ON L7L 7H7",
image: "/images/restaurant-interior.png", image: "/images/restaurant-interior.png",
url: "https://burlington.antalyarestaurant.ca", // url: "https://burlington.antalyarestaurant.ca",
url: "https://burlington-antalya.metatronnest.com",
description: "Experience Antalyas fire-kissed flavours in Burlington, where elegance meets authentic Turkish cuisine for a truly memorable dining experience.", description: "Experience Antalyas 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", name: "Kitchener",
address: "1187 Fischer-Hallman Rd #435, Kitchener, ON N2E 4H9", address: "1187 Fischer-Hallman Rd #435, Kitchener, ON N2E 4H9",
image: "/images/kitchener.png", 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.", description: "Experience the charcoal-grilled kebabs and signature classics in Kitchener. A refined atmosphere meets time-tested traditional Mediterranean recipes.",
}, },
]; ];