Add socials

This commit is contained in:
2025-12-27 11:48:19 +01:00
parent 47397db72c
commit 89be945ca4
4 changed files with 103 additions and 12 deletions

View File

@ -1,3 +1,4 @@
import { SocialLinks } from "@/components/SocialLinks";
import { ArrowBigRight } from "lucide-react";
export default function Home() {
@ -14,18 +15,9 @@ export default function Home() {
<p className="text-muted-foreground max-w-xl text-lg mb-6">
If you want to commission me<br />you can find all the information you need here:<br /> <a href="https://linktr.ee/gaertan" target="_blank" className="underline text-primary" ><ArrowBigRight className="w-4 h-4 inline" /> Linktree</a>
</p>
{/* Search */}
{/* <div className="relative w-full max-w-lg">
<span className="absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground">
<Search className="w-4 h-4" />
</span>
<Input
type="text"
placeholder="Search artworks, commissions, pages..."
className="p-6 pl-10"
/>
</div> */}
<div>
<SocialLinks />
</div>
</div>