Bay Area IT durch Bay Area Affilates ersetzt
This commit is contained in:
@@ -33,7 +33,7 @@ const BlogPostPage: React.FC<BlogPostPageProps> = ({ data }) => {
|
||||
"image": data.image ? `https://bayareait.services${data.image}` : "https://bayareait.services/logo.svg",
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Bay Area IT",
|
||||
"name": "Bay Area Affiliates",
|
||||
"url": "https://bayareait.services"
|
||||
}
|
||||
};
|
||||
@@ -170,7 +170,7 @@ const BlogPostPage: React.FC<BlogPostPageProps> = ({ data }) => {
|
||||
viewport={{ once: true }}
|
||||
className="font-display text-4xl font-bold mb-12 text-center text-gray-900 dark:text-white"
|
||||
>
|
||||
Why Choose Bay Area IT?
|
||||
Why Choose Bay Area Affiliates?
|
||||
</motion.h2>
|
||||
|
||||
<div className="grid md:grid-cols-3 gap-8">
|
||||
|
||||
Reference in New Issue
Block a user