From 6eddf7bfcab05850b88d9c3995b76e601fe266f7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 23 Apr 2026 09:29:19 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f0eb56f..daabf75 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -87,8 +87,6 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg?_wi=2", - imageAlt: "server room abstract", }, { icon: Shield, @@ -102,8 +100,6 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-electronic-chip-board-cloud-computer-is-system-transfer-data-information-upload-download-application-technology-transformation-concept_616485-59.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/corporate-leaders-demonstrating-powerful-collaboration-strategic-thinking_482257-123995.jpg?_wi=2", - imageAlt: "server room abstract", }, { icon: Zap, @@ -117,8 +113,6 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-digital-age-futuristic-lock-illustration_23-2151998475.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-call-center-agent-helping-customers-regain-access-accounts_482257-126661.jpg?_wi=1", - imageAlt: "server room abstract", }, ]} /> -- 2.49.1 From 1c940b924223c04bd6d326cec27a562386d5b1c8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:29:28 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 430 +++++++++++++++++----------------------------------- 1 file changed, 136 insertions(+), 294 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index daabf75..65ff11e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,318 +9,160 @@ import NavbarCentered from '@/components/ui/NavbarCentered'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; -import { CheckCircle, Github, Linkedin, Server, Shield, Twitter, Zap } from "lucide-react"; +import { CheckCircle, Linkedin, Server, Twitter, Github, Zap, Shield } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- + -
+ icon: "Zap", title: "Data Analytics", description: "Actionable insights from your complex data.", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-digital-age-futuristic-lock-illustration_23-2151998475.jpg" } + ] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); -} +} \ No newline at end of file -- 2.49.1