Making some slight changes to landing page to be more clear/provide more of my information for companies

This commit is contained in:
Frank
2024-03-22 20:51:36 -06:00
parent 8778f28cc2
commit 12000ecd0d
14 changed files with 1145 additions and 374 deletions

View File

@@ -24,11 +24,8 @@ export default function Freelance(): JSX.Element {
<h1 className="text-center text-4xl font-bold text-foreground mb-4">
Let&apos;s Build Your Website!
</h1>
<Button asChild>
<Link
href="https://forms.gle/xuwgKSHqhPWrt2Zo8"
target="_blank"
>
<Button className="font-bold" asChild>
<Link href="https://forms.gle/xuwgKSHqhPWrt2Zo8" target="_blank">
Onboarding Form
</Link>
</Button>
@@ -130,14 +127,8 @@ export default function Freelance(): JSX.Element {
<h1 className="text-center text-4xl font-bold text-foreground mb-2">
Let&apos;s Build Your Website!
</h1>
<Button
asChild
className="mt-2"
>
<Link
href="https://forms.gle/xuwgKSHqhPWrt2Zo8"
target="_blank"
>
<Button asChild className="font-bold mt-2">
<Link href="https://forms.gle/xuwgKSHqhPWrt2Zo8" target="_blank">
Onboarding Form
</Link>
</Button>