Skip to content

Commit

Permalink
✨ Changed homepage branding
Browse files Browse the repository at this point in the history
you know the deets man
  • Loading branch information
Srijan-Subedi committed Nov 11, 2023
1 parent 5700f3d commit 92113aa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 30 deletions.
4 changes: 2 additions & 2 deletions next/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 21 additions & 26 deletions next/src/components/landing/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,16 @@ const Hero: FC<{ className?: string }> = ({ className }) => {
<h1 className="resend-font-effect-hero bg-gradient-to-br from-white to-white/30 bg-clip-text pb-2 text-center text-5xl font-normal tracking-[.09rem] text-transparent md:text-left md:text-5xl lg:text-6xl xl:text-7xl">
<div>
<span className="bg-gradient-to-r from-[#1E26FF] to-[#FF04FF] bg-clip-text text-transparent">
AI
Web Extraction
</span>{" "}
<span className="bg-gradient-to-r from-white to-transparent bg-clip-text text-transparent">
Agents at
At Your Fingertips.
<br />
Your Fingertips.
</span>
</div>
</h1>
<p className="my-3 inline-block bg-gradient-to-r from-white via-white via-50% to-neutral-500 bg-clip-text text-center align-top font-inter font-[400] leading-[24px] tracking-[.08rem] text-transparent sm:w-4/5 md:text-left">
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.
</p>
</div>

Expand Down Expand Up @@ -162,19 +160,6 @@ const Hero: FC<{ className?: string }> = ({ className }) => {
</>
</PrimaryButton>
</GlowWrapper>
<TextButton
onClick={() => {
router.push("https://agentgpt.reworkd.ai/").catch(console.error);
}}
>
<>
<span className="py-2">Try demo</span>
<FaChevronRight
size="12"
className="text-gray-400 transition-transform group-hover:translate-x-1"
/>
</>
</TextButton>
</div>
</div>
</div>
Expand All @@ -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: <PurpleHeroIcon />,
},
{
title: "Marketer",
subtitle: "Create new campaigns",
title: "E-commerce",
subtitle: "Get competitor prices",
icon: <OrangeHeroIcon />,
},
{
title: "Validator",
subtitle: "Ensure data compliancy",
title: "Recruiting",
subtitle: "Scrape job postings",
icon: <GreenHeroIcon />,
},
{
title: "Analyzer",
subtitle: "Analyze company metrics",
title: "Lead Generation",
subtitle: "Assemble prospect list",
icon: <PurpleHeroIcon />,
},
{
title: "Real Estate",
subtitle: "Get property listings",
icon: <BlueHeroIcon />,
},
{
title: "Media",
subtitle: "Get News & Article data",
icon: <OrangeHeroIcon />,
},
];

export default Hero;
3 changes: 1 addition & 2 deletions next/src/pages/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ const welcome = () => {
</FadeIn>
<FadeIn duration={2.85} delay={0.6} initialY={-40}>
<p className="mb-8 max-w-lg text-center font-light text-neutral-500">
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.
</p>
</FadeIn>
<FadeIn duration={2.7} delay={0.75} initialY={-40}>
Expand Down

0 comments on commit 92113aa

Please sign in to comment.