From 978f558c42fd14fc5d0a49854813bdc633e3bdd5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 22:06:14 +0000 Subject: [PATCH] Bob AI: The section talking about expertise appproach and ... --- src/app/page.tsx | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc7152f..72c091e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; @@ -49,25 +48,16 @@ export default function LandingPage() {
- +