From 90ea9e5a7ed3c561060316320e68a94275b879fc Mon Sep 17 00:00:00 2001 From: development Date: Mon, 19 Jan 2026 13:06:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 592876f..5da0b6c 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 NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -56,7 +56,7 @@ export default function LandingPage() { description={[ "Webild is revolutionizing how teams generate and manage projects. Our platform combines artificial intelligence with intuitive design to eliminate manual setup processes and accelerate project delivery.", "We believe that intelligent automation should empower teams, not replace them. Our mission is to help developers, managers, and organizations achieve more by automating the repetitive aspects of project creation while keeping humans at the center of decision-making.", "Founded by industry veterans passionate about developer productivity, Webild brings years of expertise to the project management space. We're committed to continuous innovation and customer success." ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" showBorder={false} buttons={[ { @@ -127,15 +127,8 @@ export default function LandingPage() { ]} textboxLayout="default" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" gridVariant="three-columns-all-equal-width" - titleClassName="text-3xl md:text-4xl font-bold leading-tight mb-3" - descriptionClassName="text-base leading-relaxed mb-6" - cardClassName="p-4 rounded-lg" - cardBrandClassName="text-xs text-gray-600 uppercase tracking-wide mb-2" - cardNameClassName="text-lg font-semibold mb-3" - cardPriceClassName="text-2xl font-bold mb-2" - cardRatingClassName="text-sm" /> @@ -209,7 +202,7 @@ export default function LandingPage() { tag="Testimonials" textboxLayout="default" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" speed={40} topMarqueeDirection="left" testimonials={[ -- 2.49.1