+
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}
)}