From a0d78097516b1ea82ea9eeae95644798b8514929 Mon Sep 17 00:00:00 2001 From: Aravind Date: Mon, 29 Jun 2026 17:51:25 +0530 Subject: [PATCH] mobile screen issue fixed --- src/app/brands/page.tsx | 2 +- src/app/delivery-partners/page.tsx | 2 +- src/app/merchants/page.tsx | 2 +- .../businesses/BusinessFeaturesGrid.tsx | 12 +++---- src/components/heroes/AboutHero.tsx | 2 +- src/components/heroes/BusinessHero.tsx | 2 +- src/components/heroes/PeopleHero.tsx | 2 +- src/components/home/Hero.tsx | 10 ++---- src/components/layout/HeroVisualCollage.tsx | 2 -- src/components/ui/FeatureStatsRow.tsx | 35 ++++++++++++++----- 10 files changed, 39 insertions(+), 32 deletions(-) diff --git a/src/app/brands/page.tsx b/src/app/brands/page.tsx index 3193f37..38e99e4 100644 --- a/src/app/brands/page.tsx +++ b/src/app/brands/page.tsx @@ -180,7 +180,7 @@ export default function BrandsPage() { Nearle connects FMCG brands, food companies, and local manufacturers with verified neighbourhood stores and their loyal customer communities.

-
+
-
+
-
+
-
+
{CARDS.map((card) => { const { CardIllus } = card; return (
-
-
+
+
diff --git a/src/components/heroes/AboutHero.tsx b/src/components/heroes/AboutHero.tsx index b3a2605..f773b2b 100644 --- a/src/components/heroes/AboutHero.tsx +++ b/src/components/heroes/AboutHero.tsx @@ -104,7 +104,7 @@ export function AboutHero() {
- {/* 5. Three small X marks */} -
-
-
{/* 6. Large partial purple circle (bottom-right corner) */} {/* CTAs: primary scales in, secondary slides from left */} -
+
Explore Stores @@ -187,7 +183,7 @@ export function Hero() { > Get the App diff --git a/src/components/layout/HeroVisualCollage.tsx b/src/components/layout/HeroVisualCollage.tsx index b6b3056..942b88e 100644 --- a/src/components/layout/HeroVisualCollage.tsx +++ b/src/components/layout/HeroVisualCollage.tsx @@ -76,8 +76,6 @@ export function HeroVisualCollage({
-
-
{/* LEFT IMAGE PANEL */} {leftImage && ( diff --git a/src/components/ui/FeatureStatsRow.tsx b/src/components/ui/FeatureStatsRow.tsx index 3368ef9..b4726f6 100644 --- a/src/components/ui/FeatureStatsRow.tsx +++ b/src/components/ui/FeatureStatsRow.tsx @@ -18,32 +18,49 @@ type FeatureStatsRowProps = { export function FeatureStatsRow({ items, className = "" }: FeatureStatsRowProps) { return ( -
+
{items.map((item, index) => (
-

+

{item.title}

{item.desc && ( -

+

{item.desc}

)}