diff --git a/src/app/page.tsx b/src/app/page.tsx index a658fad..1143d5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; export default function LandingPage() { return ( @@ -29,21 +28,13 @@ export default function LandingPage() { @@ -52,19 +43,14 @@ export default function LandingPage() {
-
- -
-