Merge pull request #406 from Irev-Dev/release

Release
This commit was merged in pull request #406.
This commit is contained in:
Kurt Hutten
2021-07-17 17:34:00 +10:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ const LandingSection = () => {
</div>
</div>
<div className="max-w-6xl mx-auto px-2">
<h2 className="text-indigo-700 text-5xl font-roboto my-16 tracking-widest font-light">
{/* <h2 className="text-indigo-700 text-5xl font-roboto my-16 tracking-widest font-light">
What's the potential of Code-CAD?
</h2>
<MarketingPoint
@@ -140,9 +140,9 @@ const LandingSection = () => {
over the next 10 years. As coders proliferate, so will the number of
areas in which they operate, including CAD.
</p>
</MarketingPoint>
</MarketingPoint> */}
</div>
<div className="w-3/4 mx-auto h-px bg-pink-400 mt-32" />
{/* <div className="w-3/4 mx-auto h-px bg-pink-400 mt-32" /> */}
<div className="mt-24">
<p className="text-center text-pink-400 max-w-xl text-2xl mx-auto font-medium">
CadHub is a space to share cad projects and its our gift to the
@@ -164,13 +164,13 @@ const LandingSection = () => {
>
CadQuery
</OutBound>{' '}
with more{' '}
{/* with more{' '}
<OutBound
className="text-gray-600 underline"
to="https://github.com/Irev-Dev/cadhub/discussions/212"
>
features planned
</OutBound>
</OutBound> */}
.
</p>
<p className="text-2xl font-medium text-gray-600 px-8 pb-8">

View File

@@ -52,7 +52,7 @@ export default function Home() {
</header>
<main>
<div className="max-w-6xl mx-auto px-2 pb-32">
<h2 className="text-indigo-700 text-5xl font-roboto my-16 tracking-widest font-light">
{/* <h2 className="text-indigo-700 text-5xl font-roboto my-16 tracking-widest font-light">
What's the potential of code-cad?
</h2>
<MarketingPoint
@@ -131,7 +131,7 @@ export default function Home() {
over the next 10 years. As coders proliferate, so will the number
of areas in which they operate, including CAD.
</p>
</MarketingPoint>
</MarketingPoint> */}
</div>
</main>
</Layout>