|
| 1 | +import WhatNext from "@/components/compositions/WhatNext"; |
| 2 | +import useSiteKey from "@/components/effects/useSiteKey"; |
| 3 | +import Divider from "@/components/elements/Divider"; |
1 | 4 | import { buttonVariants } from "@/components/ui/button";
|
2 | 5 | import Link from "next/link";
|
3 | 6 |
|
| 7 | +import styles from "@/components/elements/PageShared.module.scss"; |
| 8 | + |
4 | 9 | export default function IndexPage() {
|
| 10 | + const { siteKey } = useSiteKey(); |
| 11 | + |
5 | 12 | return (
|
6 |
| - <section className="container grid items-center gap-6 pb-8 pt-6 md:py-10"> |
7 |
| - <div className="flex max-w-[980px] flex-col items-start gap-2"> |
8 |
| - <h1 className="text-3xl font-extrabold leading-tight tracking-tighter md:text-4xl"> |
9 |
| - Arcjet example app |
10 |
| - </h1> |
11 |
| - <p className="max-w-[700px]"> |
12 |
| - <Link |
13 |
| - href="https://arcjet.com" |
14 |
| - target="_blank" |
15 |
| - className="hover:underline font-bold decoration-1 underline-offset-2" |
16 |
| - > |
17 |
| - Arcjet |
18 |
| - </Link>{" "} |
19 |
| - helps developers protect their apps in just a few lines of code. |
20 |
| - Implement rate limiting, bot protection, email verification & defend |
21 |
| - against common attacks. |
22 |
| - </p> |
23 |
| - <p className="max-w-[700px]"> |
24 |
| - This application shows of the key features of Arcjet. The code is{" "} |
25 |
| - <Link |
26 |
| - href="https://github.com/arcjet/arcjet-js-example" |
27 |
| - target="_blank" |
28 |
| - rel="noreferrer" |
29 |
| - className="hover:underline font-bold decoration-1 underline-offset-2" |
30 |
| - > |
31 |
| - on GitHub |
32 |
| - </Link> |
33 |
| - . |
34 |
| - </p> |
35 |
| - </div> |
36 |
| - <h2 className="text-xl font-bold">Examples</h2> |
37 |
| - <div className="flex gap-4"> |
38 |
| - <Link href="/signup" className={buttonVariants({ variant: "default" })}> |
39 |
| - Signup form protection |
40 |
| - </Link> |
41 |
| - <Link href="/bots" className={buttonVariants({ variant: "default" })}> |
42 |
| - Bot protection |
43 |
| - </Link> |
44 |
| - <Link |
45 |
| - href="/rate-limiting" |
46 |
| - className={buttonVariants({ variant: "default" })} |
47 |
| - > |
48 |
| - Rate limiting |
49 |
| - </Link> |
50 |
| - <Link href="/attack" className={buttonVariants({ variant: "default" })}> |
51 |
| - Attack protection |
52 |
| - </Link> |
| 13 | + <section className={styles.Content}> |
| 14 | + <div className={styles.Section}> |
| 15 | + <div className="flex max-w-[980px] flex-col items-start gap-6"> |
| 16 | + <p className="max-w-[700px] text-lg"> |
| 17 | + <Link |
| 18 | + href="https://arcjet.com" |
| 19 | + target="_blank" |
| 20 | + className="hover:underline font-bold decoration-1 underline-offset-2" |
| 21 | + > |
| 22 | + Arcjet |
| 23 | + </Link>{" "} |
| 24 | + helps developers protect their apps in just a few lines of code. |
| 25 | + Implement rate limiting, bot protection, email verification & defend |
| 26 | + against common attacks. |
| 27 | + </p> |
| 28 | + <p className="max-w-[700px] text-secondary-foreground"> |
| 29 | + This application shows of the key features of Arcjet. The code is{" "} |
| 30 | + <Link |
| 31 | + href="https://github.com/arcjet/arcjet-js-example" |
| 32 | + target="_blank" |
| 33 | + rel="noreferrer" |
| 34 | + className="hover:underline font-bold decoration-1 underline-offset-2" |
| 35 | + > |
| 36 | + on GitHub |
| 37 | + </Link> |
| 38 | + . |
| 39 | + </p> |
| 40 | + </div> |
| 41 | + |
| 42 | + <div className="flex max-w-[980px] flex-col items-start gap-6 pt-8"> |
| 43 | + <h2 className="text-xl font-bold">Examples</h2> |
| 44 | + <div className="flex gap-4"> |
| 45 | + <Link |
| 46 | + href="/signup" |
| 47 | + className={buttonVariants({ variant: "default" })} |
| 48 | + > |
| 49 | + Signup form protection |
| 50 | + </Link> |
| 51 | + <Link |
| 52 | + href="/bots" |
| 53 | + className={buttonVariants({ variant: "default" })} |
| 54 | + > |
| 55 | + Bot protection |
| 56 | + </Link> |
| 57 | + <Link |
| 58 | + href="/rate-limiting" |
| 59 | + className={buttonVariants({ variant: "default" })} |
| 60 | + > |
| 61 | + Rate limiting |
| 62 | + </Link> |
| 63 | + <Link |
| 64 | + href="/attack" |
| 65 | + className={buttonVariants({ variant: "default" })} |
| 66 | + > |
| 67 | + Attack protection |
| 68 | + </Link> |
| 69 | + </div> |
| 70 | + </div> |
53 | 71 | </div>
|
54 | 72 |
|
55 |
| - <h2 className="text-xl font-bold">Deploy it now</h2> |
56 |
| - <a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Farcjet%2Farcjet-js-example&project-name=arcjet-example&repository-name=arcjet-example&developer-id=oac_1GEcKBuKBilVnjToj1QUwdb8&demo-title=Arcjet%20Example%20&demo-description=Example%20rate%20limiting%2C%20bot%20protection%2C%20email%20verification%20%26%20form%20protection.&demo-url=https%3A%2F%2Fgithub.com%2Farcjet%2Farcjet-js-example&demo-image=https%3A%2F%2Fapp.arcjet.com%2Fimg%2Fexample-apps%2Fvercel%2Fdemo-image.jpg&integration-ids=oac_1GEcKBuKBilVnjToj1QUwdb8&external-id=arcjet-js-example"> |
57 |
| - <img src="https://vercel.com/button" alt="Deploy with Vercel" /> |
58 |
| - </a> |
| 73 | + {!siteKey && ( |
| 74 | + <> |
| 75 | + <Divider /> |
59 | 76 |
|
60 |
| - <h2 className="text-xl font-bold">What next?</h2> |
61 |
| - <div className="flex gap-4"> |
62 |
| - <Link |
63 |
| - href="https://app.arcjet.com" |
64 |
| - target="_blank" |
65 |
| - className={buttonVariants({ variant: "outline" })} |
66 |
| - > |
67 |
| - Sign up for Arcjet |
68 |
| - </Link> |
69 |
| - <Link |
70 |
| - href="https://docs.arcjet.com" |
71 |
| - target="_blank" |
72 |
| - className={buttonVariants({ variant: "outline" })} |
73 |
| - > |
74 |
| - Arcjet docs |
75 |
| - </Link> |
76 |
| - <Link |
77 |
| - href="https://discord.gg/TPra6jqZDC" |
78 |
| - target="_blank" |
79 |
| - rel="noreferrer" |
80 |
| - className={buttonVariants({ variant: "outline" })} |
81 |
| - > |
82 |
| - Join our Discord |
83 |
| - </Link> |
84 |
| - </div> |
| 77 | + <div className={styles.Section}> |
| 78 | + <h2 className="text-xl font-bold">Deploy it now</h2> |
| 79 | + <a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Farcjet%2Farcjet-js-example&project-name=arcjet-example&repository-name=arcjet-example&developer-id=oac_1GEcKBuKBilVnjToj1QUwdb8&demo-title=Arcjet%20Example%20&demo-description=Example%20rate%20limiting%2C%20bot%20protection%2C%20email%20verification%20%26%20form%20protection.&demo-url=https%3A%2F%2Fgithub.com%2Farcjet%2Farcjet-js-example&demo-image=https%3A%2F%2Fapp.arcjet.com%2Fimg%2Fexample-apps%2Fvercel%2Fdemo-image.jpg&integration-ids=oac_1GEcKBuKBilVnjToj1QUwdb8&external-id=arcjet-js-example"> |
| 80 | + <img src="https://vercel.com/button" alt="Deploy with Vercel" /> |
| 81 | + </a> |
| 82 | + </div> |
| 83 | + </> |
| 84 | + )} |
| 85 | + |
| 86 | + <Divider /> |
| 87 | + |
| 88 | + <WhatNext deployed={siteKey != null} /> |
85 | 89 | </section>
|
86 | 90 | );
|
87 | 91 | }
|
0 commit comments