diff --git a/src/app/page.tsx b/src/app/page.tsx
index 786d46a..e5acd99 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,84 +8,84 @@ import { FlipWords } from "@/components/ui/flip-words";
import { motion } from "framer-motion";
export default function Home() {
- return (
-
-
-
-
-
-
+ return (
+
+
+
+
+
+
-
-
-
+
+
+
-
- {"//"} open-source driven · pragmatic engineering
-
+
+ {"//"} open-source driven · pragmatic engineering
+
-
-
- Engineering for
-
-
-
- A shared space for designers, developers and builders
-
-
+
+
+ Engineering for
+
+
+
+ A shared space for designers, developers and builders
+
+
-
-
- }>join the discord
-
+
+
+ }>join the discord
+
-
- } variant="outlined">
- follow on x
-
-
-
-
-
- );
+
+ } variant="outlined">
+ follow on x
+
+
+
+
+
+ );
}
diff --git a/src/components/icons/logo-full-light.tsx b/src/components/icons/logo-full-light.tsx
index 86dfee3..7bc4e96 100644
--- a/src/components/icons/logo-full-light.tsx
+++ b/src/components/icons/logo-full-light.tsx
@@ -1,48 +1,48 @@
import { IconProps } from ".";
export function LogoFullLight({ className }: IconProps) {
- return (
-
- );
+ return (
+
+ );
}