From ad53b54fdc11394e040d8dc0847ceb04208f00f5 Mon Sep 17 00:00:00 2001 From: Tryston Perry Date: Wed, 18 Sep 2024 08:16:45 -0700 Subject: [PATCH] Added global site config and a floating Give a Talk CTA --- app/components/Footer.tsx | 33 ++++++++++----------------------- app/components/GiveATalkCTA.tsx | 31 +++++++++++++++++++++++++++++++ app/components/Header.tsx | 18 ++++++++++-------- app/layout.tsx | 15 +++++++++------ app/siteConfig.ts | 15 +++++++++++++++ 5 files changed, 75 insertions(+), 37 deletions(-) create mode 100644 app/components/GiveATalkCTA.tsx create mode 100644 app/siteConfig.ts diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 0d043c3..94b2449 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -1,19 +1,16 @@ +import { links } from "../siteConfig" + const Footer = () => { return ( -