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", type: "website", locale: "en_US", siteName: "Opp lens", }, icons: { icon: "/fav-icon.svg", }, }; export default function Home() { const advItems = [ { title: "user", amount: 200, description: "lacking the time, dedicated staff, and expertise to constantly monitor the market and prepare high-quality bids.", }, { title: "contract", amount: 520, description: "Navigating complex requirements and processes designed for large corporations with dedicated tender departments.", }, { title: "tenders", amount: 1500, description: "Did you know 68% of SMEs in Sweden rarely or never win public tenders? It's time to change that.", }, ]; 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 phone
{advItems.map((item) => (

{item.amount}

{item.title}

{item.description}

))}
); }