From 8728d0abd7cba9daf47f0aae9af0a5676b88ff76 Mon Sep 17 00:00:00 2001 From: maulanasdqn Date: Wed, 21 Jan 2026 21:58:35 +0700 Subject: [PATCH] feat(landing): add Powered By Ancikri badge to hero section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add clickable "Powered By Ancikri" badge beside the community badge with matching pill design, linking to ancikri.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../(public)/(home)/_components/hero-section.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/apps/landing/src/app/(public)/(home)/_components/hero-section.tsx b/apps/landing/src/app/(public)/(home)/_components/hero-section.tsx index 5d3b497..57a304b 100644 --- a/apps/landing/src/app/(public)/(home)/_components/hero-section.tsx +++ b/apps/landing/src/app/(public)/(home)/_components/hero-section.tsx @@ -54,9 +54,19 @@ export function HeroSection() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.5 }} > - - {communityLabel} - +
+ + {communityLabel} + + + Powered By Ancikri + +