diff --git a/src/app/page.tsx b/src/app/page.tsx index 5572580..54dced8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -29,7 +28,7 @@ export default function LandingPage() { -
- -
-
); -} +} \ No newline at end of file