diff --git a/app/[page]/page.tsx b/app/[page]/page.tsx index 089a558af..fd6238ffe 100644 --- a/app/[page]/page.tsx +++ b/app/[page]/page.tsx @@ -29,7 +29,7 @@ export default async function Page(props: { const params = await props.params const page = await getPage(params.page) - console.log('page', params) + console.log('hasjkhdaskjdhashjkdashjkadshjkdsapage', params) if (!page) return notFound() return ( diff --git a/app/contact/page.tsx b/app/contact/page.tsx new file mode 100644 index 000000000..373a2e734 --- /dev/null +++ b/app/contact/page.tsx @@ -0,0 +1,38 @@ +import type { Metadata } from 'next' + +export const metadata: Metadata = { + title: 'Contact Us', + description: 'Get in touch with us for any questions or inquiries.', +} + +export default function ContactPage() { + return ( +
+ We'd love to hear from you. Please fill out the form below or contact + us using the information provided. +
+ +