From 4f40abdce46f07dbffec3fcef24e0a59600695f2 Mon Sep 17 00:00:00 2001 From: Zaid Marzguioui Date: Thu, 2 Apr 2026 19:08:13 +0200 Subject: [PATCH] fix: override text-right alignment on Why Choose Us section items The EcosystemShowcase component forces text-right on children when textPosition="right", causing WhyItem content to be right-aligned. Added text-left on the wrapper div to fix alignment. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web/app/[locale]/(marketing)/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/[locale]/(marketing)/page.tsx b/apps/web/app/[locale]/(marketing)/page.tsx index d73f8040e..1f2599631 100644 --- a/apps/web/app/[locale]/(marketing)/page.tsx +++ b/apps/web/app/[locale]/(marketing)/page.tsx @@ -262,7 +262,7 @@ function Home() { textPosition="right" className="border-primary/10 rounded-xl border" > -
+