diff --git a/app/(website)/about/page.tsx b/app/(website)/about/page.tsx index 917dd0c..a067af8 100644 --- a/app/(website)/about/page.tsx +++ b/app/(website)/about/page.tsx @@ -131,13 +131,13 @@ const industryExpertise = [ export default function AboutUsPage() { return ( -
+
{" "} - {/* Prevent horizontal scroll */} + {/* Prevent horizontal scroll & Add dark mode base */} {/* Section 1: Hero / Company Overview */}
{/* Optional decorative background elements */} -
+
About Owethu Managed Services -

+

Your strategic partner in navigating the digital frontier. We fuse deep technical expertise with a passion for innovation to craft bespoke IT solutions that drive tangible business results and unlock @@ -159,15 +159,15 @@ export default function AboutUsPage() {

{/* Section 2: Our Genesis & Purpose */} -
+
-

+

Forged in Innovation,
Driven by Purpose

-

+

Expand on the founding story/motivation. E.g., Owethu Managed Services was born from a clear vision: to harness the transformative power of technology not just to solve problems, @@ -176,7 +176,7 @@ export default function AboutUsPage() { technology's potential and the unique challenges modern organizations face.

-

+

Elaborate on the journey. E.g., Our journey has been defined by a relentless pursuit of knowledge, adaptation to the ever-evolving tech landscape, and an unwavering commitment to @@ -198,12 +198,12 @@ export default function AboutUsPage() {

{/* Section 3: Vision & Mission (Similar layout, refined look) */} -
+
-

+

Our North Star

-

+

Guiding our strategy, actions, and partnerships.

@@ -211,17 +211,17 @@ export default function AboutUsPage() {
{/* Vision Card */}
-

+

Our Vision

-

+

"To be global leaders in delivering cutting-edge IT solutions, pushing the boundaries of what's possible, and transforming industries for the better. We aim to empower @@ -231,17 +231,17 @@ export default function AboutUsPage() {

{/* Mission Card */}
-

+

Our Mission

-

+

"We are dedicated to creating tailored, innovative solutions that drive business success. By combining expertise with cutting-edge technology, we solve complex problems and @@ -254,13 +254,13 @@ export default function AboutUsPage() {

{/* Section 4: Our Approach & Methodology */} -
+
-

+

How We Deliver Excellence

-

+

Our methodology is built on collaboration, precision, and a relentless focus on delivering impactful results. We tailor our process to fit your specific project needs. @@ -270,16 +270,16 @@ export default function AboutUsPage() { {ourApproach.map((item) => (

-

+

{item.title}

-

+

{item.description}

@@ -288,7 +288,7 @@ export default function AboutUsPage() {
{/* Section 5: Industry Expertise */} -
+
@@ -296,10 +296,10 @@ export default function AboutUsPage() { className="text-5xl text-gold-500 mb-4" style={{ color: "#e1c44a" }} /> -

+

Deep Domain Knowledge

-

+

We combine broad technological capabilities with specialized expertise across key industries, understanding the unique challenges and opportunities within each sector. @@ -309,13 +309,13 @@ export default function AboutUsPage() { {industryExpertise.map((exp) => (

-

+

{exp.industry}

-

+

{exp.details}

@@ -331,7 +331,7 @@ export default function AboutUsPage() { className="text-5xl text-gold-500 mx-auto mb-5" style={{ color: "#e1c44a" }} /> -

+

Smart Technology, Applied Wisely

@@ -339,38 +339,38 @@ export default function AboutUsPage() { strategically. Our focus is on building solutions that are:

-
+

Scalable & Future-Proof

-

+

Designed to grow with your business and adapt to future technological advancements.

-
+

Robust & Reliable

-

+

Built with quality and security at the core, ensuring dependable performance.

-
+

Best-Fit Solutions

-

+

Chosen based on your specific needs, budget, and existing infrastructure, not just the latest hype.

@@ -379,25 +379,25 @@ export default function AboutUsPage() {
{/* Section 7: Core Values (Reusing previous structure, adjusting background) */} -
+
-

+

Our Foundational Values

{coreValues.map((value) => (
-

+

{value.title}

-

+

{value.description}

@@ -406,7 +406,7 @@ export default function AboutUsPage() {
{/* Section 8: The OMS Partnership */} -
+
@@ -424,17 +424,17 @@ export default function AboutUsPage() { className="text-5xl text-gold-500 mb-4" style={{ color: "#e1c44a" }} /> -

+

More Than Vendors,
{" "} We're Partners

-

+

We believe the best results come from true collaboration. We invest time in understanding your culture, goals, and challenges, working alongside your team as an extension of your own capabilities.

-

+

This means open communication, shared goals, proactive problem-solving, and a long-term commitment to your success, extending far beyond project completion. @@ -444,13 +444,13 @@ export default function AboutUsPage() {

{/* Section 9: Our Leadership Team */} -
+
-

+

Meet Our Leadership

-

+

Slightly enhance the intro. E.g., Guided by experience and a passion for innovation, our leadership team fosters a culture of excellence and empowers our experts to deliver outstanding results @@ -463,7 +463,7 @@ export default function AboutUsPage() { {leadershipTeam.map((member) => (

{/* Added max-width and mx-auto for centering if fewer than 3 items */}
@@ -473,11 +473,11 @@ export default function AboutUsPage() { alt={`Photo of ${member.name}`} layout="fill" objectFit="cover" - className="bg-gray-200" + className="bg-gray-200 dark:bg-gray-600" />
-

+

{member.name}

{member.title}

-

+

{member.bio}

{member.linkedinUrl && member.linkedinUrl !== "#" && ( @@ -494,7 +494,7 @@ export default function AboutUsPage() { href={member.linkedinUrl} target="_blank" rel="noopener noreferrer" - className="text-sm font-medium text-blue-600 hover:text-blue-800 transition-colors duration-200 font-poppins" + className="text-sm font-medium text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300 transition-colors duration-200 font-poppins" aria-label={`LinkedIn profile of ${member.name}`} > {/* Using a simple text link for cleanliness */} @@ -510,15 +510,15 @@ export default function AboutUsPage() {
{/* Section 10: Commitment to Impact (Optional, but adds value) */}
- -

+ +

Driving Measurable Impact

-

+

Ultimately, our success is measured by yours. We are committed to delivering solutions that not only meet technical requirements but also drive efficiency, foster growth, enhance user experiences, and @@ -529,7 +529,7 @@ export default function AboutUsPage() {

Start the Conversation diff --git a/app/(website)/contact/page.tsx b/app/(website)/contact/page.tsx index cfba5a7..67c5b9a 100644 --- a/app/(website)/contact/page.tsx +++ b/app/(website)/contact/page.tsx @@ -11,36 +11,6 @@ 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"; - -// SEO Metadata for the Contact page -export const metadata: Metadata = { - title: "Contact Us | Owethu Managed Services (OMS)", - description: - "Get in touch with Owethu Managed Services. Contact us for IT solutions, resource augmentation, project management, and custom software development inquiries.", - alternates: { - canonical: "/contact", - }, - openGraph: { - title: "Contact OMS", - description: "Reach out to OMS for expert IT services and solutions.", - url: "https://oms.africa/contact", // Replace with your actual domain - images: [ - { - url: "/og-image-contact.jpg", // Create a specific OG image for contact - width: 1200, - height: 630, - alt: "Contact Owethu Managed Services", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Contact OMS", - description: "Get in touch with Owethu Managed Services.", - images: ["/og-image-contact.jpg"], - }, -}; // Define the structure for FAQ items interface FAQItem { diff --git a/components/HeaderClient.tsx b/components/HeaderClient.tsx index a65efbb..fa537d5 100644 --- a/components/HeaderClient.tsx +++ b/components/HeaderClient.tsx @@ -153,7 +153,7 @@ const HeaderClient = ({ title="Request a Demo" > - Request Demo + Request OBSE Demo {/* --- Auth Section --- */} @@ -333,7 +333,7 @@ const HeaderClient = ({ title="Request a Demo" > - Request Demo + Request OBSE Demo
{/* Auth Buttons in Mobile Menu */} diff --git a/components/HeaderSingle.tsx b/components/HeaderSingle.tsx index cea8e29..50ebc0c 100644 --- a/components/HeaderSingle.tsx +++ b/components/HeaderSingle.tsx @@ -164,7 +164,7 @@ const Header = () => { title="Request a Demo" > - Request Demo + Request OBSE Demo