implement Footer component for Kitchener location page

This commit is contained in:
Alaguraj0361 2026-04-03 22:29:02 +05:30
parent db5b63a499
commit 6c86e99c44

View File

@ -140,7 +140,8 @@ export default function Footer() {
</div> </div>
<div className={styles.copyright}> <div className={styles.copyright}>
© Copyright 2025 Antalya Restaurant | Powered by{' '} © Copyright 2025 Antalya Restaurant
{/* | Powered by{' '}
<a <a
href={metatronCubeLink} href={metatronCubeLink}
target="_blank" target="_blank"
@ -148,7 +149,7 @@ export default function Footer() {
> >
MetatronCube MetatronCube
</a>{' '} </a>{' '}
All Rights Reserved All Rights Reserved */}
</div> </div>
</div> </div>
</footer> </footer>