import { Metadata } from "next"; import Image from "next/image"; 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", url: "https://opplens.com/", type: "website", locale: "en_US", siteName: "Opp lens", }, twitter: { card: "summary_large_image", title: "Opp lens - AI-Powered Tender Management", description: "Win more tenders automatically with our AI-powered platform", images: ["/images/opp-lens-mobile.jpg"], }, alternates: { canonical: "https://opplens.com/", }, robots: { index: true, follow: true, }, icons: { icon: "/fav-icon.svg", }, }; export default function Home() { const advItems = [ { title: "EU Public market.", amount: "€2", description: "The colossal market that only 15% of the value reaches SMEs. It's time to compete.", }, { title: "The Missing Share.", amount: "85%", description: "This contract value is currently monopolized by large firms. It's the revenue you are losing.", }, { title: "Relevant Tenders.", amount: "+1500", description: "Massive of daily opportunities OppLens AI analyzes and matches to your business.", }, ]; return (

AI-Powered

Tender Management

Win more tenders, automatically!

Our platform finds tenders tailored to your business, automates document handling, and sends real-time alerts. Win more opportunities with less effort and zero manual search.

dynamic island dynamic island {/* Opp lens application preview on a mobile phone */}
{advItems.map((item, index) => (

{item.amount} {index === 0 && Trillion}

{item.title}

{item.description}

))}
); }