File tree Expand file tree Collapse file tree
apps/web/src/components/landing Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments