Merge version_2 into main #5
@@ -67,7 +67,6 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Olio Extravergine d'Oliva", price: "28€", variant: "500ml", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5zjvft&_wi=1" },
|
||||
@@ -106,7 +105,6 @@ export default function LandingPage() {
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
title="La nostra promessa di qualità"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,6 +112,8 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
useInvertedBackground={false}
|
||||
title="Custodi della terra"
|
||||
description="La nostra missione è preservare l'integrità del prodotto."
|
||||
textboxLayout="default"
|
||||
animationType="depth-3d"
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", title: "Filiera", items: ["Biologico Certificato", "Coltivazione etica"] },
|
||||
|
||||
Reference in New Issue
Block a user