Merge version_8 into main
Merge version_8 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -18,7 +18,7 @@ export default function LuminaSkincarePage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="none"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
@@ -50,6 +50,7 @@ export default function LuminaSkincarePage() {
|
||||
<div id="about">
|
||||
<InlineImageSplitTextAbout
|
||||
className="pt-40"
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Pure science meets" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/gray-abstract-background-oil-bubble-texture-wallpaper_53876-142972.jpg", alt: "Texture" },
|
||||
@@ -65,6 +66,7 @@ export default function LuminaSkincarePage() {
|
||||
title="Designed for Perfection"
|
||||
description="Minimalist formulations, maximal results for every skin type."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
features={[
|
||||
@@ -80,6 +82,8 @@ export default function LuminaSkincarePage() {
|
||||
tagIcon={FlaskConical}
|
||||
title="Rooted in Innovation"
|
||||
description="Our clinical approach to botanical beauty"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showStepNumbers={true}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
@@ -95,6 +99,8 @@ export default function LuminaSkincarePage() {
|
||||
tagIcon={Star}
|
||||
title="Why LUMINA?"
|
||||
description="The intersection of nature and clinical expertise"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{ id: "1", title: "Anti-Aging", description: "Targets fine lines with peptides.", tag: "Treatment", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-ballet-dancer-ballerina-pointe-girl-ballet-studio_1157-43898.jpg" },
|
||||
@@ -109,6 +115,7 @@ export default function LuminaSkincarePage() {
|
||||
title="Real Radiance"
|
||||
description="Stories from our community"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Elena V.", date: "March 2025", title: "Total skin transformation", quote: "My skin has never felt this luminous. Lumina is a true ritual.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-with-pink-sweater_23-2148749911.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-gold-body-painting_23-2150466380.jpg" },
|
||||
{ id: "2", name: "Marcus K.", date: "February 2025", title: "Effortless hydration", quote: "Minimalist, clean, and highly effective. My daily go-to.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-985.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sunlight-falling-olive-oil-bottles-white-backdrop_23-2147853791.jpg" },
|
||||
@@ -119,6 +126,7 @@ export default function LuminaSkincarePage() {
|
||||
<ContactSplitForm
|
||||
title="Experience Lumina"
|
||||
description="Questions about your skin journey? Connect with our experts."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-flowers-white-background_23-2148345624.jpg"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
|
||||
Reference in New Issue
Block a user