diff --git a/src/app/page.tsx b/src/app/page.tsx index bed719d..273fb66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,8 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,15 +42,12 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file