updated the year on copyright text

This commit is contained in:
metatroncubeswdev 2026-04-03 20:59:17 -04:00
parent 5e5a014064
commit 354f0aeaf5
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 KiB

View File

@ -11,7 +11,7 @@ const locations = [
address: "1860 Appleby Line, Burlington, ON L7L 7H7",
image: "/images/restaurant-interior.png",
url: "https://burlington.antalyarestaurant.ca",
description: "Discover the Antalya fire-kissed flavours in Burlington. Where elegance meets authentic Turkish taste 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.",
},
{
id: "kitchener",
@ -99,7 +99,7 @@ export default function Home() {
className="flex-center gap-4 mb-8"
>
<div style={{ height: '1px', width: '60px', background: 'linear-gradient(to right, transparent, var(--color-gold))' }} />
<Utensils className="text-gold" size={18} />
{/* <Utensils className="text-gold" size={18} /> */}
<span style={{ color: 'var(--color-gold)', letterSpacing: '0.5em', fontWeight: 600, fontSize: '0.75rem', textTransform: 'uppercase', fontFamily: 'var(--font-accent)' }}>
Legacy of Flavor
</span>
@ -240,7 +240,7 @@ export default function Home() {
viewport={{ once: true }}
className="footer-copyright"
>
<p>© 2025 Antalya Restaurant Group
<p>© 2026 Antalya Restaurant Group
{/* | Handcrafted by <a href="https://metatroncubesolutions.com/" target="_blank" rel="noopener noreferrer">MetatronCube</a> */}
</p>
</motion.footer>