fix:cvevolve link+seo+sm links

This commit is contained in:
Lebohang-OMSAfrica
2025-09-04 15:39:37 +02:00
parent 98f581b348
commit 0530c9c943
10 changed files with 102 additions and 3 deletions

View File

@ -11,6 +11,25 @@ import {
} from "react-icons/fa"; // Using Fa icons for consistency
import { COLORS } from "@/constants"; // Using COLORS constant
import ContactForm from "@/components/ContactForm";
import { Metadata } from "next"
// Metadata for the Contact page
export const metadata: Metadata = {
title: "Contact Us | Owethu Managed Services",
description: "Get in touch with Owethu Managed Services for expert IT solutions, resource augmentation, and project management. We're here to help you succeed.",
keywords: [
"contact OMS",
"Price",
"Managed IT services",
"Resource augmentation",
"Project management",
"Bank statement reader",
"OBSE",
"Centurion",
]
};
// Define the structure for FAQ items
interface FAQItem {