Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-04 16:47:49 +00:00

View File

@@ -97,22 +97,24 @@ export default function LandingPage() {
<FeatureBento
features={[
{
title: "Natural Ingredients", description: "Sourced from sustainable farms and formulated without harmful chemicals", bentoComponent: "globe"},
title: "Natural Ingredients", description: "Sourced from sustainable farms and formulated without harmful chemicals", bentoComponent: "globe"
},
{
title: "Results Tracking", description: "See visible improvements in skin texture and radiance within weeks", bentoComponent: "animated-bar-chart"},
title: "Results Tracking", description: "See visible improvements in skin texture and radiance within weeks", bentoComponent: "animated-bar-chart"
},
{
title: "Expert Formulation", description: "Developed with dermatologists and skincare specialists", bentoComponent: "icon-info-cards", items: [
{ icon: Zap, label: "Efficacy", value: "Clinically Proven" },
{ icon: Shield, label: "Safety", value: "Dermatologist Tested" },
{ icon: Leaf, label: "Purity", value: "100% Natural" },
],
]
},
{
title: "Your Daily Ritual", description: "Custom skincare plans tailored to your unique skin type and concerns", bentoComponent: "3d-task-list", title: "Daily Skincare Ritual", items: [
title: "Your Daily Ritual", description: "Custom skincare plans tailored to your unique skin type and concerns", bentoComponent: "3d-task-list", items: [
{ icon: Droplet, label: "Cleanse", time: "Morning & Evening" },
{ icon: Sparkles, label: "Treat", time: "Day & Night" },
{ icon: Sun, label: "Protect", time: "Daytime" },
],
]
},
]}
carouselMode="buttons"
@@ -150,17 +152,23 @@ export default function LandingPage() {
<FaqSplitMedia
faqs={[
{
id: "1", title: "Are Luminé products suitable for all skin types?", content: "Yes! Our formulations are designed to be gentle yet effective for all skin types including sensitive, oily, combination, and dry skin. We recommend starting with our skin assessment quiz to find your perfect products."},
id: "1", title: "Are Luminé products suitable for all skin types?", content: "Yes! Our formulations are designed to be gentle yet effective for all skin types including sensitive, oily, combination, and dry skin. We recommend starting with our skin assessment quiz to find your perfect products."
},
{
id: "2", title: "How long before I see results?", content: "Most customers notice visible improvements in skin texture and radiance within 2-3 weeks of consistent use. For deeper concerns like hyperpigmentation, results typically appear after 6-8 weeks."},
id: "2", title: "How long before I see results?", content: "Most customers notice visible improvements in skin texture and radiance within 2-3 weeks of consistent use. For deeper concerns like hyperpigmentation, results typically appear after 6-8 weeks."
},
{
id: "3", title: "Are the ingredients truly natural?", content: "We use 95% naturally derived ingredients with no parabens, sulfates, or synthetic fragrances. All ingredients are sustainably sourced and our formulations are vegan and cruelty-free."},
id: "3", title: "Are the ingredients truly natural?", content: "We use 95% naturally derived ingredients with no parabens, sulfates, or synthetic fragrances. All ingredients are sustainably sourced and our formulations are vegan and cruelty-free."
},
{
id: "4", title: "Can I use Luminé with other skincare brands?", content: "Absolutely! Our products integrate seamlessly with most skincare routines. For best results, we recommend avoiding products with conflicting actives like vitamin C and retinol on the same day."},
id: "4", title: "Can I use Luminé with other skincare brands?", content: "Absolutely! Our products integrate seamlessly with most skincare routines. For best results, we recommend avoiding products with conflicting actives like vitamin C and retinol on the same day."
},
{
id: "5", title: "What is your return policy?", content: "We offer a 60-day money-back guarantee. If you're not satisfied with your results, simply return unused products for a full refund, no questions asked."},
id: "5", title: "What is your return policy?", content: "We offer a 60-day money-back guarantee. If you're not satisfied with your results, simply return unused products for a full refund, no questions asked."
},
{
id: "6", title: "How should I store my products?", content: "Store products in a cool, dry place away from direct sunlight. Most of our serums and creams should be kept at room temperature. Our SPF products perform best when stored below 25°C."},
id: "6", title: "How should I store my products?", content: "Store products in a cool, dry place away from direct sunlight. Most of our serums and creams should be kept at room temperature. Our SPF products perform best when stored below 25°C."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-caucasian-lady-uses-blush-daily-life-while-sitting-table-indoors-cosmetic-procedures-concept_197531-31481.jpg"
imageAlt="Skincare routine essentials"
@@ -239,4 +247,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}