diff --git a/app/(home)/layout.tsx b/app/(home)/layout.tsx index 7a4bb3e..046a467 100644 --- a/app/(home)/layout.tsx +++ b/app/(home)/layout.tsx @@ -19,9 +19,17 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { + metadataBase: new URL("https://opplens.com"), title: "Opp lens - AI-Powered Tender Management", description: "Democratizing Tender Access for SMEs with AI-Powered Tender Management.", + alternates: { + canonical: "/", + }, + robots: { + index: true, + follow: true, + }, icons: { icon: "/fav-icon.svg", }, @@ -151,7 +159,6 @@ export default async function RootLayout({ alt="Opp lens logo" width={180} height={30} - priority />

diff --git a/app/(home)/page.tsx b/app/(home)/page.tsx index ee7e5bd..629000b 100644 --- a/app/(home)/page.tsx +++ b/app/(home)/page.tsx @@ -11,10 +11,24 @@ export const metadata: Metadata = { 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", }, @@ -60,7 +74,7 @@ export default function Home() {

-
+
- phone + sizes="(max-width: 1024px) 60vw, 300px" + priority + alt="Opp lens application preview on a mobile phone" + /> */} +
+ +
diff --git a/app/marketing/[id]/page.tsx b/app/marketing/[id]/page.tsx index 3f97511..6b3237a 100644 --- a/app/marketing/[id]/page.tsx +++ b/app/marketing/[id]/page.tsx @@ -81,14 +81,33 @@ export default async function Home({ params }: IProps) { height={22} className="absolute top-4 left-1/2 -translate-x-1/2" /> - + +
+ {/* phone + /> */}
diff --git a/app/marketing/page.tsx b/app/marketing/page.tsx index 82550ac..043d4e5 100644 --- a/app/marketing/page.tsx +++ b/app/marketing/page.tsx @@ -157,14 +157,33 @@ export default function Home() { height={22} className="absolute top-4 left-1/2 -translate-x-1/2" /> - + + + {/* phone + /> */}
diff --git a/public/mobile.mp4 b/public/mobile.mp4 new file mode 100644 index 0000000..074b898 Binary files /dev/null and b/public/mobile.mp4 differ diff --git a/public/mobile.webm b/public/mobile.webm new file mode 100644 index 0000000..67e4a6e Binary files /dev/null and b/public/mobile.webm differ