From 891dbc215280a5abb8ce4313e9582c8eebdb13db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:13:34 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 416 ++++++++++++++++------------------------------------ 1 file changed, 129 insertions(+), 287 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index c48d4fb..3d1976e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,306 +13,148 @@ import { Coffee, Award, Armchair } from 'lucide-react'; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ]} + leftText="© 2024 Brew & Bean. All rights reserved." + rightText="Crafted with love." + /> + ); }