Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-15 09:14:21 +00:00
Showing only changes of commit 92231e2057 - Show all commits

View File

@@ -44,6 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "sparkles-gradient" }}
enableKpiAnimation={true}
title="Unveil Your Natural Radiance"
description="Discover botanical skincare designed to nourish and restore your skins true potential."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-with-towel-using-beauty-product_1157-31103.jpg"
@@ -64,6 +65,7 @@ export default function LandingPage() {
subdescription="We refuse to compromise on quality, sourcing only the finest rare botanical extracts for your daily ritual."
icon={Info}
imageSrc="http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238283.jpg"
useInvertedBackground={false}
/>
</div>
@@ -73,6 +75,7 @@ export default function LandingPage() {
title="The Lumina Promise"
description="Premium ingredients, sustainable sourcing, and transformative results for every skin type."
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Pure Actives", description: "Rare plant-based extracts that work deep within your skin barrier.", imageSrc: "http://img.b2bpic.net/free-photo/grapefruit-oil-serum-bottle-put-green-light-background_1150-28091.jpg" },
{ title: "Deep Hydration", description: "Lock in essential moisture for a plump and vibrant complexion.", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-white-cream-blue-background_23-2152029099.jpg" },
@@ -87,6 +90,7 @@ export default function LandingPage() {
title="Curated Skin Essentials"
description="Experience our best-selling botanical formulas for your daily glow."
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Renew Serum", price: "$78", imageSrc: "http://img.b2bpic.net/free-photo/assortment-cosmetic-bottles-jars_23-2152029108.jpg" },
{ id: "p2", name: "Velvet Night Cream", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/beauty-cream-with-natural-elements_23-2148173802.jpg" },
@@ -102,6 +106,8 @@ export default function LandingPage() {
animationType="depth-3d"
title="Clinical Excellence"
description="Evidence-based skincare results backed by science."
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "m1", title: "Radiance", value: "94%", description: "Visible clarity improvement.", icon: Sparkles },
{ id: "m2", title: "Hydration", value: "24h", description: "Long-lasting moisture retention.", icon: Droplets },
@@ -117,6 +123,7 @@ export default function LandingPage() {
title="Community Love"
description="Hear from our glowing community members."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Elena R.", handle: "@skinjoy", testimonial: "My skin feels transformed and completely rejuvenated!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-bed-sitting-pillow_273609-4819.jpg" },
{ id: "t2", name: "Sarah J.", handle: "@beautyguru", testimonial: "Finally, organic ingredients that actually work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-women-hanging-out_23-2149168545.jpg" },
@@ -131,8 +138,10 @@ export default function LandingPage() {
{ id: "q2", title: "Shipping?", content: "Global shipping available." },
]}
title="Common Questions"
description="Everything you need to know."
textboxLayout="split"
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -141,6 +150,8 @@ export default function LandingPage() {
tag="Newsletter"
title="Start Your Glow"
description="Get 15% off your first order by joining our community today."
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>