diff --git a/public/images/burlington.webp b/public/images/burlington.webp new file mode 100644 index 0000000..82af3ef Binary files /dev/null and b/public/images/burlington.webp differ diff --git a/public/images/home-banner.webp b/public/images/home-banner.webp new file mode 100644 index 0000000..801d510 Binary files /dev/null and b/public/images/home-banner.webp differ diff --git a/src/app/globals.css b/src/app/globals.css index 211f067..36914dd 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -274,10 +274,27 @@ h1, h2, h3, h4 { .mt-12 { margin-top: 48px; } .mt-24 { margin-top: 96px; } -.footer { - margin-top: 128px; +.footer-copyright { + margin-top: 80px; text-align: center; - padding-bottom: 48px; + padding: 40px 0; + border-top: 1px solid rgba(210, 136, 57, 0.15); + color: rgba(196, 156, 92, 0.6); + font-size: 0.9rem; + font-weight: 300; + letter-spacing: 0.05em; +} + +.footer-copyright a { + color: var(--color-gold); + text-decoration: none; + font-weight: 500; + transition: all 0.3s ease; +} + +.footer-copyright a:hover { + text-shadow: 0 0 10px rgba(210, 136, 57, 0.4); + opacity: 0.8; } .decorative-blob { diff --git a/src/app/page.tsx b/src/app/page.tsx index d51df27..f0b15f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ const locations = [ name: "Burlington", address: "2444 New St, Burlington, ON L7R 1J6", image: "/images/burlington.png", - url: "#", + 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.", }, { @@ -18,7 +18,7 @@ const locations = [ name: "Kitchener", address: "1600 Ottawa St S, Kitchener, ON N2E 3K1", image: "/images/kitchener.png", - url: "#", + 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.", }, ]; @@ -56,8 +56,8 @@ const child: Variants = { export default function Home() { const handleLocationSelect = (url: string) => { - if (url !== "#") { - window.open(url, "_blank", "noopener,noreferrer"); + if (url && url !== "#") { + window.open(url, "_blank"); } else { alert("Website coming soon!"); } @@ -68,21 +68,31 @@ export default function Home() { {/* Background Hero */}
Luxury Turkish Dining -
{` + @keyframes slowZoom { + from { transform: scale(1); } + to { transform: scale(1.15); } + } + `} +
-
@@ -96,7 +106,7 @@ export default function Home() { transition={{ duration: 0.8 }} className="hero-section" > - - Antalya Logo - - {titleLetters.map((letter, index) => ( @@ -151,8 +163,8 @@ export default function Home() { ))} - -
- +
- - - + + +
-
-
- - - Signature Spot - -
-

- {loc.name} -

-
- - {loc.address} -
+
+ + + Signature Spot + +
+

+ {loc.name} +

+
+ + {loc.address} +

- {loc.description} + {loc.description}

Explore House -
@@ -249,8 +262,12 @@ export default function Home() { ))}
+ +
+

© Copyright 2025 Antalya Restaurant | Powered by MetatronCube All Rights Reserved

+
- + {/* Decorative Elements */}