add Footer component with brand, navigation, and contact information

This commit is contained in:
Alaguraj0361 2026-04-03 22:29:18 +05:30
parent 04907e907f
commit 2fa6668add

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>