style(website): fix height; clean up code

This commit is contained in:
Simon
2026-02-27 20:42:24 +08:00
parent c2daf13ead
commit 91ae86f56e
3 changed files with 13 additions and 36 deletions

View File

@@ -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 />
</>
)
}