import { Metadata } from "next"; import Image from "next/image"; import ApexChart from "./_components/ApexChart"; export const metadata: Metadata = { title: "Opp lens - AI-Powered Tender Management for SMEs | Win More Tenders", description: "Automated tender management platform for SMEs. Find tailored tenders, automate document handling, and get real-time alerts. Win more opportunities with less effort.", keywords: "tender management, AI tender search, SME tenders, public procurement, automated bidding, tender alerts", authors: [{ name: "PBL Partners AB" }], openGraph: { title: "Opp lens - AI-Powered Tender Management", description: "Win more tenders automatically with our AI-powered platform", type: "website", locale: "en_US", siteName: "Opp lens", }, icons: { icon: "/fav-icon.svg", }, }; export default function Home() { const centerFrames = [ { src: "/magnifier.svg", title: "1. Discover with AI", alt: "Magnifier", description: "Our intelligent platform scours thousands of sources to find the perfect, most relevant tender opportunities for your specific business and expertise", }, { src: "/clipboard.svg", title: "2. Prepare with Experts", alt: "Clipboard", description: "Gain access to expert support and powerful tools to craft compelling, competitive, and high-quality bids that stand out from the competition.", }, { src: "/thumbs-up.svg", title: "3. Win with a Partner", alt: "thumbs-up", description: "We operate on a partnership model. We only succeed when you win. This aligns our goals and makes us a true partner in your growth.", }, ]; return ( <>

$ 12,345,678

total tender amount you missed today

dynamic island phone

democratizing the world of tenders

Opplens is your dedicated AI-powered partner, leveling the playing field so you can win the public and private contracts you deserve.
Compete on your true strengths.

your in-house tender department, powered by ai

Opplens is the end-to-end solution that gives you the power to compete and win.
{centerFrames.map((frame, index) => (
{frame.alt}

{frame.title}

{frame.description}

))}

Tired of Complex Tenders & Lost Opportunities?

The procurement market is tough for SMEs. We get it. You're facing an uphill battle.

The Opplens Advantage

people icon

A True Partnership Model

Lower your risk with our performance-based options. Our success is directly tied to yours, making us a dedicated partner invested in your growth, not just a software provider.

shield icon

Unmatched Data Security

Your business data is critical. Our unique on premise AI engine ensures your information remains 100% private and secure, unlike cloud based services. Fully GDPR compliant by design.

); } function CenterFrame({ src, title, description, alt, }: { src: string; title: string; description: string; alt: string; }) { return (
{alt}

{title}

{description}

); }