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

@@ -7,7 +7,7 @@ import BlogPostLayout from '../../components/BlogPostLayout';
const ProductPhotography: React.FC = () => {
React.useEffect(() => {
document.title = "Product Photography for Pottery: Tips for Sales | Hotchpotsh";
document.title = "Product Photography for Pottery: Tips for Sales | KNUTH Ceramics";
// Simple meta description update for basic SPA
let meta = document.querySelector('meta[name="description"]');
if (!meta) {
@@ -90,4 +90,4 @@ const ProductPhotography: React.FC = () => {
);
};
export default ProductPhotography;
export default ProductPhotography;