diff --git a/apps/website/src/app/components/invoice/page.tsx b/apps/website/src/app/components/invoice/page.tsx new file mode 100644 index 000000000..d8913d5db --- /dev/null +++ b/apps/website/src/app/components/invoice/page.tsx @@ -0,0 +1,33 @@ +import type { Metadata } from "next"; + +export const metadata: Metadata = { + title: "React PDF Invoice Template | Midday", + description: "A React PDF invoice template with Tiptap JSON support.", +}; + +export default function Page() { + return ( +
+
+
+
+

Use Midday Invoice Template

+

+ Get started with our powerful React PDF invoice template +

+
+
+ + View implementation + +
+
+
+
+ ); +} diff --git a/apps/website/src/app/components/page.tsx b/apps/website/src/app/components/page.tsx index 812da921f..42a04e134 100644 --- a/apps/website/src/app/components/page.tsx +++ b/apps/website/src/app/components/page.tsx @@ -32,8 +32,8 @@ const components = [ name: "PDF Template", description: "A React PDF template supporting Tiptap JSON and more.", image: pdf, - href: "/components", - ready: false, + href: "/components/invoice", + ready: true, }, ]; @@ -41,7 +41,7 @@ export default function Page() { return (
-

+

Components