Merge version_3 into main #4
@@ -70,12 +70,13 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Royal Lavender", price: "45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creative-feng-shui-assortment_23-2149058785.jpg" },
|
||||
{ id: "2", name: "Dried Rose Buds", price: "38.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-dry-tea-golden-vintage-mini-plates-tea-types_114579-7799.jpg" },
|
||||
{ id: "3", name: "Saffron Threads", price: "95.00", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wooden-spoon-surrounded-with-different-plants-leaves-feathers_181624-18950.jpg" },
|
||||
{ id: "1", name: "Botanical Infusion I", price: "45.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-b2cdw7tt.png" },
|
||||
{ id: "2", name: "Botanical Infusion II", price: "38.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-ndc64tk0.png" },
|
||||
{ id: "3", name: "Botanical Infusion III", price: "95.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-mc1gs4xj.png" },
|
||||
{ id: "4", name: "Botanical Infusion IV", price: "72.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-w1fdyvp3.png" },
|
||||
]}
|
||||
title="Premium Natural Herbs"
|
||||
description="Rare and traditional botanical treasures sourced for purity and excellence."
|
||||
@@ -171,4 +172,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user