diff --git a/src/app/page.tsx b/src/app/page.tsx index 34f765c..0a7d1fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"