From 99d2813f98c216d1fcf9c329061a59bcf063b9d9 Mon Sep 17 00:00:00 2001 From: KM Koushik Date: Sat, 6 Sep 2025 11:43:56 +1000 Subject: [PATCH] fix footer --- apps/marketing/src/components/SiteFooter.tsx | 85 ++++++++++++++++---- 1 file changed, 70 insertions(+), 15 deletions(-) diff --git a/apps/marketing/src/components/SiteFooter.tsx b/apps/marketing/src/components/SiteFooter.tsx index eb40cac..1de5b50 100644 --- a/apps/marketing/src/components/SiteFooter.tsx +++ b/apps/marketing/src/components/SiteFooter.tsx @@ -12,27 +12,49 @@ export function SiteFooter() {
- useSend + useSend useSend
-
+
-
Product
+
+ Product +
-
Contact
+
+ Contact +
-
Company
+
+ Company +
  • - Privacy + + Privacy +
  • - Terms + + Terms +
@@ -87,4 +143,3 @@ export function SiteFooter() { ); } -