From 06f6444248e6d5b8853773e10c904f9f330a525e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 23 Apr 2026 11:31:19 +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 903e01b..6ac2684 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -55,6 +55,7 @@ export default function App() { text: "About Us", href: "#about", }} + logos={[]} /> -- 2.49.1 From 2c7c413b2b5bf8fc254764f3d61dad3630a8e6e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:31:28 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 503 ++++++++++++++++------------------------------------ 1 file changed, 153 insertions(+), 350 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6ac2684..6415a0a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,366 +14,169 @@ import { Award, Coffee, Flame, MapPin, Users } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+ +
+ -
+ { + tag: "Expert", price: "$80", period: "/mo", features: ["4 bags monthly", "Priority shipping", "Barista consultation"], + primaryButton: { text: "Select", href: "#contact" }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xkysf6" + }, + ]} + /> + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + ); } -- 2.49.1