Merge version_6 into main #8
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,6 +81,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,6 +91,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
team={[]}
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
description="Dedicated team leaders."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user