diff --git a/src/app/page.tsx b/src/app/page.tsx index cbb09a4..fd63d9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,6 +44,7 @@ export default function LandingPage() {
@@ -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} /> @@ -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} />