Skip to content

Commit 5063522

Browse files
committed
Re-add hidable home page text
1 parent 33b4d00 commit 5063522

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/Cards/3.15.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,15 @@ const CategoryGrid = () => {
183183
<div className="hero-section">
184184
<div className="hero-text">
185185
<h1>ScalarDB</h1>
186-
ScalarDB is a universal hybrid transaction/analytical processing (HTAP) engine for diverse databases. It runs as middleware on databases and virtually unifies diverse databases by achieving ACID transactions and real-time analytics across them to simplify the complexity of managing multiple databases or multiple instances of a single database.
186+
<p>ScalarDB is a universal hybrid transaction/analytical processing (HTAP) engine for diverse databases. It runs as middleware on databases and virtually unifies diverse databases by achieving ACID transactions and real-time analytics across them to simplify the complexity of managing multiple databases or multiple instances of a single database.</p>
187+
{/* <span className="hero-text-additional">
188+
<p>As a versatile solution, ScalarDB supports a range of databases, including:</p>
189+
190+
<ul>
191+
<li>Relational databases that support JDBC, such as MariaDB, Microsoft SQL Server, MySQL, Oracle Database, PostgreSQL, SQLite, and their compatible databases, like Amazon Aurora and YugabyteDB.</li>
192+
<li>NoSQL databases like Amazon DynamoDB, Apache Cassandra, and Azure Cosmos DB.</li>
193+
</ul>
194+
</span> */}
187195
</div>
188196
<div className="youtube-embed">
189197
<LiteYouTubeEmbed id="-i1tqeI3FKs" title="ScalarDB Explainer" poster="maxresdefault" />

0 commit comments

Comments
 (0)