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