From e0452ebfd8502baa571a1c6be50e6ddcdf173b39 Mon Sep 17 00:00:00 2001 From: Richard Bergsma Date: Wed, 4 Jun 2025 01:31:03 +0200 Subject: [PATCH] Update index page meta tags with static content for title, description, and keywords, replacing internationalization utility. --- src/pages/index.astro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 86cb9970..20cfc722 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -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';