From b69e9c0cd72a0fddc7989e60b7477d951ee0fcee Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 22:55:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eeaf4f9..4971da4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -84,7 +84,7 @@ export default function LandingPage() { tag="Simple Process" tagIcon={Heart} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" metrics={[ { @@ -156,7 +156,7 @@ export default function LandingPage() { tag="Real Examples" tagIcon={Eye} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="blur-reveal" gridVariant="three-columns-all-equal-width" features={[ @@ -225,7 +225,7 @@ export default function LandingPage() { tag="Pricing Plans" tagIcon={CreditCard} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" plans={[ { @@ -286,7 +286,7 @@ export default function LandingPage() { tag="FAQ" tagIcon={HelpCircle} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="smooth" faqs={[ { -- 2.49.1