diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2f30cb6c..bd58801b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -96,13 +96,24 @@ const SocialCards: SocialCardProps[] = [ ), }, { - color: "bg-[#ffffff]", + color: "bg-[#4A99E9]", link: "https://twitter.com/TheMeshtastic", children: ( twitter + ), + }, + { + color: "bg-[#3875EA]", + link: "https://facebook.com/themeshtastic", + children: ( + facebook ), }, diff --git a/static/img/homepage/Twitter social icons - circle - white.svg b/static/img/homepage/Twitter social icons - circle - white.svg new file mode 100644 index 00000000..298af2ae --- /dev/null +++ b/static/img/homepage/Twitter social icons - circle - white.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/static/img/homepage/f_logo_RGB-White_1024.png b/static/img/homepage/f_logo_RGB-White_1024.png new file mode 100644 index 00000000..fb8b468a Binary files /dev/null and b/static/img/homepage/f_logo_RGB-White_1024.png differ