diff --git a/web/src/components/LandingSection/LandingSection.js b/web/src/components/LandingSection/LandingSection.js index 9afd24d..66621d7 100644 --- a/web/src/components/LandingSection/LandingSection.js +++ b/web/src/components/LandingSection/LandingSection.js @@ -10,7 +10,7 @@ import { Link } from '@redwoodjs/router' import { useAuth } from '@redwoodjs/auth' const LandingSection = () => { - const { logIn, isAuthenticated } = useAuth() + const { logIn } = useAuth() return (
@@ -43,7 +43,7 @@ const LandingSection = () => {
{abstractCode}
-
+
{involuteDonut}
@@ -61,17 +61,17 @@ const LandingSection = () => { -

+

Have you ever started frantically reaching for a pen when trying to explain an idea?

-

- Engineers love drawings and CAD extends that. Only now communicating - with machines is just as important as with colleagues, and what - better way to do that than with a deterministic, expressive and - auditable script. +

+ Engineers love drawings and CAD extends that, though now + communicating with machines is just as important as with colleagues. + What better way to do that than with a deterministic, expressive and + auditable script?

@@ -85,9 +85,30 @@ const LandingSection = () => {
  • Build your own helper functions and abstractions
  • -
  • Trigger FEM or regenerate tool paths with a CI/CD process
  • -
  • Auto-generate a BOM
  • -
  • Integrate it into your PLM tools
  • +
  • + Trigger{' '} + + FEM + {' '} + or regenerate tool paths with a{' '} + + CI/CD + {' '} + process +
  • +
  • + Auto-generate a{' '} + + BOM + +
  • +
  • + Integrate it into your{' '} + + PLM + {' '} + tools +
@@ -97,8 +118,8 @@ const LandingSection = () => { >

Team coordination doesn't get any better than git. Multiple people - working on a complex assembly without treading on each other. What - else is there to say. + working on a complex assembly without treading on each other -- what + else is there to say?

{

Software is taking over the world, and so are developers. In the U.S. developers are 1.4M strong and are predicted to increase their{' '} - + ranks by 22% - {' '} + {' '} over the next 10 years. As coders proliferate, so will the number of areas in which they operate, including CAD.

@@ -172,3 +190,11 @@ function MarketingPoint({ leadingPoint, title, children }) {
) } + +function QuickLink({ to, children }) { + return ( + + {children} + + ) +} diff --git a/web/src/components/LandingSection/mockEditorParts.js b/web/src/components/LandingSection/mockEditorParts.js index fbf793d..955214e 100644 --- a/web/src/components/LandingSection/mockEditorParts.js +++ b/web/src/components/LandingSection/mockEditorParts.js @@ -76,7 +76,7 @@ export const abstractCode = ( export const involuteDonut = (