Standard.site landing page built in Next.js
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 401 B view raw
1export { HeroSection } from "@/app/components/sections/HeroSection"; 2export { IntroductionSection } from "@/app/components/sections/IntroductionSection"; 3export { DefinitionsSection } from "@/app/components/sections/DefinitionsSection"; 4export { VerificationSection } from "@/app/components/sections/VerificationSection"; 5export { QuestionsSection } from "@/app/components/sections/QuestionsSection";