From c50cd360b6f583c36e6a76e9cd0754ec15c4ddf1 Mon Sep 17 00:00:00 2001 From: "Visal .In" Date: Wed, 17 Jul 2024 13:05:01 +0700 Subject: [PATCH] feat: add correct video --- src/app/page.tsx | 30 ++++++++-------- src/components/website-layout.tsx | 59 ++++++++++++++----------------- 2 files changed, 42 insertions(+), 47 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fb81fd5..2e4a55ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,7 @@ function TestimonyList() { function HeroSection() { return ( -
-
- -
- +

Powerful SQLite-based Database Client

@@ -71,6 +67,10 @@ function HeroSection() { SQLite-based databases like Turso, LibSQL, and rqlite. It runs entirely in your browser, so there's no need to download anything.

+ +
+ +
); } @@ -99,8 +99,8 @@ function SupportDriver() { function FeatureList() { return ( -
-
+
+

Powerful Data Editor

@@ -112,7 +112,7 @@ function FeatureList() {

-
-
+

Create and Edit Table

@@ -132,15 +132,15 @@ function FeatureList() {

-
-
+

Writing and Running SQL

@@ -154,15 +154,15 @@ function FeatureList() {
-
-
+
and much much more...
diff --git a/src/components/website-layout.tsx b/src/components/website-layout.tsx index 389c5d93..803bf766 100644 --- a/src/components/website-layout.tsx +++ b/src/components/website-layout.tsx @@ -17,7 +17,7 @@ async function Topbar() {
-

+

LibSQL Studio

@@ -63,38 +63,31 @@ async function Topbar() { function Footer() { return (
-
-
-
    -
  • - - Playground - -
  • -
  • - - Document - -
  • -
  • - - Terms and Condition - -
  • -
  • - - Privacy - -
  • -
- -

© 2024 Visal .In. | LibSQL Studio

-
+
+
    +
  • + + Playground + +
  • +
  • + + Document + +
  • +
  • + + Terms and Condition + +
  • +
  • + + Privacy + +
  • +
-
+
+ +

© 2024 Visal .In. | LibSQL Studio

);