<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yash Arya</title>
    <description>The latest articles on DEV Community by Yash Arya (@yasharya).</description>
    <link>https://dev.to/yasharya</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3865057%2F32065521-3752-4dfd-9025-9ab79c03ece9.jpg</url>
      <title>DEV Community: Yash Arya</title>
      <link>https://dev.to/yasharya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yasharya"/>
    <language>en</language>
    <item>
      <title>I rebuilt an AI startup's landing page. here's what actually went into it.</title>
      <dc:creator>Yash Arya</dc:creator>
      <pubDate>Tue, 26 May 2026 11:26:21 +0000</pubDate>
      <link>https://dev.to/yasharya/i-rebuilt-an-ai-startups-landing-page-heres-what-actually-went-into-it-3346</link>
      <guid>https://dev.to/yasharya/i-rebuilt-an-ai-startups-landing-page-heres-what-actually-went-into-it-3346</guid>
      <description>&lt;p&gt;The brief&lt;/p&gt;

&lt;p&gt;The client runs an AI agent platform for D2C brands — 200+ agents across 9 departments. The product was solid. The website was one paragraph and a contact form.&lt;/p&gt;

&lt;p&gt;They knew it needed work. They just hadn't gotten to it.&lt;/p&gt;

&lt;p&gt;What we built&lt;/p&gt;

&lt;p&gt;Full rebuild in Next.js + TypeScript + Tailwind + GSAP.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frwa60n15xtqwx6w4o2j6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frwa60n15xtqwx6w4o2j6.png" alt=" " width="800" height="487"&gt;&lt;/a&gt;&lt;br&gt;
The main things:&lt;/p&gt;

&lt;p&gt;— animated hero that actually shows what the product does instead of describing it&lt;br&gt;
— tabbed department explorer (9 verticals, all in one section without it feeling cluttered)&lt;br&gt;
— live agent console UI — gives visitors a sense of the product before they sign up&lt;br&gt;
— bento proof section for stats and client logos&lt;/p&gt;

&lt;p&gt;One constraint I kept coming back to: the product is technical but the buyers aren't always developers. Every section had to be clear to a D2C brand owner who doesn't know what an AI agent is.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl8g0qgxthz0jt9o4byt7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl8g0qgxthz0jt9o4byt7.png" alt=" " width="800" height="487"&gt;&lt;/a&gt;&lt;br&gt;
One thing worth mentioning about GSAP&lt;/p&gt;

&lt;p&gt;The services section uses a horizontal scroll — the whole track slides left as you scroll down, pinned to the viewport. The tricky part is calculating how far it needs to travel: track.scrollWidth - window.innerWidth, and that number changes every time the viewport resizes. GSAP handles this cleanly with function-based values — instead of a fixed pixel distance, you pass a function to end and set invalidateOnRefresh: true, so ScrollTrigger re-runs the calculation on every resize automatically. The whole thing is also wrapped in gsap.matchMedia so it only activates on desktop — on mobile it falls back to a normal vertical stack.&lt;/p&gt;

&lt;p&gt;Result&lt;/p&gt;

&lt;p&gt;Delivered in under 4 weeks. Fixed scope, no surprises.&lt;/p&gt;

&lt;p&gt;Live at lancemart.org&lt;/p&gt;

</description>
      <category>ai</category>
      <category>nextjs</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
