From 3cc786cd6be90036b1ac3dc974d9f16b786d99b5 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 23 Apr 2026 10:51:25 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 387a19e..2e7f1c8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -50,6 +50,13 @@ export default function App() { text: "Our Story", href: "#about", }} + logos={[ + { src: "/placeholder.svg", alt: "Logoipsum" }, + { src: "/placeholder.svg", alt: "Acme Corp" }, + { src: "/placeholder.svg", alt: "Stark Industries" }, + { src: "/placeholder.svg", alt: "Wayne Enterprises" }, + { src: "/placeholder.svg", alt: "Globex Corporation" }, + ]} /> -- 2.49.1 From 02ee28357fe0290269b00259d108a77e474a9261 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 10:51:33 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 400 +++++++++++++++++----------------------------------- 1 file changed, 129 insertions(+), 271 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 2e7f1c8..236a912 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,286 +13,144 @@ import { Coffee, Facebook, Heart, Instagram, Twitter, Zap } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); } -- 2.49.1