mirror of
https://github.com/Techtonic-Fault/homepage.git
synced 2026-01-23 05:26:30 +00:00
Initial commit
This commit is contained in:
13
app/pages/gymbro/privacy/en/page.tsx
Normal file
13
app/pages/gymbro/privacy/en/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { Metadata } from "next"
|
||||
import Privacy from '@/markdown/gymbro/privacy/en.mdx'
|
||||
import RootLayout from "@/app/layout"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Gym Bro - Informativa sulla Privacy | TECHTONIC FAULT",
|
||||
}
|
||||
|
||||
export default function BlogPage() {
|
||||
return (
|
||||
<Privacy />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user