diff --git a/next/package-lock.json b/next/package-lock.json index 41c1b09be1..0dbee71f56 100644 --- a/next/package-lock.json +++ b/next/package-lock.json @@ -1,12 +1,12 @@ { "name": "agent-gpt", - "version": "0.8.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "agent-gpt", - "version": "0.8.0", + "version": "1.0.0", "hasInstallScript": true, "dependencies": { "@headlessui/react": "^1.7.14", diff --git a/next/src/components/landing/Hero.tsx b/next/src/components/landing/Hero.tsx index 76b416fb68..ffd1ca1d65 100644 --- a/next/src/components/landing/Hero.tsx +++ b/next/src/components/landing/Hero.tsx @@ -88,18 +88,16 @@ const Hero: FC<{ className?: string }> = ({ className }) => {

- AI + Web Extraction {" "} - Agents at + At Your Fingertips.
- Your Fingertips.

- Leverage AI Agents to automate the workflows you once spent countless human hours on. - Experience a new way of working. + Optimize web scraping with AI that generates and repairs scraping code, adapting to website changes. Scale your data extraction effortlessly.

@@ -162,19 +160,6 @@ const Hero: FC<{ className?: string }> = ({ className }) => { - { - router.push("https://agentgpt.reworkd.ai/").catch(console.error); - }} - > - <> - Try demo - - - @@ -184,25 +169,35 @@ const Hero: FC<{ className?: string }> = ({ className }) => { const roles = [ { - title: "Web Navigator", - subtitle: "List competitor products", + title: "Manufacturing", + subtitle: "Collect product data", icon: , }, { - title: "Marketer", - subtitle: "Create new campaigns", + title: "E-commerce", + subtitle: "Get competitor prices", icon: , }, { - title: "Validator", - subtitle: "Ensure data compliancy", + title: "Recruiting", + subtitle: "Scrape job postings", icon: , }, { - title: "Analyzer", - subtitle: "Analyze company metrics", + title: "Lead Generation", + subtitle: "Assemble prospect list", + icon: , + }, + { + title: "Real Estate", + subtitle: "Get property listings", icon: , }, + { + title: "Media", + subtitle: "Get News & Article data", + icon: , + }, ]; export default Hero; diff --git a/next/src/pages/welcome.tsx b/next/src/pages/welcome.tsx index 7b9f37116b..c6697598a6 100644 --- a/next/src/pages/welcome.tsx +++ b/next/src/pages/welcome.tsx @@ -59,8 +59,7 @@ const welcome = () => {

- Leverage AI Agents to automate the workflows you once spent countless human hours on. - Experience a new way of working. + Optimize web scraping with AI Agents that auto-generates, repairs scripts, and ensures uninterrupted data retrieval. Scale your data extraction effortlessly.