Update homepages

This commit is contained in:
Kurt Hutten
2021-07-12 19:17:23 +10:00
parent 92c7871659
commit 066c451f0c
2 changed files with 7 additions and 7 deletions

View File

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

View File

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