mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 17:18:09 +00:00
Merge pull request #6 from OwethuManagedServices/updated-site
fix: deployment issue
This commit is contained in:
@ -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
|
||||
</h1>
|
||||
<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
|
||||
|
||||
@ -312,12 +312,12 @@ export default function ProductDevelopmentPage() {
|
||||
Product Development
|
||||
</h1>
|
||||
<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 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.
|
||||
</p>
|
||||
<div className="flex flex-col sm:flex-row justify-center items-center gap-4">
|
||||
|
||||
Reference in New Issue
Block a user