add Footer component with brand, navigation, and contact information
This commit is contained in:
parent
04907e907f
commit
2fa6668add
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user