diff --git a/src/app/page.tsx b/src/app/page.tsx index 4138e15..be350bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import ReactLenis from "lenis/react"; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Rocket } from "lucide-react"; export default function LandingPage() { return ( @@ -38,6 +39,9 @@ export default function LandingPage() {