footer correction updated
This commit is contained in:
parent
b5ce79df97
commit
82bcc27b0d
@ -7,7 +7,7 @@ import { FaFacebookF, FaTwitter, FaInstagram } from 'react-icons/fa'
|
|||||||
|
|
||||||
export default function Footer() {
|
export default function Footer() {
|
||||||
|
|
||||||
const metatronCubeLink = "https://metatroncubesolutions.com/";
|
const antalyLink = "#";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<footer className={styles.footer} id="contact">
|
<footer className={styles.footer} id="contact">
|
||||||
@ -140,14 +140,14 @@ export default function Footer() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={styles.copyright}>
|
<div className={styles.copyright}>
|
||||||
© Copyright 2025 Antalya Restaurant | Powered by{' '}
|
© Copyright 2025 Antalya Restaurant{' '}
|
||||||
<a
|
{/* <a
|
||||||
href={metatronCubeLink}
|
href={antalyLink}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
MetatronCube
|
Antalya Restaurant
|
||||||
</a>{' '}
|
</a> */}{' '}
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user