Note: | +
+There's a _lot_ of duplicate code in the following components, especially as regards the _CallToAction_ mechanism -- adding to a lot of confusion and something of a maintenance headache:
-Finally, note that the _CallToAction_ property can be of type `string | CallToAction` where the `CallToAction` is a typed object. In the component, this is handled thusly:
+
+src/components/widgets/Hero.astro
+src/components/widgets/Steps2.astro
+src/components/widgets/CallToAction.astro
+src/components/widgets/Hero2.astro
+src/pages/landing/startup.astro
+
+
+Seems like this could be cleaned up.
+ |
+