Skip to content

Commit f8b22c6

Browse files
authored
🦅 Updated title and subtitles for Connector Section (#959)
1 parent a57f304 commit f8b22c6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

next/src/components/landing/ConnectorSection.tsx

+13-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ const ConnectorSection = () => {
66
<div
77
className={clsx(
88
"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%"
1011
)}
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>
1223
);
1324
};
1425

0 commit comments

Comments
 (0)