Skip to content

Commit 0806ce4

Browse files
committed
refactor(web): remove decorative connectors from How It Works section
1 parent 0bd4963 commit 0806ce4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

apps/web/src/components/landing/how-it-works-section.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@ export function HowItWorksSection() {
5151
className="text-center mb-20 lg:mb-32"
5252
>
5353
<div className="flex items-center justify-center gap-4 mb-6">
54-
<div className="w-16 h-px bg-border" />
5554
<span className="text-mono text-sm text-primary tracking-wider uppercase">
5655
02 / How It Works
5756
</span>
58-
<div className="w-16 h-px bg-border" />
5957
</div>
6058
<h2 className="text-display text-4xl sm:text-5xl lg:text-6xl text-foreground">
6159
THREE <span className="text-gradient">SIMPLE</span> STEPS
@@ -76,10 +74,6 @@ export function HowItWorksSection() {
7674
}}
7775
className="relative"
7876
>
79-
{index < 2 && (
80-
<div className="step-connector hidden md:block absolute top-12 left-full w-full h-px bg-border origin-left z-0" />
81-
)}
82-
8377
<div className="relative z-10">
8478
<div className="flex items-center gap-6 mb-6">
8579
<div

0 commit comments

Comments
 (0)