From 10857e82e4e95dcee3bd1fcdee75108107f0e2fc Mon Sep 17 00:00:00 2001 From: BinarySoftware Date: Thu, 1 Aug 2024 20:37:32 +0200 Subject: [PATCH] Add social media + contacts --- src/app/footer.tsx | 56 +++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/src/app/footer.tsx b/src/app/footer.tsx index e72a52e..5dcd038 100644 --- a/src/app/footer.tsx +++ b/src/app/footer.tsx @@ -6,11 +6,12 @@ const navigation = { // {name: 'Community', href: 'https://discord.gg/NmqDddBV'}, {name: 'Feature Request', href: 'https://blinkfeed.featurebase.app/'}, {name: 'Privacy', href: 'privacy'}, + {name: 'Contact', href: 'mailto:maciej@blinkfeed.ai'}, ], social: [ { name: 'Facebook', - href: '#', + href: 'https://www.facebook.com/blinkfeedAi/', icon: (props: React.SVGProps) => ( ) => ( ) => ( @@ -44,21 +45,26 @@ const navigation = { ), }, { - name: 'GitHub', - href: '#', + name: 'LinkedIn', + href: 'https://www.linkedin.com/company/blinkfeed/', icon: (props: React.SVGProps) => ( - - + + + + ), + }, + { + name: 'TikTok', + href: 'https://www.tiktok.com/@blinkfeed_ai', + icon: (props: React.SVGProps) => ( + + ), }, { name: 'YouTube', - href: '#', + href: 'https://www.youtube.com/channel/UCtoJ9bLqZaMgOcXElnntuvg', icon: (props: React.SVGProps) => ( - {/*
*/} - {/* {navigation.social.map(item => (*/} - {/* */} - {/* {item.name}*/} - {/*
*/} +
+ {navigation.social.map(item => ( + + {item.name} + + ))} +

© {new Date().getFullYear()} Blinkfeed. All rights reserved.