aboutsummaryrefslogtreecommitdiff
path: root/app/page.tsx
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-12-28 21:46:32 +0100
committerschererleander <leander@schererleander.de>2025-12-28 21:46:32 +0100
commit2c102ad4756b5e7aeab3b0fd05fd0e37687f901f (patch)
tree2992bfe033cb0fe8ed1de20632baeb4b576e8b19 /app/page.tsx
parent33a0e018def36d6b5f26cefb0434064b33fb50fb (diff)
chore(style): clean up tailwindcss, other
Diffstat (limited to 'app/page.tsx')
-rw-r--r--app/page.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/page.tsx b/app/page.tsx
index 057842d..51dfeda 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,4 +1,3 @@
-
import { ToolsGrid } from "@/components/tools-grid";
import { ProjectsGrid } from "@/components/projects-grid";
import { PostCard } from "@/components/post-card";
@@ -19,7 +18,7 @@ export default function Home() {
<div className="pointer-events-auto">
<h2 className="text-2xl font-bold mix-blend-luminosity text-foreground">Hi, I&apos;m Leander.</h2>
<p className="text-muted-foreground/60 max-w-lg mx-auto">
- Passionate about hardware & software, pursuing computer science studies. Currently building 3D-printing projects and exploring homelabing.
+ Interested in hardware & software, pursuing computer science studies. Currently building 3D-printing projects and exploring homelabing.
</p>
</div>
</section>