From 3f702a7592072a631c7953f7b9d07b81ec379a97 Mon Sep 17 00:00:00 2001 From: JohannesOmsDev Date: Mon, 19 May 2025 16:01:33 +0200 Subject: [PATCH 1/2] 05-19-2025/ update site --- app/(website)/about/page.tsx | 6 +-- app/(website)/obse/page.tsx | 38 ++++++++++++------- .../services/product-development/page.tsx | 2 +- .../services/resource-augmentation/page.tsx | 11 +++--- oms-website.code-workspace | 7 ++++ 5 files changed, 42 insertions(+), 22 deletions(-) create mode 100644 oms-website.code-workspace diff --git a/app/(website)/about/page.tsx b/app/(website)/about/page.tsx index 80e06af..d00de08 100644 --- a/app/(website)/about/page.tsx +++ b/app/(website)/about/page.tsx @@ -227,7 +227,7 @@ export default function AboutUsPage() {

"To be global leaders in delivering cutting-edge IT - solutions, pushing the boundaries of what's possible, and + solutions, pushing the boundaries of what's possible,and transforming industries for the better."

@@ -246,7 +246,7 @@ export default function AboutUsPage() {

"Our purpose is to help our clients drive transformative growth and innovation to propel their business forward – - redefining what's possible." + redefining whats possible."

@@ -517,7 +517,7 @@ export default function AboutUsPage() {

Ultimately, our success is measured by yours. We are committed to creating solutions that ignite momentum, unlock potential, and turn - ambition into achievement,empowering you to rise above challenges + ambition into achievement — empowering you to rise above challenges and lead with confidence into the future. Together, let's build a future where your success is not just a possibility, but a reality. diff --git a/app/(website)/obse/page.tsx b/app/(website)/obse/page.tsx index abf5490..a726aaf 100644 --- a/app/(website)/obse/page.tsx +++ b/app/(website)/obse/page.tsx @@ -110,16 +110,16 @@ const keyFeatures: FeatureItem[] = [ }, { icon: FaSearchDollar, - title: "Intelligent Income Detection", + title: "Intelligent Income & Salaried Detection", description: - "Identifies salaried/non-salaried income, provides explanations, and filters out transfers.", + "Accurately detects both salaried and non-salaried income, explains findings, and intelligently filters out internal transfers for clearer financial insights. ", }, { icon: FaFingerprint, title: "Enhanced Fraud Detection", description: "Detects document tampering, fraudulent insertions, and developing behavioral profiling.", - isComingSoon: true, + isComingSoon: false, }, { icon: FaSyncAlt, @@ -244,10 +244,11 @@ export default function ObsePage() { {/* Consider adding OMS Logo here */} {/* OMS Logo */}

- Revolutionize Your Lending and Credit Processes with OBSE + Revolutionize Your Lending + and Credit Processes with OBSE

Automate data extraction, enhance accuracy, detect fraud, and @@ -691,10 +692,10 @@ export default function ObsePage() { - {/* 11. About OMS Section (Brief) */} + {/* 11. About OMS Section (Brief)

- {/* Optional: OMS Logo */} + { Optional: OMS Logo }

Your Experienced Partner in Financial Technology

@@ -714,6 +715,7 @@ export default function ObsePage() {
+ /} {/* 12. Call to Action (CTA) Section */}
{/* 13. Contact Information Section */} + {/*}
@@ -767,7 +770,10 @@ export default function ObsePage() {

- {/* Contact Details */} + { -----Contact Details */} + + {/* Optional: Add a contact form component here if available --- +
- {/* Optional: Link to main contact page */} + + {--- Optional: Link to main contact page */} + {/* --- comment out if not needed}
+ */} - {/* Optional: Simple Contact Form (if ContactForm component is not used/available) */} - {/*
+ {/* Optional: Simple Contact Form (if ContactForm component is not used/available) */} + {/*
@@ -832,7 +841,7 @@ export default function ObsePage() { */} - {/* OR Use the ContactForm Component */} + {/* OR Use the ContactForm Component

Send a Quick Inquiry @@ -842,6 +851,9 @@ export default function ObsePage() {

+ */} + + {/* 14. Footer Section */} ); } diff --git a/app/(website)/services/product-development/page.tsx b/app/(website)/services/product-development/page.tsx index 38e9de5..fbf7749 100644 --- a/app/(website)/services/product-development/page.tsx +++ b/app/(website)/services/product-development/page.tsx @@ -312,7 +312,7 @@ export default function ProductDevelopmentPage() { Product Development

- At OMS, we don’t just create products—we build digital solutions + At OMS, we don't just create products—we build digital solutions that accelerate business growth and transform industries. We understand that great products are the result of careful planning, technical expertise, and a deep understanding of user needs. From diff --git a/app/(website)/services/resource-augmentation/page.tsx b/app/(website)/services/resource-augmentation/page.tsx index 5a4d73b..f84981c 100644 --- a/app/(website)/services/resource-augmentation/page.tsx +++ b/app/(website)/services/resource-augmentation/page.tsx @@ -46,7 +46,7 @@ export const metadata: Metadata = { "UX/UI Designer", "Process Engineer", "Salesforce Partner", - "time and material IT", + // "time and material IT", "milestone-based projects", "IT outsourcing", "flexible IT resources", @@ -380,10 +380,11 @@ export default function ResourceAugmentationPage() { {/* Consider adding OMS Logo here if desired */} {/* OMS Logo */}

- Flexible IT Resource Augmentation & Managed Services + Flexible IT Resource
+ Augmentation & Managed Services

Scale your IT capabilities effectively with Owethu Managed Services. @@ -483,7 +484,7 @@ export default function ResourceAugmentationPage() { Your Strategic Partner for IT Talent

- Owethu Managed Services (OMS) provides high-caliber IT + Owethu Managed Services provides high-caliber IT professionals through flexible engagement models tailored to your specific project requirements and business objectives. As a 100% Black female-owned organization based in Centurion, @@ -718,7 +719,7 @@ export default function ResourceAugmentationPage() {

Crafting seamless, data-driven onboarding experiences through - straight-through processing, enhanced customer journeys, + straight-through processing, enhanced customer journeys,
real-time insights, and a 360-degree customer view.

diff --git a/oms-website.code-workspace b/oms-website.code-workspace new file mode 100644 index 0000000..ef9f5d2 --- /dev/null +++ b/oms-website.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} \ No newline at end of file From 7175ef98213dccd448c6b9608ec9b83b75c3ada7 Mon Sep 17 00:00:00 2001 From: libertyoms Date: Mon, 19 May 2025 16:38:31 +0200 Subject: [PATCH 2/2] fix: deployment issue --- app/(website)/obse/page.tsx | 8 ++------ app/(website)/services/product-development/page.tsx | 12 ++++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/app/(website)/obse/page.tsx b/app/(website)/obse/page.tsx index a726aaf..d6b8ec5 100644 --- a/app/(website)/obse/page.tsx +++ b/app/(website)/obse/page.tsx @@ -2,11 +2,9 @@ import Image from "next/image"; import Link from "next/link"; import { Metadata } from "next"; // Added import import { - FaArrowRight, FaCheckCircle, FaCogs, FaDatabase, - FaEnvelope, FaExclamationTriangle, FaFileAlt, FaFileInvoiceDollar, @@ -16,7 +14,6 @@ import { FaLaptopCode, FaLayerGroup, FaLightbulb, - FaPhone, FaPlayCircle, FaPuzzlePiece, FaSearchDollar, @@ -31,7 +28,7 @@ import { FaWrench, } from "react-icons/fa"; import { COLORS } from "@/constants"; // Assuming COLORS constant is available -import ContactForm from "@/components/ContactForm"; // Assuming ContactForm is available +// import ContactForm from "@/components/ContactForm"; // Assuming ContactForm is available // SEO Metadata export const metadata: Metadata = { @@ -247,8 +244,7 @@ export default function ObsePage() { className="text-3xl md:text-5xl lg:text-6xl font-bold mb-4 font-poppins drop-shadow-md leading-tight" style={{ color: COLORS.primary }} > - Revolutionize Your Lending - and Credit Processes with OBSE + Revolutionize Your Lending and Credit Processes with OBSE

Automate data extraction, enhance accuracy, detect fraud, and diff --git a/app/(website)/services/product-development/page.tsx b/app/(website)/services/product-development/page.tsx index fbf7749..1581961 100644 --- a/app/(website)/services/product-development/page.tsx +++ b/app/(website)/services/product-development/page.tsx @@ -312,12 +312,12 @@ export default function ProductDevelopmentPage() { Product Development

- At OMS, we don't just create products—we build digital solutions - that accelerate business growth and transform industries. We - understand that great products are the result of careful planning, - technical expertise, and a deep understanding of user needs. From - concept to launch, our product development services deliver - innovative, tailored solutions that help businesses enhance + At OMS, we don't just create products—we build digital + solutions that accelerate business growth and transform industries. + We understand that great products are the result of careful + planning, technical expertise, and a deep understanding of user + needs. From concept to launch, our product development services + deliver innovative, tailored solutions that help businesses enhance efficiency, reduce complexity, and unlock new revenue streams.