Refactor website to use shadcn components
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
import React from 'react';
|
||||
import Contact from "@/components/Contact/Contact";
|
||||
import type {Metadata} from "next";
|
||||
|
||||
export async function generateMetadata(): Promise<Metadata> {
|
||||
return {
|
||||
title: "Kontakt | Rhein Software",
|
||||
};
|
||||
}
|
||||
|
||||
const ContactPage = () => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user