From fa31eab9258735496f541a5f084c8b1783524683 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 16:38:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d951be2..7119f2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Sparkles, Heart, Brain, Mail, MapPin } from "lucide-react"; +import { Sparkles, Heart, Brain } from "lucide-react"; export default function LandingPage() { return ( @@ -49,6 +49,7 @@ export default function LandingPage() { description="We believe skin health is a dialogue between science and the self. Every treatment plan is uniquely curated to reflect your individual essence, ensuring results that are as authentic as they are radiant." imageSrc="https://images.unsplash.com/photo-1612349317150-e413f6a5b16d?q=80&w=1000" tag="Refined Care" + useInvertedBackground={false} />
@@ -62,6 +63,7 @@ export default function LandingPage() { ]} animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" />
@@ -73,6 +75,8 @@ export default function LandingPage() { { id: "p1", badge: "Essential", price: "Custom", subtitle: "Daily Care Plans", buttons: [{text: "Take Quiz"}], features: ["Assessment", "Routine Design", "Product Advice"] }, { id: "p2", badge: "Clinical", price: "Expert", subtitle: "Advanced Procedures", buttons: [{text: "Take Quiz"}], features: ["In-Office Consult", "Treatment Roadmap", "Aftercare"] } ]} + useInvertedBackground={false} + textboxLayout="default" />
@@ -81,6 +85,7 @@ export default function LandingPage() { description="Schedule your personal aesthetic review with Dr. Nikolaidou." tag="Contact" background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />