Update index page meta tags with static content for title, description, and keywords, replacing internationalization utility.
This commit is contained in:
@@ -5,11 +5,10 @@ import Services from "./components/Services.astro";
|
||||
import Testimonials from "./components/Testimonials.astro";
|
||||
import CTA from "./components/CTA.astro";
|
||||
import Footer from "./components/Footer.astro";
|
||||
import { t } from '../utils/i18n';
|
||||
|
||||
const pageTitle = t('meta.title', 'en');
|
||||
const pageDescription = t('meta.description', 'en');
|
||||
const pageKeywords = t('meta.keywords', 'en');
|
||||
const pageTitle = 'Tiber365 | Professional IT Services';
|
||||
const pageDescription = 'Professional IT services for freelancers and small businesses. Microsoft 365 support, networking solutions, web hosting, and custom IT projects.';
|
||||
const pageKeywords = 'IT services, Microsoft 365, networking, web hosting, small business, freelancers, Tiber365';
|
||||
|
||||
<BaseLayout
|
||||
title={pageTitle}
|
||||
|
Reference in New Issue
Block a user