From b0069a702f2ea7305f8040be9ad00b832c9500c2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 14:32:57 +0000 Subject: [PATCH] Bob AI: Changed the second section to a split layout with text and i --- src/pages/HomePage/sections/About.tsx | 50 +++++++++++++++++++++------ 1 file changed, 39 insertions(+), 11 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 87fa192..258c6e3 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -4,19 +4,47 @@ import React from 'react'; import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import Tag from "@/components/ui/Tag"; +import Button from "@/components/ui/Button"; export default function AboutSection(): React.JSX.Element { return ( -
- - - -
+
+ +
+
+
+ +

+ We are a team of passionate marketers. +

+

+ Our mission is to empower businesses with innovative marketing solutions that connect, engage, and convert. We believe in transparent partnerships and sustainable growth. +

+
+
+
+
+ Team working +
+
+
+
+ +
+
+
); }