Skip to content

Commit 658be85

Browse files
committed
Removed beta thing
1 parent 704fe75 commit 658be85

1 file changed

Lines changed: 14 additions & 31 deletions

File tree

src/app/page.tsx

Lines changed: 14 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,7 @@ import AceEditor from "react-ace";
4141
export default async function HomePageRoute() {
4242
return (
4343
<>
44-
<section className="hero py-[15vh] flex flex-col items-center gap-5 relative container">
45-
<div className="bg-blue-400 text-neutral-900 p-4 rounded-xl font-poppins font-medium text-sm">
46-
<p>
47-
🚀 <strong>Schedify</strong> is currently in <em>private beta</em>
48-
perfect for devs building things that need to delay, defer, or
49-
schedule actions.
50-
<br />
51-
Want early access? Drop us an email or hop into our Discord — we’d
52-
love to have you!
53-
</p>
54-
<div className="flex flex-row items-center gap-5 justify-center mt-4">
55-
<Link
56-
href="mailto:email@schedify.dev"
57-
className="underline hover:text-neutral-700"
58-
>
59-
email@schedify.dev
60-
</Link>
61-
<Link
62-
href="https://discord.gg/DYmy6QYUpr"
63-
className="underline hover:text-neutral-700"
64-
>
65-
Join Discord
66-
</Link>
67-
</div>
68-
</div>
69-
44+
<section className="hero py-[15vh] pt-[20vh] flex flex-col items-center gap-5 relative container">
7045
<div className="font-geist-mono text-sm">
7146
Supported by{" "}
7247
<Link
@@ -362,13 +337,21 @@ await client.createTask("WEBHOOK_ID", {
362337
</p>
363338

364339
<div className="flex flex-col md:flex-row items-center gap-4">
365-
<a
366-
href="mailto:support@schedify.dev"
340+
<Link
341+
href="https://discord.gg/DYmy6QYUpr"
367342
className="inline-flex items-center gap-2 bg-white text-indigo-900 font-semibold px-5 py-2 rounded-lg shadow-md hover:bg-gray-100 transition"
368343
>
369-
<LucideMail size={18} />
370-
Contact Support
371-
</a>
344+
<svg
345+
role="img"
346+
viewBox="0 0 24 24"
347+
xmlns="http://www.w3.org/2000/svg"
348+
className="size-5"
349+
>
350+
<title>Discord</title>
351+
<path d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z" />
352+
</svg>
353+
Join Discord
354+
</Link>
372355

373356
<a
374357
href="https://insigh.to/b/schedify"

0 commit comments

Comments
 (0)