feat(homepage): update hero section description and add Instagram use case

Enhanced the hero section by including Instagram in the list of platforms monitored by SurfSense. Additionally, introduced a new use case for "Social sentiment mining" that details the capabilities of pulling public posts and analyzing audience reactions on Instagram.
This commit is contained in:
Anish Sarkar 2026-07-10 09:23:53 +05:30
parent 2c251f9e07
commit 2a6715e2a3
2 changed files with 9 additions and 1 deletions

View file

@ -719,7 +719,7 @@ export function HeroSection() {
> >
SurfSense is an open-source competitive intelligence platform. Your AI agents monitor SurfSense is an open-source competitive intelligence platform. Your AI agents monitor
competitors, track rankings, and listen to your market with live data from platforms competitors, track rankings, and listen to your market with live data from platforms
like Reddit, YouTube, Google Maps, Google Search, and the open web. like Reddit, Instagram, YouTube, Google Maps, Google Search, and the open web.
</p> </p>
<div className="relative mb-4 flex w-full flex-col justify-center gap-y-2 sm:flex-row sm:justify-start sm:space-y-0 sm:space-x-4"> <div className="relative mb-4 flex w-full flex-col justify-center gap-y-2 sm:flex-row sm:justify-start sm:space-y-0 sm:space-x-4">

View file

@ -28,6 +28,14 @@ const USE_CASES: {
anchor: "Reddit API", anchor: "Reddit API",
art: "brand", art: "brand",
}, },
{
title: "Social sentiment mining",
description:
"Pull public posts, reels, and full comment threads from any creator or competitor, then score how audiences actually react to launches and campaigns.",
href: "/instagram",
anchor: "Instagram API",
art: "chat",
},
{ {
title: "B2B lead generation", title: "B2B lead generation",
description: description: