Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 21:37:51 +00:00

View File

@@ -105,19 +105,19 @@ export default function LandingPage() {
<FeatureCardTwentySix
features={[
{
title: "100% Organic Sourced", description: "All herbs sourced from certified organic suppliers with full traceability", imageSrc: "http://img.b2bpic.net/free-vector/pack-hundred-percent-natural-labels_23-2148726201.jpg", imageAlt: "Organic certification and sourcing", buttonIcon: CheckCircle,
title: "100% Organic Sourced", description: "All herbs sourced from certified organic suppliers with full traceability", imageSrc: "http://img.b2bpic.net/free-vector/pack-hundred-percent-natural-labels_23-2148726201.jpg?_wi=1", imageAlt: "Organic certification and sourcing", buttonIcon: CheckCircle,
buttonHref: "products"
},
{
title: "Traditional Herbalism", description: "Recipes inspired by centuries of herbal wisdom and traditional practices", imageSrc: "http://img.b2bpic.net/free-vector/pack-hundred-percent-natural-labels_23-2148726201.jpg", imageAlt: "Traditional herbal preparation methods", buttonIcon: Leaf,
title: "Traditional Herbalism", description: "Recipes inspired by centuries of herbal wisdom and traditional practices", imageSrc: "http://img.b2bpic.net/free-vector/pack-hundred-percent-natural-labels_23-2148726201.jpg?_wi=2", imageAlt: "Traditional herbal preparation methods", buttonIcon: Leaf,
buttonHref: "products"
},
{
title: "Small Batch Crafted", description: "Handmade in small batches to ensure maximum potency and freshness", imageSrc: "http://img.b2bpic.net/free-vector/pack-hundred-percent-natural-labels_23-2148726201.jpg", imageAlt: "Small batch production", buttonIcon: Beaker,
title: "Small Batch Crafted", description: "Handmade in small batches to ensure maximum potency and freshness", imageSrc: "http://img.b2bpic.net/free-vector/pack-hundred-percent-natural-labels_23-2148726201.jpg?_wi=3", imageAlt: "Small batch production", buttonIcon: Beaker,
buttonHref: "products"
},
{
title: "Science-Backed", description: "Each remedy formulated with modern wellness research and clinical studies", imageSrc: "http://img.b2bpic.net/free-vector/pack-hundred-percent-natural-labels_23-2148726201.jpg", imageAlt: "Science-backed formulations", buttonIcon: Microscope,
title: "Science-Backed", description: "Each remedy formulated with modern wellness research and clinical studies", imageSrc: "http://img.b2bpic.net/free-vector/pack-hundred-percent-natural-labels_23-2148726201.jpg?_wi=4", imageAlt: "Science-backed formulations", buttonIcon: Microscope,
buttonHref: "products"
},
]}