From f038a9d396b5e7a5b24b76c0b57c0c0636f59b21 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:50:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 228d16f..744af49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -71,6 +69,7 @@ export default function LandingPage() { description="Building the future of nutritional standards." features={[]} useInvertedBackground={false} + textboxLayout="default" /> @@ -82,6 +81,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="blur-reveal" useInvertedBackground={false} + textboxLayout="default" /> @@ -91,6 +91,8 @@ export default function LandingPage() { animationType="slide-up" team={[]} useInvertedBackground={false} + textboxLayout="default" + description="Dedicated team leaders." /> @@ -99,6 +101,8 @@ export default function LandingPage() { names={["Nutrition Council", "Health Global", "Dietitians India", "Global Nutrition Partners"]} title="Trusted By Experts" useInvertedBackground={false} + description="Industry leading partnerships." + textboxLayout="default" /> @@ -108,6 +112,7 @@ export default function LandingPage() { title="Become a Member" description="Register to get access to our global network." background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1