diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..f13f627 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,51 @@ +'use client' + +import { useRouter } from "next/navigation"; +import styled from "styled-components"; + +import { Button } from "@/styles"; + +export default function Contact() { + const router = useRouter(); + + return + +

Kontakt

+

Telefon: +48 12 272 31 01

+

E-mail: parafia@parafiaborzeta.pl

+
+ +