We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005a593 commit fdfcc94Copy full SHA for fdfcc94
app/page.js
@@ -17,7 +17,7 @@ export default function Page() {
17
<Header />
18
<section id="home" className="h-screen px-2 bg-pattern">
19
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-3/4">
20
- <h1 className="font-title uppercase text-6xl font-bold text-neutral-800">Justin St-Amant, here</h1>
+ <h1 className="font-title uppercase text-6xl font-bold text-neutral-800">Justin <span className="whitespace-nowrap">St-Amant,</span> here</h1>
21
<p className="mt-8 mb-10 text-2xl">{process.env.site.subtitle}</p>
22
<LinkButton href="#about" text="See why" icon={faRocket} animate={true} className="mx-auto" />
23
</div>
0 commit comments