From eebd1017e0c6e869f2d9b28f12bd7a8c179a5451 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:50:26 +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 cbb9a9f..f8746ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,6 +77,7 @@ export default function LandingPage() { mediaAnimation="opacity" textboxLayout="default" imagePosition="left" + useInvertedBackground={false} /> @@ -94,7 +95,7 @@ export default function LandingPage() { imageAlt="Close-up of a skin care treatment procedure" mediaAnimation="slide-up" mediaPosition="right" - faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -109,6 +110,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -125,6 +127,7 @@ export default function LandingPage() { ]} animationType="scale-rotate" textboxLayout="default" + useInvertedBackground={false} /> @@ -142,6 +145,7 @@ export default function LandingPage() { textPosition="left" animationType="smooth" showCard={true} + useInvertedBackground={false} /> @@ -163,6 +167,7 @@ export default function LandingPage() { imageAlt="Aesthetica clinic exterior with location details" mediaAnimation="opacity" mediaPosition="right" + useInvertedBackground={false} /> -- 2.49.1