diff --git a/components/app-store-button.tsx b/components/app-store-button.tsx new file mode 100644 index 0000000..d4e098a --- /dev/null +++ b/components/app-store-button.tsx @@ -0,0 +1,15 @@ +import { APP_STORE_URL } from "../constants"; +import Apple from "../icons/apple"; + +export default function AppStoreButton() { + return ( + + + App Store + + ); +} diff --git a/components/footer.tsx b/components/footer.tsx index 1c06cbe..db624ed 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,48 +1,38 @@ import Link from "next/link"; +import { MEDIA_KIT_URL, TWITTER_URL } from "../constants"; export default function Footer() { return ( -