mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 19:08:09 +00:00
fix: deployment issue
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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 products—we build digital solutions
|
At OMS, we don't just create products—we 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">
|
||||||
|
|||||||
Reference in New Issue
Block a user