Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-13 21:30:44 +00:00

View File

@@ -71,6 +71,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-diagnosing-melanoma-body-female-patient_23-2149365769.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -84,6 +85,8 @@ export default function LandingPage() {
{ id: "2", title: "Cellular Rebirth", description: "High-frequency restorative skin therapies.", tag: "Medical" },
{ id: "3", title: "Holistic Glow", description: "Internal wellness meets external beauty.", tag: "Exclusive" }
]}
textboxLayout="split-description"
useInvertedBackground={false}
/>
</div>
@@ -94,9 +97,11 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="split-description"
products={[
{ id: "p1", name: "Signature Serum", price: "$450", variant: "Restorative", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg" },
{ id: "p2", name: "Elite Hydrator", price: "$320", variant: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-products_23-2148223715.jpg" }
{ id: "p2", name: "Elite Hydrator", price: "$320", variant: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-products_23-2148223715.jpg" },
{ id: "p3", name: "Total Renew", price: "$600", variant: "Regenerative", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-products_23-2148223715.jpg" }
]}
/>
</div>
@@ -106,6 +111,8 @@ export default function LandingPage() {
title="Membership Programs"
description="Secure priority access and regular treatments with our elite memberships."
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
plans={[
{ id: "a", tag: "Signature", price: "$5,000", period: "/mo", description: "Unlimited access for the elite.", button: { text: "Inquire", href: "#contact" }, featuresTitle: "Perks", features: ["Concierge Priority", "Bespoke Care"] }
]}
@@ -118,6 +125,8 @@ export default function LandingPage() {
description="Your beauty in the hands of the world's most sought-after practitioners."
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="split-description"
members={[
{ id: "m1", name: "Dr. Helena Vance", role: "Founder & Lead Surgeon" },
{ id: "m2", name: "Julian Rossi", role: "Clinical Lead" }
@@ -130,10 +139,12 @@ export default function LandingPage() {
title="Discreet Satisfaction"
description="The preferred choice for iconic figures globally."
testimonials={[
{ id: "t1", name: "Global Icon", role: "Client", company: "RIYEON Confidential", rating: 5, quote: "The results are subtle yet transformative. Absolute professionals." }
{ id: "t1", name: "Global Icon", role: "Client", company: "RIYEON Confidential", rating: 5, title: "Exceptional care" }
]}
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
/>
</div>
@@ -146,6 +157,8 @@ export default function LandingPage() {
{ id: "q2", title: "How do I book?", content: "Consultations are reserved for members or by referral." }
]}
faqsAnimation="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
/>
</div>
@@ -154,6 +167,8 @@ export default function LandingPage() {
title="Secure Your Consultation"
description="Begin your journey with RIYEON."
tag="Exclusive Access"
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</div>
@@ -161,6 +176,7 @@ export default function LandingPage() {
<FooterCard
logoText="RIYEON"
copyrightText="© 2025 RIYEON Aesthetic Clinic. All rights reserved."
columns={[]}
/>
</div>
</ReactLenis>