From 62f1bf3dc283c3da2a422a92cbaefaa069a75039 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 22 Apr 2026 09:05:54 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 9393c16..f19a6e5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -214,6 +214,7 @@ export default function App() { Date: Wed, 22 Apr 2026 09:06:02 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 387 ++++++++++++++++------------------------------------ 1 file changed, 119 insertions(+), 268 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f19a6e5..3836c5a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,285 +12,136 @@ import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialT export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- - + ]} + /> + + +
+ +
+ +
+ +
+ +
+ +
+ + ); } -- 2.49.1