+
);
diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx
deleted file mode 100644
index 41b7cc5..0000000
--- a/src/components/Projects.tsx
+++ /dev/null
@@ -1,34 +0,0 @@
-export default function Projects() {
- return (
-
-
-
-
-
-
-
a much more easy to use and painless alternative to the default youtube studio.
-
-
-
-
-
-
-
-
-
a meme and pfp editor packed with features, built to run on low end devices.
-
-
-
-
- );
-}
diff --git a/src/entry-server.tsx b/src/entry-server.tsx
index eb1d31f..7fc4dea 100644
--- a/src/entry-server.tsx
+++ b/src/entry-server.tsx
@@ -1,9 +1,9 @@
// @refresh reload
-import {createHandler, StartServer} from "@solidjs/start/server";
+import { createHandler, StartServer } from "@solidjs/start/server";
export default createHandler(() => (
(
+ document={({ assets, children, scripts }) => (
@@ -17,19 +17,25 @@ export default createHandler(() => (
-
+
-
+
{assets}
-
+
{children}
{scripts}
diff --git a/src/routes/blog/(blog).mdx b/src/routes/blog/(blog).mdx
deleted file mode 100644
index 5d0caaf..0000000
--- a/src/routes/blog/(blog).mdx
+++ /dev/null
@@ -1 +0,0 @@
-1. [Hello World](/blog/hello)
diff --git a/src/routes/blog/hello.mdx b/src/routes/blog/hello.mdx
deleted file mode 100644
index 612d51c..0000000
--- a/src/routes/blog/hello.mdx
+++ /dev/null
@@ -1,3 +0,0 @@
-# hello
-
-we assure this will be full of some text soon™
diff --git a/src/routes/index.mdx b/src/routes/index.mdx
deleted file mode 100644
index f127ca1..0000000
--- a/src/routes/index.mdx
+++ /dev/null
@@ -1,14 +0,0 @@
-import Projects from "../components/Projects";
-import Team from "../components/Team";
-
-# flora
-
-we build practical web tools that solve _real_ problems, transforming creative ideas into useful digital solutions for everyday challenges.
-
-## projects
-
-
-## team
-
-
-if you would like to work with us, dm your resume or github to [@namishh_](https://x.com/namishh_) or [@rexmkv](https://x.com/rexmkv) on x.
diff --git a/src/routes/index.tsx b/src/routes/index.tsx
new file mode 100644
index 0000000..18c083a
--- /dev/null
+++ b/src/routes/index.tsx
@@ -0,0 +1,46 @@
+import Art from "../components/Art.tsx";
+
+export default function Home() {
+ return (
+
+
+
+
+
+
Flora
+
+
+ Flora is a team of developers aiming to create practical and useful
+ solutions for real problems.
+
+
+ Our current projects:{" "}
+
{" "}
+ and{" "}
+
+ {"."}
+
+
+
+ Founded by nam and{" "}
+ rex. Follow us on{" "}
+ github.
+
+
+
+ );
+}