From f059b4107dff00c92a9cbc0d182a8a9ca85fdb80 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Fri, 27 Mar 2026 03:01:38 +0530 Subject: [PATCH] feat: DR-7743 startups page Add /startups page to apps/site migrated from the old website. Includes hero, benefits, eligibility criteria, testimonials grid, info box, and Tally form embed. Light/dark mode friendly. --- .../app/startups/_components/tally-embed.tsx | 25 ++ apps/site/src/app/startups/page.tsx | 273 ++++++++++++++++++ 2 files changed, 298 insertions(+) create mode 100644 apps/site/src/app/startups/_components/tally-embed.tsx create mode 100644 apps/site/src/app/startups/page.tsx diff --git a/apps/site/src/app/startups/_components/tally-embed.tsx b/apps/site/src/app/startups/_components/tally-embed.tsx new file mode 100644 index 0000000000..f437a38fc2 --- /dev/null +++ b/apps/site/src/app/startups/_components/tally-embed.tsx @@ -0,0 +1,25 @@ +"use client"; + +import Script from "next/script"; + +export function TallyEmbed() { + return ( + <> +