Bob AI: Update the footer to include social media links
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
// import Image from "next/image";
|
||||
import ButtonTextUnderline from "@/components/button/ButtonTextUnderline";
|
||||
import FooterColumns from "@/components/shared/FooterColumns";
|
||||
import { cls } from "@/lib/utils";
|
||||
@@ -92,6 +91,20 @@ const FooterBaseCard = ({
|
||||
<span className={cls("text-foreground/50 text-sm", copyrightTextClassName)}>
|
||||
{copyrightText}
|
||||
</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
|
||||
text="Privacy Policy"
|
||||
onClick={onPrivacyClick}
|
||||
|
||||
Reference in New Issue
Block a user