Initial commit for website

This commit is contained in:
Timo Knuth
2026-03-16 21:38:49 +01:00
parent 609e3eb0ae
commit f0c19fbbfa
15 changed files with 65 additions and 45 deletions

View File

@@ -4,7 +4,7 @@ import BlogPostLayout from '../../components/BlogPostLayout';
const MotivationInClay: React.FC = () => {
React.useEffect(() => {
document.title = "Creative Block for Potters: 10 Tips for Motivation | Hotchpotsh";
document.title = "Creative Block for Potters: 10 Tips for Motivation | KNUTH Ceramics";
let meta = document.querySelector('meta[name="description"]');
if (!meta) {
meta = document.createElement('meta');
@@ -93,4 +93,4 @@ const MotivationInClay: React.FC = () => {
);
};
export default MotivationInClay;
export default MotivationInClay;