style(website): fix height; clean up code
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import FeaturesSection from './FeaturesSection'
|
||||
import HeroSection from './HeroSection'
|
||||
import OneMoreThingSection from './OneMoreThingSection'
|
||||
import ScenariosSection from './ScenariosSection'
|
||||
|
||||
export default function HomeContent() {
|
||||
return (
|
||||
<>
|
||||
<HeroSection />
|
||||
<FeaturesSection />
|
||||
<ScenariosSection />
|
||||
<OneMoreThingSection />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user