Landing site for vincenttodd.com. The root path redirects to
toddagriscience.com; the site also hosts the
Privacy Policy (/privacy) and Terms of Use (/terms) pages.
Built with Next.js (App Router) and Tailwind CSS.
| Path | Behaviour |
|---|---|
/ |
307 redirect to https://toddagriscience.com |
/privacy |
Privacy Policy (incl. CCPA, Japan, EU-UK) |
/terms |
Terms of Use |
The root redirect is configured in next.config.ts.
Page text lives in app/<page>/messages.json and is rendered via the small
makeT() resolver in app/_lib/messages.ts.
npm install
npm run devOpen http://localhost:3000.
Deployed on Vercel; pushes to main trigger a production deploy.