fimplement landing page with animated location selection grid

This commit is contained in:
Alaguraj0361 2026-04-03 22:28:44 +05:30
parent 4230a41692
commit bb32f8d494

View File

@ -8,7 +8,7 @@ const locations = [
{ {
id: "burlington", id: "burlington",
name: "Burlington", name: "Burlington",
address: "2444 New St, Burlington, ON L7R 1J6", address: "1860 Appleby Line, Burlington, ON L7L 7H7",
image: "/images/burlington.png", image: "/images/burlington.png",
url: "https://burlington.antalyarestaurant.ca", url: "https://burlington.antalyarestaurant.ca",
description: "Discover the Anatolian fire-kissed flavours in Burlington. Where elegance meets authentic Turkish taste for a truly memorable dining experience.", description: "Discover the Anatolian fire-kissed flavours in Burlington. Where elegance meets authentic Turkish taste for a truly memorable dining experience.",
@ -16,7 +16,7 @@ const locations = [
{ {
id: "kitchener", id: "kitchener",
name: "Kitchener", name: "Kitchener",
address: "1600 Ottawa St S, Kitchener, ON N2E 3K1", 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",
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.",
@ -156,7 +156,7 @@ export default function Home() {
letterSpacing: '0.02em' letterSpacing: '0.02em'
}} }}
> >
Experience the art of authentic Turkish charcoal grilling. A culinary heritage crafted with fire, passion, and Mediterranean excellence since 2010. Experience the art of authentic Turkish charcoal grilling. A culinary heritage crafted with fire, passion, and Mediterranean excellence since 2022.
</motion.p> </motion.p>
</motion.div> </motion.div>
@ -240,7 +240,9 @@ export default function Home() {
viewport={{ once: true }} viewport={{ once: true }}
className="footer-copyright" className="footer-copyright"
> >
<p>© 2025 Antalya Restaurant Group | Handcrafted by <a href="https://metatroncubesolutions.com/" target="_blank" rel="noopener noreferrer">MetatronCube</a></p> <p>© 2025 Antalya Restaurant Group
{/* | Handcrafted by <a href="https://metatroncubesolutions.com/" target="_blank" rel="noopener noreferrer">MetatronCube</a> */}
</p>
</motion.footer> </motion.footer>
</div> </div>
</main> </main>