From 687defdc17c658b75e776463124c67851e8eb59a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 23 Apr 2026 09:39:22 +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 4e0314a..aefebc5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -206,6 +206,7 @@ export default function App() { Date: Thu, 23 Apr 2026 09:39:31 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 393 +++++++++++++++++----------------------------------- 1 file changed, 127 insertions(+), 266 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index aefebc5..779ee8d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,278 +12,139 @@ import TestimonialAvatarCard from '@/components/sections/testimonial/Testimonial export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + title: "Artisan Brewing", description: "Hand-poured perfection by our master baristas.", avatarSrc: "http://img.b2bpic.net/free-photo/happy-lovely-pretty-young-female-model-with-bobbed-hairstyle-shining-smile-being-good-mood-after-successful-shopping-dressed-casual-loose-t-shirt_273609-3588.jpg", buttonText: "Learn More", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-coffee-shop_23-2148366578.jpg"}, + ]} + /> + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + ); } -- 2.49.1