File tree 1 file changed +13
-2
lines changed
next/src/components/landing
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,20 @@ const ConnectorSection = () => {
6
6
< div
7
7
className = { clsx (
8
8
"h-screen w-screen items-center justify-center overflow-hidden" ,
9
- "bg-[radial-gradient(circle_at_center,_var(--tw-gradient-stops))] from-purple-500/10 from-20% to-transparent to-60%"
9
+ "bg-[radial-gradient(circle_at_center,_var(--tw-gradient-stops))]" ,
10
+ "from-purple-500/10 from-20% to-transparent to-60%"
10
11
) }
11
- > </ div >
12
+ >
13
+ < div className = "flex flex-col items-center justify-center" >
14
+ < div className = "mt-20 text-center" >
15
+ < h1 className = "mb-4 text-6xl font-medium" > Integrate with your</ h1 >
16
+ < h1 className = "text-6xl font-semibold" > Entire Stack</ h1 >
17
+ </ div >
18
+ < div className = "mt-5" >
19
+ < h2 className = "text-thin" > Custom Connectors for every part of your business</ h2 >
20
+ </ div >
21
+ </ div >
22
+ </ div >
12
23
) ;
13
24
} ;
14
25
You can’t perform that action at this time.
0 commit comments