2 Commits

Author SHA1 Message Date
69f11019dd Update src/app/page.tsx 2026-03-03 05:54:36 +00:00
b6e2ab2b1a Merge version_1 into main
Merge version_1 into main
2026-03-03 05:52:00 +00:00

View File

@@ -80,11 +80,11 @@ export default function LandingPage() {
description="Experience the difference of premium, scientifically-formulated skincare with visible results"
features={[
{
id: "1", tag: "Pure Ingredients", title: "100% Natural Formulations", description: "Sourced from the world's most pristine botanical gardens and sustainably harvested ingredients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg?_wi=2", imageAlt: "natural ingredients organic beauty skincare formula botanical"},
id: "1", tag: "Pure Ingredients", title: "100% Natural Formulations", description: "Sourced from the world's most pristine botanical gardens and sustainably harvested ingredients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg?_wi=2", imageAlt: "natural ingredients organic beauty skincare formula botanical", buttons: [{ text: "Discover More", href: "products" }]},
{
id: "2", tag: "Luxury Packaging", title: "Premium Sustainable Design", description: "Eco-conscious packaging that protects your investment while honoring our commitment to the planet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=2", imageAlt: "luxury packaging premium beauty eco-friendly sustainable cosmetics"},
id: "2", tag: "Luxury Packaging", title: "Premium Sustainable Design", description: "Eco-conscious packaging that protects your investment while honoring our commitment to the planet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=2", imageAlt: "luxury packaging premium beauty eco-friendly sustainable cosmetics", buttons: [{ text: "Discover More", href: "products" }]},
{
id: "3", tag: "Ethical Beauty", title: "Cruelty-Free & Vegan", description: "Every product is certified cruelty-free and formulated with compassion for all living beings", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-wellness-items-body-care_169016-5853.jpg", imageAlt: "cruelty-free beauty vegan skincare clean beauty ethical cosmetics"},
id: "3", tag: "Ethical Beauty", title: "Cruelty-Free & Vegan", description: "Every product is certified cruelty-free and formulated with compassion for all living beings", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-wellness-items-body-care_169016-5853.jpg", imageAlt: "cruelty-free beauty vegan skincare clean beauty ethical cosmetics", buttons: [{ text: "Discover More", href: "products" }]},
]}
animationType="slide-up"
textboxLayout="default"