diff --git a/packages/webapp/src/routes/__root.tsx b/packages/webapp/src/routes/__root.tsx
index fd0cc21..63985e0 100644
--- a/packages/webapp/src/routes/__root.tsx
+++ b/packages/webapp/src/routes/__root.tsx
@@ -9,15 +9,13 @@ export const Route = createRootRoute({
function RootComponent() {
return <>
-
-
- My website
-
-
-
-
-
-
+
+
+
+
+
+
+
>
diff --git a/packages/webapp/src/routes/index.tsx b/packages/webapp/src/routes/index.tsx
index f9a2282..1c2683e 100644
--- a/packages/webapp/src/routes/index.tsx
+++ b/packages/webapp/src/routes/index.tsx
@@ -6,5 +6,5 @@ export const Route = createFileRoute("/")({
})
function RouteComponent() {
- return Hello "/"!
+ return Coming soon!
}