From e125546db07ba8852a908b8badce08709082a75a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 04:52:37 +0000 Subject: [PATCH] Bob AI: Change the hero section layout with a different on... --- src/app/page.tsx | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1b295f..388d8f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client" import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; @@ -42,18 +42,25 @@ export default function LandingPage() {
-
-- 2.49.1