mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 17:37:33 +00:00
fix(docs-site) remove free trial notes (#11729)
This commit is contained in:
parent
838dfa4a66
commit
ea7bdca6d1
@ -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",
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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 */}
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
.title {
|
||||
font-size: 2.8rem;
|
||||
line-height: 3rem;
|
||||
font-weight: 600;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
.hideOnMobile{
|
||||
display: none;
|
||||
}
|
||||
.hero__title, .hero__subtitle {
|
||||
text-align: center!important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px){
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
|
||||
.title {
|
||||
font-size: 2.5rem;
|
||||
line-height: 2.75rem;
|
||||
font-weight: 500;
|
||||
margin-bottom: 2rem;
|
||||
text-align: center;
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user