diff --git a/src/app/page.tsx b/src/app/page.tsx
index a3d80de..dd283ce 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,6 +6,7 @@ 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";
+import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
export default function LandingPage() {
return (
@@ -26,6 +27,7 @@ export default function LandingPage() {