+ {/* Background headline with parallax */}
+
+
+ HARVEST
+
+
+
+ {/* Progress dots */}
+
+ {products.map((_, i) => (
+
+ ))}
+
+
+ {/* Progress bar */}
+
+
+ {/* Main content */}
+
+ {/* Section header */}
+
+
+ This Season's Harvest
+
+
+ Picked This
+
+ Morning
+
+
+
+ {/* Product showcase */}
+
+
+ {products.map((product, i) => (
+
+
+
+ ))}
+
+
+
+ {/* Active product info */}
+
+
+
+ {products[activeIndex]?.name}
+
+
+ {products[activeIndex]?.description}
+
+
+
+
+
+