Merge version_1 into main #5
@@ -76,8 +76,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", title: "Served", items: [{ label: "Customers", value: "500+" }] },
|
||||
{ id: "m2", title: "Community", items: [{ label: "Members", value: "10k+" }] }
|
||||
{ id: "m1", title: "Served", description: "500+" },
|
||||
{ id: "m2", title: "Community", description: "10k+" }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Growing our community, one fruit cup at a time."
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Our Best Sellers"
|
||||
|
||||
Reference in New Issue
Block a user