From 372803f8ce6bcf69c9aadb922daded49503e5b19 Mon Sep 17 00:00:00 2001 From: zaidmukaddam Date: Fri, 30 Aug 2024 20:19:34 +0530 Subject: [PATCH] feat: Update URL Summary description to FireCrawl's Scrape API --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 4ae92f8..4c7c405 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -641,7 +641,7 @@ const LandingPage: React.FC = () => { { icon: Globe, title: "Web Search", description: "Powered by Tavily AI for comprehensive web results." }, { icon: Code, title: "Code Interpreter", description: "Utilize e2b.dev for advanced code interpretation and execution." }, { icon: Cloud, title: "Weather Forecast", description: "Get accurate weather information via OpenWeatherMap." }, - { icon: Link, title: "URL Summary", description: "Summarize web content quickly with FireCrawl." }, + { icon: Link, title: "URL Summary", description: "Summarize web content quickly with FireCrawl's Scrape API." }, { icon: MapPin, title: "Location Search", description: "Find places and nearby locations using Google Maps API." }, { icon: Mic, title: "Translation & TTS", description: "Translate text and convert to speech with OpenAI TTS." }, ]