mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-26 19:17:00 +00:00
feat: add SQL queries demo
This commit is contained in:
parent
fcd63cd59d
commit
f71963c179
3 changed files with 74 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ import { ScrollUpButton } from "../components/ScrollUpButton";
|
|||
import "../styles/Theme.css";
|
||||
import "../styles/Diagonals.css";
|
||||
import { Features0 } from "../components/Features0";
|
||||
import { Features3 } from "../components/Features3";
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -27,6 +28,7 @@ import { Features0 } from "../components/Features0";
|
|||
<Features1 client:load />
|
||||
<Divider />
|
||||
<Features2 client:load />
|
||||
<Features3 client:load />
|
||||
<!-- <Testimonials client:load /> -->
|
||||
<FeaturesDiagonal client:load />
|
||||
<Pricing client:load />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue