+ );
+}
+
+export default async function RootLayout({
+ children,
+}: Readonly<{
+ children: React.ReactNode;
+}>) {
+ 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",
+ },
+ ];
+
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {children}
+
+
+
+ );
+}
diff --git a/app/(home)/page.tsx b/app/(home)/page.tsx
new file mode 100644
index 0000000..3e29252
--- /dev/null
+++ b/app/(home)/page.tsx
@@ -0,0 +1,100 @@
+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.
+