From 3191ae6fc5cd6a9ece8f8623a84c79c8523aabbb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:30:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbe6b77..2c25150 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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} /> @@ -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" } ]} /> @@ -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" /> @@ -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} /> @@ -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" }} /> @@ -161,6 +176,7 @@ export default function LandingPage() {