From 55a762eb8325c769c3431db9da32a6a70ad1eaf2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 24 Apr 2026 08:55:08 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 89a08b5..55e2106 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -54,6 +54,12 @@ export default function App() { text: "Donate Now", href: "#contact", }} + logos={[ + { src: "https://images.unsplash.com/photo-1599305445671-ac291c95aaa9?w=200&h=100&fit=crop", alt: "Partner 1" }, + { src: "https://images.unsplash.com/photo-1599305445671-ac291c95aaa9?w=200&h=100&fit=crop", alt: "Partner 2" }, + { src: "https://images.unsplash.com/photo-1599305445671-ac291c95aaa9?w=200&h=100&fit=crop", alt: "Partner 3" }, + { src: "https://images.unsplash.com/photo-1599305445671-ac291c95aaa9?w=200&h=100&fit=crop", alt: "Partner 4" }, + ]} /> -- 2.49.1 From 1344ffe3fd19b36ebde32b94138c6dd881b2d187 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:55:17 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 404 +++++++++++++++------------------------------------- 1 file changed, 115 insertions(+), 289 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 55e2106..1a0e646 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,304 +13,130 @@ import { Heart, Home, Shield } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); } -- 2.49.1