mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-18 05:18:09 +00:00
23-05-2025/New Changes
This commit is contained in:
@ -125,7 +125,8 @@ const industryExpertise = [
|
||||
{
|
||||
icon: FaBriefcase,
|
||||
industry: "Retail/E-commerce",
|
||||
details: "Describe experience in this sector.",
|
||||
details:
|
||||
"Experience in building scalable e-commerce platforms, optimizing digital customer journeys, enabling secure payment integrations, and leveraging data analytics to drive personalized shopping experiences and operational efficiency.",
|
||||
},
|
||||
];
|
||||
|
||||
@ -241,7 +242,7 @@ export default function AboutUsPage() {
|
||||
style={{ color: "#e1c44a" }}
|
||||
/>
|
||||
<h3 className="text-2xl font-bold mb-4 font-poppins text-gray-900 dark:text-white">
|
||||
Our Mission
|
||||
Our Purpose
|
||||
</h3>
|
||||
<p className="text-gray-700 dark:text-gray-300 leading-relaxed font-poppins flex-grow">
|
||||
"Our purpose is to help our clients drive transformative
|
||||
@ -299,10 +300,9 @@ export default function AboutUsPage() {
|
||||
Deep Domain Knowledge
|
||||
</h2>
|
||||
<p className="text-md md:text-lg text-gray-700 dark:text-gray-300 leading-relaxed font-poppins">
|
||||
Retail/E-commerce: Experience in building scalable e-commerce
|
||||
platforms, optimizing digital customer journeys, enabling secure
|
||||
payment integrations, and leveraging data analytics to drive
|
||||
personalized shopping experiences and operational efficiency.
|
||||
We combine broad technological capabilities with specialized
|
||||
expertise across key industries, understanding the unique
|
||||
challenges and opportunities within each sector.
|
||||
</p>
|
||||
</div>
|
||||
<div className="lg:col-span-2 grid grid-cols-1 md:grid-cols-2 gap-6">
|
||||
@ -324,6 +324,7 @@ export default function AboutUsPage() {
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Section 6: Technology Philosophy */}
|
||||
<section className="py-16 md:py-24 bg-gray-800 text-white">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
@ -378,6 +379,8 @@ export default function AboutUsPage() {
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
{/* Section 7: Core Values (Reusing previous structure, adjusting background) */}
|
||||
<section className="py-16 md:py-24 bg-gray-100 dark:bg-gray-800">
|
||||
<div className="container mx-auto px-6">
|
||||
@ -405,6 +408,8 @@ export default function AboutUsPage() {
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
{/* Section 8: The OMS Partnership */}
|
||||
<section className="py-16 md:py-24 bg-white dark:bg-gray-900">
|
||||
<div className="container mx-auto px-6">
|
||||
|
||||
Reference in New Issue
Block a user