feat: add SQL queries demo

This commit is contained in:
rzmk 2024-04-08 10:20:48 -04:00
parent fcd63cd59d
commit f71963c179
No known key found for this signature in database
3 changed files with 74 additions and 0 deletions

View file

@ -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 />