// app/page.tsx import Image from "next/image"; import Button from "@/components/ui/Button"; // Use the reusable button import { FaCogs, FaProjectDiagram, FaCode, FaUsers, FaBuilding, FaCar, FaLaptopCode, } from "react-icons/fa"; // Import icons export default function HomePage() { return ( <> {/* Hero Section */}
{/* Background Video/Image Placeholder */} {/* TODO: Replace with actual
{/* Core Services Section */}

Core Services

Tailored solutions designed to drive growth, optimize productivity, and solve your most complex business challenges.

{/* Service Card 1: Resource Augmentation */}

Resource Augmentation

Access top-tier IT talent seamlessly integrated with your team. Skilled professionals for short-term projects or long-term engagements.

{/* Service Card 2: Project Management */}

Project Management

Expert management ensuring on-time, within-budget delivery with superior results, risk mitigation, and maximum efficiency.

{/* Service Card 3: Product Development */}

Product Development

Creating innovative, scalable digital products from concept to deployment to enhance efficiency and foster business growth.

{/* Client Logos Section */}

Trusted By Industry Leaders

{/* TODO: Implement Auto-Sliding Panel (e.g., using Swiper.js or react-slick) */}
{/* Placeholder Logos - Replace with actual client logos */}

Showcasing key clients across financial services, automotive, and tech industries. {/* (Auto-sliding panel coming soon!) */}

{/* Call to Action (Optional but good practice) */}

Ready to Innovate?

Let's discuss how OMS can help transform your business with cutting-edge technology solutions.

); }