Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83775756ba |
@@ -1,6 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
// import Image from "next/image";
|
|
||||||
import ButtonTextUnderline from "@/components/button/ButtonTextUnderline";
|
import ButtonTextUnderline from "@/components/button/ButtonTextUnderline";
|
||||||
import FooterColumns from "@/components/shared/FooterColumns";
|
import FooterColumns from "@/components/shared/FooterColumns";
|
||||||
import { cls } from "@/lib/utils";
|
import { cls } from "@/lib/utils";
|
||||||
@@ -92,6 +91,20 @@ const FooterBaseCard = ({
|
|||||||
<span className={cls("text-foreground/50 text-sm", copyrightTextClassName)}>
|
<span className={cls("text-foreground/50 text-sm", copyrightTextClassName)}>
|
||||||
{copyrightText}
|
{copyrightText}
|
||||||
</span>
|
</span>
|
||||||
|
<div className="flex gap-4">
|
||||||
|
<a href="https://facebook.com" target="_blank" rel="noopener noreferrer" dataWebildId="social_facebook">
|
||||||
|
<img src="/icons/facebook.svg" alt="Facebook" className="w-6 h-6" />
|
||||||
|
</a>
|
||||||
|
<a href="https://instagram.com" target="_blank" rel="noopener noreferrer" dataWebildId="social_instagram">
|
||||||
|
<img src="/icons/instagram.svg" alt="Instagram" className="w-6 h-6" />
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com" target="_blank" rel="noopener noreferrer" dataWebildId="social_twitter">
|
||||||
|
<img src="/icons/twitter.svg" alt="Twitter" className="w-6 h-6" />
|
||||||
|
</a>
|
||||||
|
<a href="https://linkedin.com" target="_blank" rel="noopener noreferrer" dataWebildId="social_linkedin">
|
||||||
|
<img src="/icons/linkedin.svg" alt="LinkedIn" className="w-6 h-6" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<ButtonTextUnderline
|
<ButtonTextUnderline
|
||||||
text="Privacy Policy"
|
text="Privacy Policy"
|
||||||
onClick={onPrivacyClick}
|
onClick={onPrivacyClick}
|
||||||
|
|||||||
Reference in New Issue
Block a user