25-05-2025/New Changes
@ -17,7 +17,7 @@ const HeroSection: React.FC<HeroSectionProps> = ({
|
|||||||
subtitle,
|
subtitle,
|
||||||
buttonText,
|
buttonText,
|
||||||
buttonHref,
|
buttonHref,
|
||||||
imageUrl = "/hero-bg.jpg", // Default background image
|
imageUrl = "/hero-bg-2.jpg", // Default background image
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<section className="relative h-[70vh] md:h-[85vh] flex items-center justify-center text-center bg-gradient-to-b from-black/10 to-black/40 text-white overflow-hidden">
|
<section className="relative h-[70vh] md:h-[85vh] flex items-center justify-center text-center bg-gradient-to-b from-black/10 to-black/40 text-white overflow-hidden">
|
||||||
|
|||||||
@ -17,7 +17,7 @@ const HeroSectionDynamic: React.FC<HeroSectionProps> = ({
|
|||||||
subtitle,
|
subtitle,
|
||||||
buttonText,
|
buttonText,
|
||||||
buttonHref,
|
buttonHref,
|
||||||
imageUrl = "/hero-bg.jpg", // Ensure this high-quality image exists
|
imageUrl = "/hero-bg-2.jpg", // Ensure this high-quality image exists
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<section className="relative flex items-center bg-background min-h-screen overflow-hidden">
|
<section className="relative flex items-center bg-background min-h-screen overflow-hidden">
|
||||||
|
|||||||
@ -17,7 +17,7 @@ const HeroSectionModern: React.FC<HeroSectionProps> = ({
|
|||||||
subtitle,
|
subtitle,
|
||||||
buttonText,
|
buttonText,
|
||||||
buttonHref,
|
buttonHref,
|
||||||
imageUrl = "/hero-bg.jpg", // Default background image - MAKE SURE THIS EXISTS
|
imageUrl = "/hero-bg-2.jpg", // Default background image - MAKE SURE THIS EXISTS
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
// Use min-h-screen for full viewport height adjust if needed
|
// Use min-h-screen for full viewport height adjust if needed
|
||||||
|
|||||||
@ -192,7 +192,7 @@ export default function AboutUsPage() {
|
|||||||
<div className="relative h-64 md:h-80 rounded-lg overflow-hidden shadow-lg">
|
<div className="relative h-64 md:h-80 rounded-lg overflow-hidden shadow-lg">
|
||||||
{/* Replace with a relevant, high-quality image representing innovation or teamwork */}
|
{/* Replace with a relevant, high-quality image representing innovation or teamwork */}
|
||||||
<Image
|
<Image
|
||||||
src="/images/team.svg"
|
src="/about-2.jpg" // Ensure this image exists in your public folder
|
||||||
alt="Team collaborating on innovative solutions"
|
alt="Team collaborating on innovative solutions"
|
||||||
layout="fill"
|
layout="fill"
|
||||||
objectFit="cover"
|
objectFit="cover"
|
||||||
|
|||||||
@ -244,10 +244,10 @@ export default function ObsePage() {
|
|||||||
{/* Consider adding OMS Logo here */}
|
{/* Consider adding OMS Logo here */}
|
||||||
{/* <Image src="/oms-logo-white.png" alt="OMS Logo" width={150} height={50} className="mx-auto mb-6" /> */}
|
{/* <Image src="/oms-logo-white.png" alt="OMS Logo" width={150} height={50} className="mx-auto mb-6" /> */}
|
||||||
<h1
|
<h1
|
||||||
className="text-3xl md:text-5xl lg:text-6xl font-bold mb-4 font-poppins drop-shadow-md"
|
className="text-3xl md:text-5xl lg:text-6xl font-bold mb-4 font-poppins drop-shadow-md leading-tight"
|
||||||
style={{ color: COLORS.primary }} // Use gold color
|
style={{ color: COLORS.primary }} // Use gold color
|
||||||
>
|
>
|
||||||
Revolutionize Your Lending and Credit Processes with OBSE
|
Revolutionize Your Lending and <br />Credit Processes with OBSE
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg md:text-xl max-w-4xl mx-auto leading-relaxed text-gray-200 dark:text-gray-300 mb-8">
|
<p className="text-lg md:text-xl max-w-4xl mx-auto leading-relaxed text-gray-200 dark:text-gray-300 mb-8">
|
||||||
Automate data extraction, enhance accuracy, detect fraud, and
|
Automate data extraction, enhance accuracy, detect fraud, and
|
||||||
@ -472,11 +472,11 @@ export default function ObsePage() {
|
|||||||
className="relative bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-sm border-t-4 border-gold-500 dark:border-gold-400 transition-shadow hover:shadow-md"
|
className="relative bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-sm border-t-4 border-gold-500 dark:border-gold-400 transition-shadow hover:shadow-md"
|
||||||
style={{ borderColor: COLORS.primary }}
|
style={{ borderColor: COLORS.primary }}
|
||||||
>
|
>
|
||||||
{feature.isComingSoon && (
|
{/*feature.isComingSoon && (
|
||||||
<span className="absolute top-2 right-2 px-3 py-1 text-sm font-bold bg-cyan-700 text-white rounded-full shadow-lg z-10 font-poppins">
|
<span className="absolute top-2 right-2 px-3 py-1 text-sm font-bold bg-cyan-700 text-white rounded-full shadow-lg z-10 font-poppins">
|
||||||
Coming Soon
|
Coming Soon
|
||||||
</span>
|
</span>
|
||||||
)}
|
)*/}
|
||||||
<feature.icon
|
<feature.icon
|
||||||
className="text-3xl mb-3 text-gold-500 dark:text-gold-400"
|
className="text-3xl mb-3 text-gold-500 dark:text-gold-400"
|
||||||
style={{ color: COLORS.primary }}
|
style={{ color: COLORS.primary }}
|
||||||
@ -798,10 +798,10 @@ export default function ObsePage() {
|
|||||||
Email
|
Email
|
||||||
</h3>
|
</h3>
|
||||||
<a
|
<a
|
||||||
href="mailto:Zanelem@oms.africa" // Updated email
|
href="mailto:hello@oms.africa" // Updated email //
|
||||||
className="text-gray-600 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-100 transition text-sm"
|
className="text-gray-600 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-100 transition text-sm"
|
||||||
>
|
>
|
||||||
Zanelem@oms.africa
|
hello@oms.africa
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
285
app/(website)/offerings/page.tsx
Normal file
@ -0,0 +1,285 @@
|
|||||||
|
import Image from "next/image";
|
||||||
|
import Link from "next/link";
|
||||||
|
import { Metadata } from "next";
|
||||||
|
import {
|
||||||
|
FaArrowRight,
|
||||||
|
FaBriefcase,
|
||||||
|
FaCogs,
|
||||||
|
FaHandshake,
|
||||||
|
FaLaptopCode,
|
||||||
|
FaProjectDiagram,
|
||||||
|
FaUsers,
|
||||||
|
FaWrench,
|
||||||
|
FaShippingFast,
|
||||||
|
} from "react-icons/fa";
|
||||||
|
import { COLORS } from "@/constants"; // Assuming COLORS constant is available
|
||||||
|
|
||||||
|
// SEO Metadata
|
||||||
|
export const metadata: Metadata = {
|
||||||
|
title: "IT Services & Solutions | OMS South Africa",
|
||||||
|
description:
|
||||||
|
"Explore IT services by Owethu Managed Services (OMS): Custom Software Development, IT Resource Augmentation, and the OBSE Bank Statement Extractor. Partner with us for innovative solutions.",
|
||||||
|
keywords: [
|
||||||
|
"IT services South Africa",
|
||||||
|
"custom software development",
|
||||||
|
"IT resource augmentation",
|
||||||
|
"managed IT services",
|
||||||
|
"OBSE",
|
||||||
|
"bank statement automation",
|
||||||
|
"fintech solutions",
|
||||||
|
"IT consulting",
|
||||||
|
"OMS",
|
||||||
|
"Owethu Managed Services",
|
||||||
|
"Centurion",
|
||||||
|
"Gauteng",
|
||||||
|
],
|
||||||
|
openGraph: {
|
||||||
|
title: "Comprehensive IT Services & Solutions | OMS South Africa",
|
||||||
|
description:
|
||||||
|
"OMS offers tailored IT solutions including custom development, resource augmentation, and specialized products like OBSE.",
|
||||||
|
url: "https://oms.africa/services", // Update with the final URL
|
||||||
|
images: [
|
||||||
|
{
|
||||||
|
url: "/images/oms-services-og.png", // Replace with an appropriate OG image URL
|
||||||
|
width: 1200,
|
||||||
|
height: 630,
|
||||||
|
alt: "OMS IT Services",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
locale: "en_ZA",
|
||||||
|
type: "website",
|
||||||
|
},
|
||||||
|
twitter: {
|
||||||
|
card: "summary_large_image",
|
||||||
|
title: "Comprehensive IT Services & Solutions | OMS South Africa",
|
||||||
|
description:
|
||||||
|
"Partner with OMS for expert IT services, from custom builds to resource scaling.",
|
||||||
|
// images: ['/images/oms-services-twitter.png'], // Replace if needed
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
// Data for Service Areas
|
||||||
|
const serviceAreas = [
|
||||||
|
{
|
||||||
|
title: "Custom Software Development & Consulting",
|
||||||
|
icon: FaLaptopCode,
|
||||||
|
description:
|
||||||
|
"We design, build, and implement bespoke software solutions tailored to your unique business challenges and objectives. Our consulting services help align technology with your strategic goals.",
|
||||||
|
imageUrl: "/custome-software-3.png", // Reusing image from Custom Software Development
|
||||||
|
//imageUrl: "/images/team.svg", // Reusing image from About
|
||||||
|
link: "/contact?subject=Custom Development Inquiry", // Link to contact or a future dedicated page
|
||||||
|
linkText: "Discuss Your Project",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "IT Resource Augmentation",
|
||||||
|
icon: FaUsers,
|
||||||
|
description:
|
||||||
|
"Scale your team effectively with our flexible resource augmentation model. Access skilled IT professionals (BAs, Testers, Developers, Designers) on demand or via managed milestone-based projects.",
|
||||||
|
imageUrl: "/images/team-collaborative-2.png", // Reusing image from Resource Augmentation
|
||||||
|
link: "/services/resource-augmentation",
|
||||||
|
linkText: "Explore Augmentation",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "OBSE - Bank Statement Extractor",
|
||||||
|
icon: FaShippingFast,
|
||||||
|
description:
|
||||||
|
"Automate bank statement processing with OBSE. Our intelligent OCR solution extracts data accurately and quickly, enhancing efficiency, reducing risk, and speeding up financial assessments.",
|
||||||
|
imageUrl: "/images/obse.svg", // Reusing image from OBSE
|
||||||
|
link: "/obse",
|
||||||
|
linkText: "Learn About OBSE",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
const ourApproachItems = [
|
||||||
|
{
|
||||||
|
icon: FaProjectDiagram,
|
||||||
|
title: "Strategic Alignment",
|
||||||
|
description: "Understanding your goals to ensure solutions deliver value.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: FaHandshake,
|
||||||
|
title: "Client-Centric Collaboration",
|
||||||
|
description: "Working as true partners, involving you throughout.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: FaCogs,
|
||||||
|
title: "Agile & Adaptive Delivery",
|
||||||
|
description: "Flexible methodologies for faster, relevant results.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: FaWrench,
|
||||||
|
title: "Technical Excellence",
|
||||||
|
description: "Building robust, scalable, and maintainable solutions.",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
export default function ServicesPage() {
|
||||||
|
return (
|
||||||
|
<div className="bg-white text-gray-800 overflow-x-hidden dark:bg-gray-900 dark:text-gray-200 font-poppins">
|
||||||
|
{/* 1. Hero Section */}
|
||||||
|
<section className="relative bg-gradient-to-r from-gray-800 via-gray-700 to-gray-900 text-white py-20 md:py-32">
|
||||||
|
<div className="absolute inset-0 bg-black opacity-50 dark:opacity-70"></div>
|
||||||
|
<div className="container mx-auto px-6 text-center relative z-10">
|
||||||
|
<h1
|
||||||
|
className="text-3xl md:text-5xl lg:text-6xl font-bold mb-4 font-poppins drop-shadow-md"
|
||||||
|
style={{ color: COLORS.primary }}
|
||||||
|
>
|
||||||
|
Tailored IT Services & Solutions
|
||||||
|
</h1>
|
||||||
|
<p className="text-lg md:text-xl max-w-4xl mx-auto leading-relaxed text-gray-200 dark:text-gray-300 mb-8">
|
||||||
|
Owethu Managed Services empowers businesses through innovative
|
||||||
|
technology solutions, strategic consulting, flexible resource
|
||||||
|
augmentation, and specialized product offerings.
|
||||||
|
</p>
|
||||||
|
<Link
|
||||||
|
href="#core-services"
|
||||||
|
className="inline-flex items-center justify-center bg-gold-500 text-gray-900 font-bold py-3 px-8 rounded-md hover:bg-gold-600 transition-colors duration-300"
|
||||||
|
style={{ backgroundColor: COLORS.primary }}
|
||||||
|
>
|
||||||
|
Explore Our Services <FaArrowRight className="ml-2" />
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
{/* 2. Core Service Areas Section */}
|
||||||
|
<section
|
||||||
|
id="core-services"
|
||||||
|
className="py-16 md:py-24 bg-white dark:bg-gray-900"
|
||||||
|
>
|
||||||
|
<div className="container mx-auto px-6">
|
||||||
|
<div className="text-center mb-12 md:mb-16">
|
||||||
|
<h2 className="text-3xl md:text-4xl font-bold font-poppins text-gray-900 dark:text-white mb-4">
|
||||||
|
Our Expertise, Your Advantage
|
||||||
|
</h2>
|
||||||
|
<p className="text-md md:text-lg text-gray-700 dark:text-gray-300 max-w-3xl mx-auto">
|
||||||
|
We offer a comprehensive suite of services designed to address
|
||||||
|
your specific IT needs and drive business growth.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||||
|
{serviceAreas.map((service) => (
|
||||||
|
<div
|
||||||
|
key={service.title}
|
||||||
|
className="flex flex-col bg-gray-50 dark:bg-gray-800 rounded-lg shadow-md overflow-hidden transform transition duration-300 hover:shadow-xl hover:-translate-y-1"
|
||||||
|
>
|
||||||
|
<div className="relative h-48 w-full">
|
||||||
|
<Image
|
||||||
|
src={service.imageUrl}
|
||||||
|
alt={`${service.title} illustration`}
|
||||||
|
layout="fill"
|
||||||
|
objectFit="contain" // Changed to contain for SVG/Illustrations
|
||||||
|
className="p-4 bg-gray-100 dark:bg-gray-700 z-10" // Added padding and bg
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="p-6 flex flex-col flex-grow">
|
||||||
|
<div className="flex items-center mb-3">
|
||||||
|
<service.icon
|
||||||
|
className="text-2xl mr-3 flex-shrink-0"
|
||||||
|
style={{ color: COLORS.primary }}
|
||||||
|
/>
|
||||||
|
<h3 className="text-xl font-semibold font-poppins text-gray-900 dark:text-white">
|
||||||
|
{service.title}
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<p className="text-gray-600 dark:text-gray-300 text-sm mb-4 flex-grow">
|
||||||
|
{service.description}
|
||||||
|
</p>
|
||||||
|
<Link
|
||||||
|
href={service.link}
|
||||||
|
className="inline-flex items-center mt-auto text-gold-600 dark:text-gold-400 hover:text-gold-700 dark:hover:text-gold-300 font-semibold transition-colors duration-300 text-sm"
|
||||||
|
style={{ color: COLORS.primary }}
|
||||||
|
>
|
||||||
|
{service.linkText} <FaArrowRight className="ml-2" />
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
{/* 3. Our Approach Section */}
|
||||||
|
<section className="py-16 md:py-24 bg-gradient-to-br from-gray-100 to-gray-200 dark:from-gray-800 dark:to-gray-700">
|
||||||
|
<div className="container mx-auto px-6">
|
||||||
|
<div className="text-center mb-14">
|
||||||
|
<h2 className="text-3xl md:text-4xl font-bold font-poppins text-gray-900 dark:text-white mb-4">
|
||||||
|
How We Deliver Excellence
|
||||||
|
</h2>
|
||||||
|
<p className="text-md md:text-lg text-gray-700 dark:text-gray-300 max-w-3xl mx-auto font-poppins">
|
||||||
|
Our methodology ensures collaboration, precision, and impactful
|
||||||
|
results tailored to your project needs.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
|
||||||
|
{ourApproachItems.map((item) => (
|
||||||
|
<div
|
||||||
|
key={item.title}
|
||||||
|
className="bg-white dark:bg-gray-700 p-6 rounded-lg shadow-md text-center transform transition duration-300 hover:-translate-y-2 hover:shadow-xl dark:hover:shadow-gold-500/20"
|
||||||
|
>
|
||||||
|
<item.icon
|
||||||
|
className="text-4xl text-gold-500 mx-auto mb-5"
|
||||||
|
style={{ color: COLORS.primary }}
|
||||||
|
/>
|
||||||
|
<h4 className="text-xl font-semibold mb-3 font-poppins dark:text-white">
|
||||||
|
{item.title}
|
||||||
|
</h4>
|
||||||
|
<p className="text-gray-600 dark:text-gray-300 font-poppins text-sm leading-relaxed">
|
||||||
|
{item.description}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
{/* 4. Industry Expertise Snippet (Optional) */}
|
||||||
|
<section className="py-16 md:py-24 bg-white dark:bg-gray-900">
|
||||||
|
<div className="container mx-auto px-6 text-center">
|
||||||
|
<FaBriefcase
|
||||||
|
className="text-5xl text-gold-500 mx-auto mb-4"
|
||||||
|
style={{ color: COLORS.primary }}
|
||||||
|
/>
|
||||||
|
<h2 className="text-3xl md:text-4xl font-bold font-poppins text-gray-900 dark:text-white mb-4">
|
||||||
|
Serving Diverse Industries
|
||||||
|
</h2>
|
||||||
|
<p className="text-md md:text-lg text-gray-700 dark:text-gray-300 max-w-3xl mx-auto mb-8">
|
||||||
|
We apply our technical expertise across various sectors,
|
||||||
|
understanding the unique challenges and opportunities within each.
|
||||||
|
Key areas include Financial Services, Automotive, Technology, and
|
||||||
|
more.
|
||||||
|
</p>
|
||||||
|
<Link
|
||||||
|
href="/about#industry-expertise" // Assuming you add an ID to the section in about page
|
||||||
|
className="text-gold-600 dark:text-gold-400 hover:text-gold-700 dark:hover:text-gold-300 font-semibold transition-colors duration-300 inline-flex items-center"
|
||||||
|
style={{ color: COLORS.primary }}
|
||||||
|
>
|
||||||
|
Learn More About Our Industry Focus{" "}
|
||||||
|
<FaArrowRight className="ml-2" />
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
{/* 5. Call to Action (CTA) Section */}
|
||||||
|
<section
|
||||||
|
className="py-16 md:py-24 bg-gold-500 text-gray-900"
|
||||||
|
style={{ backgroundColor: COLORS.primary }}
|
||||||
|
>
|
||||||
|
<div className="container mx-auto px-6 text-center">
|
||||||
|
<h2 className="text-3xl md:text-4xl font-bold mb-4 font-poppins">
|
||||||
|
Let's Build Your Solution
|
||||||
|
</h2>
|
||||||
|
<p className="text-lg md:text-xl max-w-3xl mx-auto leading-relaxed mb-8 font-poppins text-gray-800">
|
||||||
|
Ready to discuss how OMS can help you achieve your technology goals?
|
||||||
|
Contact us today for a consultation.
|
||||||
|
</p>
|
||||||
|
<Link
|
||||||
|
href="/contact"
|
||||||
|
className="inline-block bg-gray-800 text-white font-bold py-3 px-8 rounded-md hover:bg-gray-900 dark:bg-gray-900 dark:hover:bg-black transition-colors duration-300"
|
||||||
|
>
|
||||||
|
Get in Touch
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@ -39,9 +39,10 @@ export default async function HomePage() {
|
|||||||
buttonText={data.hero_buttons?.[0]?.label || "Learn More"} // Use optional chaining and provide a default
|
buttonText={data.hero_buttons?.[0]?.label || "Learn More"} // Use optional chaining and provide a default
|
||||||
buttonHref={data.hero_buttons?.[0]?.link || "/about"} // Use optional chaining and provide a default
|
buttonHref={data.hero_buttons?.[0]?.link || "/about"} // Use optional chaining and provide a default
|
||||||
imageUrl={
|
imageUrl={
|
||||||
data.hero_cover
|
// data.hero_cover
|
||||||
? `${process.env.DIRECTUS_API_ENDPOINT}/assets/${data.hero_cover}`
|
// ? `${process.env.DIRECTUS_API_ENDPOINT}/assets/${data.hero_cover}`
|
||||||
: "/hero-bg.jpg"
|
// : "/hero-bg-2.jpg"
|
||||||
|
"/banner-1.jpeg"
|
||||||
} // Use optional chaining and provide a default
|
} // Use optional chaining and provide a default
|
||||||
/>
|
/>
|
||||||
<CoreServicesSection
|
<CoreServicesSection
|
||||||
|
|||||||
@ -347,27 +347,25 @@ export default function ProductDevelopmentPage() {
|
|||||||
<div className="container mx-auto px-6">
|
<div className="container mx-auto px-6">
|
||||||
<SectionTitle>How OMS Delivers Market-Ready Products</SectionTitle>
|
<SectionTitle>How OMS Delivers Market-Ready Products</SectionTitle>
|
||||||
{/* No intro paragraph provided for this specific subtitle in the source */}
|
{/* No intro paragraph provided for this specific subtitle in the source */}
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-5xl mx-auto">
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 max-w-5xl mx-auto">
|
||||||
{howOmsDeliversItems.map((item) => (
|
{howOmsDeliversItems.map((item) => (
|
||||||
<div
|
<div
|
||||||
key={item.title}
|
key={item.title}
|
||||||
className="bg-white dark:bg-gray-700 p-6 rounded-lg shadow-md flex items-start space-x-4"
|
className="bg-white dark:bg-gray-700 p-4 rounded-lg shadow-md"
|
||||||
>
|
>
|
||||||
{item.icon && (
|
{item.icon && (
|
||||||
<item.icon
|
<item.icon
|
||||||
className="text-3xl text-gold-500 dark:text-gold-400 mt-1 flex-shrink-0"
|
className="text-3xl mb-3"
|
||||||
style={{ color: COLORS.primary }}
|
style={{ color: COLORS.primary }}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<div>
|
<h4 className="text-lg font-semibold mb-2 font-poppins dark:text-white">
|
||||||
<h4 className="text-lg font-semibold mb-1 font-poppins dark:text-white">
|
|
||||||
{item.title}
|
{item.title}
|
||||||
</h4>
|
</h4>
|
||||||
<p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
|
<p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
|
||||||
{item.description}
|
{item.description}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -384,7 +382,28 @@ export default function ProductDevelopmentPage() {
|
|||||||
designed and built to meet your current needs, but is also ready for
|
designed and built to meet your current needs, but is also ready for
|
||||||
future growth and evolution.
|
future growth and evolution.
|
||||||
</SectionParagraph>
|
</SectionParagraph>
|
||||||
<FeatureGrid items={endToEndItems} />
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 max-w-5xl mx-auto">
|
||||||
|
{endToEndItems.map((item) => (
|
||||||
|
<div
|
||||||
|
key={item.title}
|
||||||
|
className="bg-white dark:bg-gray-700 p-4 rounded-lg shadow-md"
|
||||||
|
>
|
||||||
|
{item.icon && (
|
||||||
|
<item.icon
|
||||||
|
className="text-3xl mb-3"
|
||||||
|
style={{ color: COLORS.primary }}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
<h4 className="text-lg font-semibold mb-2 font-poppins dark:text-white">
|
||||||
|
{item.title}
|
||||||
|
</h4>
|
||||||
|
<p className="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">
|
||||||
|
{item.description}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
{/* <FeatureGrid items={endToEndItems} /> */}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@ -380,10 +380,10 @@ export default function ResourceAugmentationPage() {
|
|||||||
{/* Consider adding OMS Logo here if desired */}
|
{/* Consider adding OMS Logo here if desired */}
|
||||||
{/* <Image src="/oms-logo-white.png" alt="OMS Logo" width={150} height={50} className="mx-auto mb-6" /> */}
|
{/* <Image src="/oms-logo-white.png" alt="OMS Logo" width={150} height={50} className="mx-auto mb-6" /> */}
|
||||||
<h1
|
<h1
|
||||||
className="text-3xl md:text-5xl lg:text-6xl font-bold mb-4 font-poppins drop-shadow-md"
|
className="text-3xl md:text-5xl lg:text-6xl font-bold mb-4 font-poppins drop-shadow-md leading-<1.5>"
|
||||||
style={{ color: COLORS.primary }} // Use gold color
|
style={{ color: COLORS.primary }} // Use gold color
|
||||||
>
|
>
|
||||||
Flexible IT Resource Augmentation & Managed Services
|
Flexible IT Resource <br />Augmentation & Managed Services
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg md:text-xl max-w-4xl mx-auto leading-relaxed text-gray-200 dark:text-gray-300 mb-8">
|
<p className="text-lg md:text-xl max-w-4xl mx-auto leading-relaxed text-gray-200 dark:text-gray-300 mb-8">
|
||||||
Scale your IT capabilities effectively with Owethu Managed Services.
|
Scale your IT capabilities effectively with Owethu Managed Services.
|
||||||
|
|||||||
@ -45,6 +45,7 @@ const HeaderClient = () => {
|
|||||||
const [servicesDropdownOpen, setServicesDropdownOpen] = useState(false);
|
const [servicesDropdownOpen, setServicesDropdownOpen] = useState(false);
|
||||||
const [productsDropdownOpen, setProductsDropdownOpen] = useState(false);
|
const [productsDropdownOpen, setProductsDropdownOpen] = useState(false);
|
||||||
const [joinUsDropdownOpen, setJoinUsDropdownOpen] = useState(false);
|
const [joinUsDropdownOpen, setJoinUsDropdownOpen] = useState(false);
|
||||||
|
const [offeringsDropdownOpen, setOfferingsDropdownOpen] = useState(false);
|
||||||
|
|
||||||
const handleServicesMouseEnter = () => setServicesDropdownOpen(true);
|
const handleServicesMouseEnter = () => setServicesDropdownOpen(true);
|
||||||
const handleServicesMouseLeave = () => setServicesDropdownOpen(false);
|
const handleServicesMouseLeave = () => setServicesDropdownOpen(false);
|
||||||
@ -55,6 +56,9 @@ const HeaderClient = () => {
|
|||||||
const handleJoinUsMouseEnter = () => setJoinUsDropdownOpen(true);
|
const handleJoinUsMouseEnter = () => setJoinUsDropdownOpen(true);
|
||||||
const handleJoinUsMouseLeave = () => setJoinUsDropdownOpen(false);
|
const handleJoinUsMouseLeave = () => setJoinUsDropdownOpen(false);
|
||||||
|
|
||||||
|
const handleOfferingsMouseEnter = () => setOfferingsDropdownOpen(true);
|
||||||
|
const handleOfferingsMouseLeave = () => setOfferingsDropdownOpen(false);
|
||||||
|
|
||||||
const pathname = usePathname(); // Get current path
|
const pathname = usePathname(); // Get current path
|
||||||
|
|
||||||
// Helper function to check if a path is active (exact match for simple links, startsWith for base paths)
|
// Helper function to check if a path is active (exact match for simple links, startsWith for base paths)
|
||||||
@ -217,7 +221,7 @@ const HeaderClient = () => {
|
|||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
<div className="container mx-auto px-4 sm:px-6 lg:px-8 py-5">
|
<div className="container mx-auto px-4 sm:px-6 lg:px-8 py-5">
|
||||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-x-8 gap-y-6">
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-x-8 gap-y-6 max-w-xl">
|
||||||
<Link
|
<Link
|
||||||
href="/services/resource-augmentation"
|
href="/services/resource-augmentation"
|
||||||
className={`${megaMenuItemClasses} ${
|
className={`${megaMenuItemClasses} ${
|
||||||
@ -394,9 +398,50 @@ const HeaderClient = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
className={`group ${isActive("/offerings") ? "active" : ""}`}
|
||||||
|
onMouseEnter={handleOfferingsMouseEnter}
|
||||||
|
onMouseLeave={handleOfferingsMouseLeave}
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
className={`${megaMenuTriggerClasses} ${
|
||||||
|
isActive("/offerings") ? "after:w-full" : ""
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
Explore Our Offerings
|
||||||
|
<FiChevronDown className="w-4 h-4 ml-1.5 opacity-70 transition-transform duration-200" />
|
||||||
|
</button>
|
||||||
|
<div
|
||||||
|
className={`
|
||||||
|
absolute left-0 top-full w-full shadow-lg z-1000
|
||||||
|
bg-card border-x border-b border-border rounded-b-lg
|
||||||
|
opacity-0 invisible translate-y-[-10px]
|
||||||
|
${offeringsDropdownOpen ? "opacity-100 visible translate-y-0" : ""}
|
||||||
|
transition-all duration-300 ease-out transform
|
||||||
|
`}
|
||||||
|
>
|
||||||
|
<div className="container mx-auto px-4 sm:px-6 lg:px-8 py-5">
|
||||||
|
<div className="max-w-md">
|
||||||
|
<Link
|
||||||
|
href="/offerings"
|
||||||
|
className={`${megaMenuItemClasses} ${
|
||||||
|
isActive("/offerings") ? "text-primary" : ""
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
<FiBox className={megaMenuIconClasses} />
|
||||||
|
<div className={megaMenuTextWrapperClasses}>
|
||||||
|
<p className={megaMenuTitleClasses}>
|
||||||
|
Our Offerings
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{/* ← Here’s the Explore Our Offerings link, back in its original spot */}
|
{/* ← Here’s the Explore Our Offerings link, back in its original spot
|
||||||
<Link
|
<Link
|
||||||
href="/services" // Assuming this link goes to the main services page
|
href="/services" // Assuming this link goes to the main services page
|
||||||
className={`flex items-center text-sm font-medium hover:opacity-80 transition-opacity group ${
|
className={`flex items-center text-sm font-medium hover:opacity-80 transition-opacity group ${
|
||||||
@ -408,6 +453,7 @@ const HeaderClient = () => {
|
|||||||
Explore Our Offerings
|
Explore Our Offerings
|
||||||
<FiArrowRight className="w-4 h-4 ml-1.5 transition-transform duration-200 group-hover:translate-x-1" />
|
<FiArrowRight className="w-4 h-4 ml-1.5 transition-transform duration-200 group-hover:translate-x-1" />
|
||||||
</Link>
|
</Link>
|
||||||
|
*/}
|
||||||
</div>{" "}
|
</div>{" "}
|
||||||
{/* Close the new flex container */}
|
{/* Close the new flex container */}
|
||||||
</div>
|
</div>
|
||||||
@ -430,6 +476,7 @@ const HeaderClient = () => {
|
|||||||
<DropdownLink href="/about" onClick={handleMobileLinkClick}>
|
<DropdownLink href="/about" onClick={handleMobileLinkClick}>
|
||||||
About Us
|
About Us
|
||||||
</DropdownLink>
|
</DropdownLink>
|
||||||
|
|
||||||
<span className="pt-3 pb-1 text-xs uppercase text-muted-foreground">
|
<span className="pt-3 pb-1 text-xs uppercase text-muted-foreground">
|
||||||
Services
|
Services
|
||||||
</span>
|
</span>
|
||||||
@ -439,24 +486,20 @@ const HeaderClient = () => {
|
|||||||
>
|
>
|
||||||
Resource Augmentation
|
Resource Augmentation
|
||||||
</DropdownLink>
|
</DropdownLink>
|
||||||
<DropdownLink
|
|
||||||
href="/services/project-management"
|
|
||||||
onClick={handleMobileLinkClick}
|
|
||||||
>
|
|
||||||
Project Management
|
|
||||||
</DropdownLink>
|
|
||||||
<DropdownLink
|
<DropdownLink
|
||||||
href="/services/product-development"
|
href="/services/product-development"
|
||||||
onClick={handleMobileLinkClick}
|
onClick={handleMobileLinkClick}
|
||||||
>
|
>
|
||||||
Product Development
|
Product Development
|
||||||
</DropdownLink>
|
</DropdownLink>
|
||||||
|
|
||||||
<span className="pt-3 pb-1 text-xs uppercase text-muted-foreground">
|
<span className="pt-3 pb-1 text-xs uppercase text-muted-foreground">
|
||||||
Products
|
Products
|
||||||
</span>
|
</span>
|
||||||
<DropdownLink href="/obse" onClick={handleMobileLinkClick}>
|
<DropdownLink href="/obse" onClick={handleMobileLinkClick}>
|
||||||
OBSE
|
OBSE
|
||||||
</DropdownLink>
|
</DropdownLink>
|
||||||
|
|
||||||
<span className="pt-3 pb-1 text-xs uppercase text-muted-foreground">
|
<span className="pt-3 pb-1 text-xs uppercase text-muted-foreground">
|
||||||
Join Us
|
Join Us
|
||||||
</span>
|
</span>
|
||||||
@ -466,9 +509,18 @@ const HeaderClient = () => {
|
|||||||
<DropdownLink href="/portal" onClick={handleMobileLinkClick}>
|
<DropdownLink href="/portal" onClick={handleMobileLinkClick}>
|
||||||
Recruitment Portal
|
Recruitment Portal
|
||||||
</DropdownLink>
|
</DropdownLink>
|
||||||
|
|
||||||
<DropdownLink href="/contact" onClick={handleMobileLinkClick}>
|
<DropdownLink href="/contact" onClick={handleMobileLinkClick}>
|
||||||
Contact Us
|
Contact Us
|
||||||
</DropdownLink>
|
</DropdownLink>
|
||||||
|
|
||||||
|
<span className="pt-3 pb-1 text-xs uppercase text-muted-foreground">
|
||||||
|
Explore Our Offerings
|
||||||
|
</span>
|
||||||
|
<DropdownLink href="/offerings" onClick={handleMobileLinkClick}>
|
||||||
|
Our Offerings
|
||||||
|
</DropdownLink>
|
||||||
|
|
||||||
<div className="pt-4">
|
<div className="pt-4">
|
||||||
<Link
|
<Link
|
||||||
href="/request-demo"
|
href="/request-demo"
|
||||||
@ -479,6 +531,7 @@ const HeaderClient = () => {
|
|||||||
<FiClipboard className="w-4 h-4 mr-1.5" /> Request OBSE Demo
|
<FiClipboard className="w-4 h-4 mr-1.5" /> Request OBSE Demo
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="pt-4 border-t border-border mt-4"></div>
|
<div className="pt-4 border-t border-border mt-4"></div>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
public/About us-min.jpg
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
public/about-2.jpg
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
public/banner-1.jpeg
Normal file
|
After Width: | Height: | Size: 241 KiB |
BIN
public/custom-software.jpg
Normal file
|
After Width: | Height: | Size: 185 KiB |
BIN
public/custome-software-2.jpg
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
public/custome-software-3.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
2979
public/custome-software-3.svg
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
public/hero-2.jpg
Normal file
|
After Width: | Height: | Size: 3.2 MiB |
BIN
public/images/team-collaborative-2.png
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
7684
public/images/team-collaborative-2.svg
Normal file
|
After Width: | Height: | Size: 5.5 MiB |