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}

)}