From 85df677961c27449b2ad86c947a1471948c225cf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:18:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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() {