Initial commit for website
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -4,7 +4,7 @@ import BlogPostLayout from '../../components/BlogPostLayout';
|
||||
|
||||
const PackagingGuide: React.FC = () => {
|
||||
React.useEffect(() => {
|
||||
document.title = "How to Package Pottery for Shipping: A Safe Guide | Hotchpotsh";
|
||||
document.title = "How to Package Pottery for Shipping: A Safe Guide | KNUTH Ceramics";
|
||||
let meta = document.querySelector('meta[name="description"]');
|
||||
if (!meta) {
|
||||
meta = document.createElement('meta');
|
||||
@@ -87,4 +87,4 @@ const PackagingGuide: React.FC = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default PackagingGuide;
|
||||
export default PackagingGuide;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user