functionHomepageBanner(): React.JSX.Element { return ( <divclassName={styles.scopeBanner}> <divclassName={styles.scopeBannerContent}> <divclassName={styles.scopeBannerFeature}>10x Performance, 0.1x Cost, 100x More Elastic</div> <h1className={styles.scopeBannerTitle}> <spanclassName={styles.scopeBannerBrand}>The Future</span> of Cloud Data Management </h1> <divclassName={styles.scopeBannerIntro}> ScopeDB is a database that runs directly on top of any commodity object storage, unleashing the power of cloud elasticity and workload isolation. It is designed explicitly for data workloads with massive writes, any-scale reads, and flexible schema. </div> <divclassName={styles.scopeBtns}> <ahref="/contact"className={clsx(styles.scopeBtn,styles.scopeBtnPrimary)}>Book a Demo</a> <ahref="/blog/manage-observability-data-in-petabytes"className={styles.scopeBtn}>Read More</a> </div> </div> <divclassName={styles.scopeBannerImgView}> <imgsrc="/homepage/homepage-hero.png"className={styles.scopeBannerImg}alt="hero"/> </div> </div> ); }
exportdefaultfunctionHome(): React.JSX.Element { return ( <Layout description="ScopeDB is a database built directly on top of S3 and unleashes the power of cloud elasticity and workload isolation."> <HomepageBanner/> </Layout> ); }