File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ const DemoSection = () => {
4242 See It In Action
4343 </ h2 >
4444 < p className = "text-muted-foreground text-lg sm:text-xl max-w-3xl mx-auto" >
45- A full-stack project — created from scratch, then extended with
46- 3 features in parallel. Every line of code planned, tested, and
45+ A full-stack project — created from scratch, then extended with 3
46+ features in parallel. Every line of code planned, tested, and
4747 verified entirely by AI.
4848 </ p >
4949 </ div >
5050
5151 { /* YouTube Embed */ }
5252 < div
5353 ref = { videoRef }
54- className = { `${ videoInView ? "animate-fade-in-up" : "opacity-0" } ` }
54+ className = { `max-w-4xl mx-auto ${ videoInView ? "animate-fade-in-up" : "opacity-0" } ` }
5555 >
5656 < div className = "relative rounded-2xl overflow-hidden border border-border/50 shadow-2xl shadow-primary/10" >
5757 < div
You can’t perform that action at this time.
0 commit comments