From 942a03d99aca3a47d5c32a63d16ed2585bcdfec0 Mon Sep 17 00:00:00 2001 From: Mannu Date: Tue, 26 May 2026 00:37:13 +0530 Subject: [PATCH] fix(footer): 3-col bottom bar with distinct bg-gray-100 shade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Left: © year · Centre: privacy tagline · Right: built with ❤️ in India Co-Authored-By: Claude Sonnet 4.6 --- src/app/(marketing)/layout.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/(marketing)/layout.tsx b/src/app/(marketing)/layout.tsx index e94b269..257952e 100644 --- a/src/app/(marketing)/layout.tsx +++ b/src/app/(marketing)/layout.tsx @@ -69,8 +69,14 @@ export default function MarketingLayout({ -
- © {new Date().getFullYear()} Tia. Built with love in India. We don't sell your data — we preserve it. +
+ + {/* Bottom bar — different shade */} +
+
+ © {new Date().getFullYear()} Tia. + We don't sell your data — we preserve it. + Built with ❤️ in India.