import { Metadata } from "next"; import Image from "next/image"; import Link from "next/link"; import FooterForm from "../_components/FooterForm"; export const metadata: Metadata = { title: "Opp lens - Marketing", 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", }, }; function ContactInfo({ icon, contact, href, ariaLabel, contactIconSrc, }: { icon: string; contact: string; href?: string; ariaLabel: string; contactIconSrc?: string; }) { return (
  • {href ? ( {contact} ) : (

    {!!contactIconSrc && ( flag )} {contact}

    )}
  • ); } export default function Home() { const contactInfo = [ { icon: "/Message.svg", contact: "info@opplens.com", href: "mailto:info@opplens.com", ariaLabel: "Email us at info@opplens.com", }, { icon: "/Phone.svg", contact: "(+46) - 761581526", href: "tel:+46761581526", ariaLabel: "Call us at +46 761581526", }, { icon: "/Location.svg", contact: "Stockholm, Sweden", ariaLabel: "Our location in Stockholm, Sweden", contactIconSrc: "/sweden.svg", }, ]; 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 ( <>
    Opp lens logo

    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.

    Get early access
    dynamic island
    {/* phone */}

    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.

    ); }