Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 13:54:24 +00:00

View File

@@ -48,11 +48,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "rotated-rays-animated-grid" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Hero supplement collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Premium supplements showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Minimalist wellness bottles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Clean supplement design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Modern health products" }
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=1", imageAlt: "Hero supplement collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=2", imageAlt: "Premium supplements showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=3", imageAlt: "Minimalist wellness bottles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=4", imageAlt: "Clean supplement design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=5", imageAlt: "Modern health products" }
]}
mediaAnimation="slide-up"
buttons={[
@@ -100,15 +100,15 @@ export default function LandingPage() {
features={[
{
id: "feature-1", title: "Clinically Tested Formulas", author: "Research Team", description: "Every supplement undergoes rigorous third-party testing to ensure purity, potency, and safety. We believe transparency starts with science.", tags: ["Verified", "Science-Backed"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Clinically tested formulas"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=6", imageAlt: "Clinically tested formulas"
},
{
id: "feature-2", title: "Premium Bioavailability", author: "Nutrition Experts", description: "Advanced absorption technology ensures your body receives maximum nutrient delivery. Clean formulations without unnecessary fillers or additives.", tags: ["Advanced", "Pure"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Premium bioavailability"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=7", imageAlt: "Premium bioavailability"
},
{
id: "feature-3", title: "Sustainable Sourcing", author: "Sustainability Team", description: "Responsibly sourced ingredients from trusted suppliers worldwide. We prioritize environmental stewardship in every batch.", tags: ["Eco-Friendly", "Ethical"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Sustainable sourcing"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=8", imageAlt: "Sustainable sourcing"
}
]}
/>