Merge pull request #6 from OwethuManagedServices/updated-site

fix: deployment issue
This commit is contained in:
libertyoms
2025-05-19 16:40:04 +02:00
committed by GitHub
2 changed files with 8 additions and 12 deletions

View File

@ -2,11 +2,9 @@ import Image from "next/image";
import Link from "next/link"; import Link from "next/link";
import { Metadata } from "next"; // Added import import { Metadata } from "next"; // Added import
import { import {
FaArrowRight,
FaCheckCircle, FaCheckCircle,
FaCogs, FaCogs,
FaDatabase, FaDatabase,
FaEnvelope,
FaExclamationTriangle, FaExclamationTriangle,
FaFileAlt, FaFileAlt,
FaFileInvoiceDollar, FaFileInvoiceDollar,
@ -16,7 +14,6 @@ import {
FaLaptopCode, FaLaptopCode,
FaLayerGroup, FaLayerGroup,
FaLightbulb, FaLightbulb,
FaPhone,
FaPlayCircle, FaPlayCircle,
FaPuzzlePiece, FaPuzzlePiece,
FaSearchDollar, FaSearchDollar,
@ -31,7 +28,7 @@ import {
FaWrench, FaWrench,
} from "react-icons/fa"; } from "react-icons/fa";
import { COLORS } from "@/constants"; // Assuming COLORS constant is available 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 // SEO Metadata
export const metadata: 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" className="text-3xl md:text-5xl lg:text-6xl font-bold mb-4 font-poppins drop-shadow-md leading-tight"
style={{ color: COLORS.primary }} style={{ color: COLORS.primary }}
> >
Revolutionize Your Lending Revolutionize Your Lending and Credit Processes with OBSE
and 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

View File

@ -312,12 +312,12 @@ export default function ProductDevelopmentPage() {
Product Development Product Development
</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">
At OMS, we don't just create productswe build digital solutions At OMS, we don&apos;t just create productswe build digital
that accelerate business growth and transform industries. We solutions that accelerate business growth and transform industries.
understand that great products are the result of careful planning, We understand that great products are the result of careful
technical expertise, and a deep understanding of user needs. From planning, technical expertise, and a deep understanding of user
concept to launch, our product development services deliver needs. From concept to launch, our product development services
innovative, tailored solutions that help businesses enhance deliver innovative, tailored solutions that help businesses enhance
efficiency, reduce complexity, and unlock new revenue streams. efficiency, reduce complexity, and unlock new revenue streams.
</p> </p>
<div className="flex flex-col sm:flex-row justify-center items-center gap-4"> <div className="flex flex-col sm:flex-row justify-center items-center gap-4">