feat: Add donate page

This commit is contained in:
Wanjohi
2024-09-16 15:43:57 +03:00
parent 3088b050ed
commit 58e93b28e9
5 changed files with 86 additions and 25 deletions

View File

@@ -3,6 +3,8 @@ import { Link } from "@builder.io/qwik-city";
import { TitleSection, MotionComponent, transition } from "@nestri/ui/react";
import { TeamCounter, NavBar, Footer } from "@nestri/ui"
//FIXME: Add a FAQ section
export default component$(() => {
return (
<>