mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
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:
parent
2c251f9e07
commit
2a6715e2a3
2 changed files with 9 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ export function HeroSection() {
|
|||
>
|
||||
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
|
||||
like Reddit, YouTube, Google Maps, Google Search, and the open web.
|
||||
like Reddit, Instagram, YouTube, Google Maps, Google Search, and the open web.
|
||||
</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">
|
||||
|
|
|
|||
|
|
@ -28,6 +28,14 @@ const USE_CASES: {
|
|||
anchor: "Reddit API",
|
||||
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",
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue