mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-18 15:58:09 +00:00
fix: update product link and improve dropdown layout in HeaderClient
This commit is contained in:
@ -11,25 +11,7 @@ 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 {
|
||||
|
||||
Reference in New Issue
Block a user