From 9c4ce1cca9a585c584dff61522714adece6cca63 Mon Sep 17 00:00:00 2001 From: arraysid Date: Mon, 12 May 2025 06:24:58 +0700 Subject: [PATCH] fix: hero section responsiveness --- .../src/app/(frontend)/_components/hero.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/landing/src/app/(frontend)/_components/hero.tsx b/apps/landing/src/app/(frontend)/_components/hero.tsx index fa543e5..249c726 100644 --- a/apps/landing/src/app/(frontend)/_components/hero.tsx +++ b/apps/landing/src/app/(frontend)/_components/hero.tsx @@ -69,7 +69,7 @@ export function Hero(props: HeroSection) {
-

+

{title}
{highlight} @@ -80,10 +80,10 @@ export function Hero(props: HeroSection) {

-
+
-
+
{stats?.map(({ value, label }, i) => (
@@ -109,7 +109,7 @@ export function Hero(props: HeroSection) {
{label}
{i < stats.length - 1 && ( -
+
)} ))} @@ -117,7 +117,7 @@ export function Hero(props: HeroSection) {