diff options
| author | schererleander <leander@schererleander.de> | 2025-12-28 21:46:32 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-28 21:46:32 +0100 |
| commit | 2c102ad4756b5e7aeab3b0fd05fd0e37687f901f (patch) | |
| tree | 2992bfe033cb0fe8ed1de20632baeb4b576e8b19 /app/page.tsx | |
| parent | 33a0e018def36d6b5f26cefb0434064b33fb50fb (diff) | |
chore(style): clean up tailwindcss, other
Diffstat (limited to 'app/page.tsx')
| -rw-r--r-- | app/page.tsx | 3 |
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'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> |
