fix(docs-site) remove free trial notes (#11729)

This commit is contained in:
Jay 2024-10-28 19:14:10 -04:00 committed by GitHub
parent 838dfa4a66
commit ea7bdca6d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 15 additions and 7 deletions

View File

@ -180,7 +180,7 @@ module.exports = {
opacity: 0.8;
}
</style>
<div class='cloud-cta button button--primary' alt='try-datahub-cloud' style='font-weight: 700;'>Try DataHub Cloud Free</div>
<div class='cloud-cta button button--primary' alt='try-datahub-cloud' style='font-weight: 700;'>Get DataHub Cloud</div>
`,
position: "right",
}

View File

@ -11,7 +11,7 @@ const Trial = ({onOpenTourModal}) => {
<div className={styles.left_content}>
<span className="">Discover. Observe. Govern.</span>
<p className="">
Get a free trial of<br/><b>DataHub</b> cloud today.
Get started with<br/><b>DataHub</b> cloud today.
</p>
<div className={styles.btn_div}>
<Link to="/cloud">Book a Demo</Link>

View File

@ -82,7 +82,7 @@ const DemoForm = ({ formId }) => {
<div className={clsx(styles.formHeader)}>
<div className={clsx(styles.formTitle)}>Book a Demo</div>
<div className={clsx(styles.formSubtitle)}>
Schedule your personalized demo and get a free trial.
Schedule your personalized demo and get a trial.
</div>
</div>
<div id={`hubspotForm-${formId}`} className={styles.hubspotForm}></div> {/* Use unique ID */}

View File

@ -17,6 +17,7 @@
.title {
font-size: 2.8rem;
line-height: 3rem;
font-weight: 600;
margin-bottom: 2rem;
}

View File

@ -68,6 +68,9 @@
.hideOnMobile{
display: none;
}
.hero__title, .hero__subtitle {
text-align: center!important;
}
}
@media screen and (min-width: 1000px){

View File

@ -10,6 +10,7 @@
.title {
font-size: 2.5rem;
line-height: 2.75rem;
font-weight: 500;
margin-bottom: 2rem;
text-align: center;

View File

@ -47,7 +47,7 @@ function Home() {
<div className="container" style={{ paddingTop: '12vh', paddingBottom: '12vh' }}>
<div className="row row__padded">
<div className={clsx(styles.col, styles.hero__cta, "col col--7")}>
<h1 className={styles.hero__title}>Start your free trial<br />today.</h1>
<h1 className={styles.hero__title}>Start with DataHub Cloud<br />today.</h1>
<div className={clsx(styles.hero__subtitle)}>
Unify Discovery, Observability and Governance<br />for data and AI.
</div>

View File

@ -24,14 +24,14 @@
background-color: #1890ff;
div {
color: white;
font-size: 1rem;
font-size: 1.5rem;
font-weight: 400;
opacity: .9;
}
a {
cursor: pointer;
color: white;
font-size: 1.2rem;
font-size: 1.75rem;
font-weight: 600;
}
}
@ -87,6 +87,7 @@
.bookButton, .productTourButton {
display: block;
width: 100%;
margin-left: 0!important;
}
.productTourButton {
@ -101,7 +102,9 @@
.formContainer {
display: none;
}
.hero__title, .hero__subtitle {
text-align: center!important;
}
}
@media screen and (min-width: 1000px){