@@ -148,32 +148,19 @@ export default function Hero() {
148148
149149 { /* Trust indicators */ }
150150 < div className = "relative z-10 border-t border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60" >
151- < div className = "container mx-auto px-4 py-8" >
151+ < div className = "container py-8" >
152152 < div className = "flex flex-col md:flex-row items-start md:items-center justify-between gap-4 md:gap-6" >
153153 < div className = "flex flex-col sm:flex-row sm:items-center gap-3 sm:gap-6 w-full md:w-auto" >
154154 < span className = "text-xs sm:text-sm text-muted-foreground whitespace-nowrap" > Trusted by developers at</ span >
155155 < div className = "flex flex-wrap items-center gap-2 sm:gap-4 text-muted-foreground" >
156156 < a href = "https://rivo.gg" className = "text-xs sm:text-sm hover:text-foreground transition-colors" target = "_blank" rel = "noopener noreferrer" > Rivo.gg</ a >
157157 < a href = "https://better-auth.com" className = "text-xs sm:text-sm hover:text-foreground transition-colors" target = "_blank" rel = "noopener noreferrer" > Better-auth</ a >
158+ < a href = "https://opencut.app" className = "text-xs sm:text-sm hover:text-foreground transition-colors" target = "_blank" rel = "noopener noreferrer" > OpenCut</ a >
158159 < a href = "https://www.confinity.com" className = "text-xs sm:text-sm hover:text-foreground transition-colors" target = "_blank" rel = "noopener noreferrer" > Confinity</ a >
159160 < a href = "https://useautumn.com" className = "cursor-pointer text-xs sm:text-sm hover:text-foreground transition-colors" target = "_blank" rel = "noopener noreferrer" > Autumn</ a >
160- < span className = "text-xs sm:text-sm text-muted-foreground" > +496 more</ span >
161+ < span className = "text-xs sm:text-sm text-muted-foreground" > +495 more</ span >
161162 </ div >
162163 </ div >
163- < div className = "flex flex-wrap items-center gap-3 sm:gap-6 text-xs text-muted-foreground" >
164- < span className = "flex items-center gap-2 whitespace-nowrap" >
165- < div className = "w-1.5 h-1.5 bg-primary rounded-full" />
166- Free 30-day trial
167- </ span >
168- < span className = "flex items-center gap-2 whitespace-nowrap" >
169- < div className = "w-1.5 h-1.5 bg-primary rounded-full" />
170- No credit card required
171- </ span >
172- < span className = "flex items-center gap-2 whitespace-nowrap" >
173- < div className = "w-1.5 h-1.5 bg-primary rounded-full" />
174- Setup in 5 minutes
175- </ span >
176- </ div >
177164 </ div >
178165 </ div >
179166 </ div >
0 commit comments