From a220204004ccbb4c2bc323c8555e3c6ff57af2fb Mon Sep 17 00:00:00 2001 From: ethanglide Date: Sun, 2 Nov 2025 14:31:25 -0500 Subject: [PATCH] Add basic hero element --- src/app.tsx | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index f99eb15..406748e 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -1,9 +1,44 @@ export function App() { return ( - <> -
-

Hello, World!

-
- +
+ +
+
+
+
+
+

+ Orchestral Event Management +

+

without the hassle

+
+
+ + +
+
+
+
+
Section 2 coming soon...
+
+
); }