forked from
standard.site/standard.site
Standard.site landing page built in Next.js
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";