From 857f2ac5687c126c6b16be58c42139043fd49cc2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 23 Jan 2026 18:05:44 +0200 Subject: [PATCH] Remove section: concerns --- src/app/page.tsx | 194 ++++++++++-------- .../sections/hero/HeroBillboardScroll.tsx | 1 - 2 files changed, 113 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 753570d..7e4b2fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,6 +17,7 @@ import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboa import HeroLogo from "@/components/sections/hero/HeroLogo"; import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow"; import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; +import BlogCardOne from "@/components/sections/blog/BlogCardOne"; export default function LandingPage() { return ( @@ -86,87 +87,6 @@ export default function LandingPage() { /> -
- -
- -
- -
-
+
+ +
+ +
+ +
+
-
Approved By 1000 people