File tree 14 files changed +15
-16
lines changed
14 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const metadata = {
8
8
export default function LoginPage ( ) {
9
9
return (
10
10
< div className = "flex flex-col space-y-2 text-center" >
11
- < h1 className = "font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-4xl md:text-5xl " >
11
+ < h1 className = "font-heading text-3xl drop-shadow-xl sm:text-4xl md:text-5xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
12
12
Login
13
13
</ h1 >
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const metadata = {
8
8
export default function ResetPasswordPage ( ) {
9
9
return (
10
10
< div className = "flex flex-col space-y-2 text-center" >
11
- < h1 className = "font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-4xl " >
11
+ < h1 className = "font-heading text-3xl drop-shadow-xl sm:text-4xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
12
12
Reset Password
13
13
</ h1 >
14
14
< p className = "text-sm text-muted-foreground" >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const metadata = {
8
8
export default function SignupPage ( ) {
9
9
return (
10
10
< div className = "flex flex-col space-y-2 text-center" >
11
- < h1 className = "font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-4xl " >
11
+ < h1 className = "font-heading text-3xl drop-shadow-xl sm:text-4xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
12
12
Create an account
13
13
</ h1 >
14
14
< p className = "text-sm text-muted-foreground" >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function PrivacyPage() {
9
9
return (
10
10
< >
11
11
< section className = "my-10 rounded-3xl bg-muted p-6 md:p-10 lg:p-16 xl:p-20" >
12
- < h1 className = "text-center font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-3xl md:text-7xl " >
12
+ < h1 className = "text-center font-heading text-3xl drop-shadow-xl sm:text-3xl md:text-7xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
13
13
Privacy Policy
14
14
</ h1 >
15
15
</ section >
@@ -18,7 +18,7 @@ export default function PrivacyPage() {
18
18
< div key = { i } className = "mb-8 mt-4" >
19
19
< h2
20
20
id = { `${ section . title . toLowerCase ( ) . replace ( / \s / g, "-" ) } ` }
21
- className = "font-heading text-lg dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-xl md:text-2xl "
21
+ className = "font-heading text-lg sm:text-xl md:text-2xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent"
22
22
>
23
23
{ i + 1 } . { section . title }
24
24
</ h2 >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function TermsPage() {
9
9
return (
10
10
< >
11
11
< section className = "my-10 rounded-3xl bg-muted p-6 md:p-10 lg:p-16 xl:p-20" >
12
- < h1 className = "text-center font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-3xl md:text-7xl " >
12
+ < h1 className = "text-center font-heading text-3xl drop-shadow-xl sm:text-3xl md:text-7xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
13
13
Terms of Service
14
14
</ h1 >
15
15
</ section >
@@ -19,7 +19,7 @@ export default function TermsPage() {
19
19
< div key = { i } className = "mb-8 mt-4" >
20
20
< h2
21
21
id = { `${ section . title . toLowerCase ( ) . replace ( / \s / g, "-" ) } ` }
22
- className = "font-heading text-lg dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-xl md:text-2xl "
22
+ className = "font-heading text-lg sm:text-xl md:text-2xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent"
23
23
>
24
24
{ i + 1 } . { section . title }
25
25
</ h2 >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export function Clients() {
7
7
return (
8
8
< section id = "clients" className = "space-y-6" >
9
9
< div className = "mx-auto flex max-w-3xl flex-col items-center space-y-4 text-center" >
10
- < h2 className = "font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-3xl md:text-6xl " >
10
+ < h2 className = "font-heading text-3xl drop-shadow-xl sm:text-3xl md:text-6xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
11
11
Our Valued Clients
12
12
</ h2 >
13
13
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export function Features() {
2
2
return (
3
3
< section id = "features" className = "container space-y-6" >
4
4
< div className = "mx-auto flex max-w-3xl flex-col items-center space-y-4 text-center" >
5
- < h2 className = "font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-3xl md:text-6xl " >
5
+ < h2 className = "font-heading text-3xl drop-shadow-xl sm:text-3xl md:text-6xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
6
6
Keep track of your meetings all in one place
7
7
</ h2 >
8
8
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export function Hero() {
17
17
✨ Your Workspace, Perfected
18
18
</ Badge >
19
19
20
- < h1 className = "mt-4 font-heading text-4xl font-bold duration-500 ease-out animate-in fade-in-0 zoom-in-50 slide-in-from-bottom-1/2 [text-shadow:_0_4px_0_#e1e1e1] dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent dark:[text-shadow:none] md:text-7xl " >
20
+ < h1 className = "mt-4 font-heading text-4xl font-bold duration-500 ease-out animate-in fade-in-0 zoom-in-50 slide-in-from-bottom-1/2 [text-shadow:_0_4px_0_#e1e1e1] md:text-7xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent dark:[text-shadow:none]" >
21
21
All-In-One Collaboration and Productivity Platform
22
22
</ h1 >
23
23
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export async function OpenSource() {
10
10
return (
11
11
< section id = "open-source" >
12
12
< div className = "flex flex-col items-center justify-center gap-4 rounded-3xl bg-muted py-8 text-center md:py-12 xl:py-16" >
13
- < h2 className = "font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-3xl md:text-6xl " >
13
+ < h2 className = "font-heading text-3xl drop-shadow-xl sm:text-3xl md:text-6xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
14
14
Proudly Open Source
15
15
</ h2 >
16
16
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export function TechStack() {
57
57
className = "container space-y-6 rounded-3xl bg-muted py-8 md:py-12 lg:py-24"
58
58
>
59
59
< div className = "mx-auto flex max-w-3xl flex-col items-center space-y-4 text-center" >
60
- < h2 className = "font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-3xl md:text-6xl " >
60
+ < h2 className = "font-heading text-3xl drop-shadow-xl sm:text-3xl md:text-6xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
61
61
Tech Stack
62
62
</ h2 >
63
63
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export function Testimonials() {
15
15
return (
16
16
< section id = "testimonials" className = "container" >
17
17
< div className = "mx-auto flex max-w-3xl flex-col items-center space-y-4 text-center" >
18
- < h2 className = "font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-3xl md:text-6xl " >
18
+ < h2 className = "font-heading text-3xl drop-shadow-xl sm:text-3xl md:text-6xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
19
19
Trusted by all
20
20
</ h2 >
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default function PricingPage() {
15
15
return (
16
16
< section className = "container flex flex-col gap-6 py-8 md:gap-10" >
17
17
< div className = "flex flex-col gap-4 rounded-3xl bg-muted p-6 md:p-10 lg:p-16 xl:p-20" >
18
- < h1 className = "text-center font-heading text-3xl drop-shadow-xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent sm:text-3xl md:text-7xl " >
18
+ < h1 className = "text-center font-heading text-3xl drop-shadow-xl sm:text-3xl md:text-7xl dark:bg-gradient-to-br dark:from-neutral-200 dark:to-neutral-600 dark:bg-clip-text dark:text-transparent" >
19
19
Simple, transparent pricing
20
20
</ h1 >
21
21
< p className = "text-center leading-normal text-muted-foreground sm:text-lg sm:leading-7" >
Original file line number Diff line number Diff line change 82
82
"eslint-plugin-tailwindcss" : " ^3.13.1" ,
83
83
"husky" : " ^8.0.3" ,
84
84
"lint-staged" : " ^15.2.0" ,
85
- "oxlint" : " ^0.1.2" ,
86
85
"pg" : " ^8.11.3" ,
87
86
"postcss" : " 8.4.33" ,
88
87
"prettier" : " ^3.1.1" ,
96
95
" prettier --write \" **/*.{ts,tsx,mdx}\" --cache --experimental-ternaries"
97
96
],
98
97
"*.{ts,tsx,mdx}" : [
99
- " oxlint --fix ."
98
+ " eslint --fix ."
100
99
]
101
100
},
102
101
"commitlint" : {
You can’t perform that action at this time.
0 commit comments