From 236af3dfe2b33ae89356e5df22a08e21ca30c2f9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 17:08:23 +0000 Subject: [PATCH] Bob AI: Replace the about section with a different one I d... --- src/app/page.tsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 517905e..55953d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; @@ -76,15 +76,20 @@ export default function AestheticGracePage() {
-