Update src/app/page.tsx
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -89,6 +87,7 @@ export default function LandingPage() {
|
||||
{ value: "200+", label: "Members" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
enableKpiAnimation={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,6 +102,7 @@ export default function LandingPage() {
|
||||
{ value: "2", label: "Nations" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
enableKpiAnimation={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,6 +116,7 @@ export default function LandingPage() {
|
||||
{ value: "All", label: "Welcome" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
enableKpiAnimation={true}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user