Added Service page
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import About from "@/templates/About";
|
||||
import ComingSoon from "@/templates/ComingSoon";
|
||||
import Services from "@/templates/Services";
|
||||
|
||||
export default function Page() {
|
||||
return <ComingSoon page="/services" language="en" />;
|
||||
return <Services language="en" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user