File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,16 +5,14 @@ import { Header } from "@/components/home/header";
55import { HeroSection } from "@/components/home/hero" ;
66
77const Page = ( ) => (
8- < div className = "flex w-full items-center justify-center" >
9- < div className = "dark flex min-h-screen w-full flex-col bg-background" >
10- < Header />
11- < main >
12- < HeroSection />
13- < FeaturesSection />
14- < DemoSection />
15- < Footer />
16- </ main >
17- </ div >
8+ < div className = "dark flex min-h-screen w-full flex-col bg-background" >
9+ < Header />
10+ < main >
11+ < HeroSection />
12+ < FeaturesSection />
13+ < DemoSection />
14+ < Footer />
15+ </ main >
1816 </ div >
1917) ;
2018
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export const HeroSection = () => {
3333 )` ;
3434
3535 return (
36- < section className = "container-landing group relative py-16" >
36+ < section className = "container-landing group relative overflow-x-hidden py-16" >
3737 < div className = "border border-white/10" >
3838 < div className = "grid h-32 grid-cols-12 border-white/10 border-b" >
3939 { /* Top Left: Fan/Perspective Pattern */ }
You can’t perform that action at this time.
0 commit comments