diff --git a/next.config.mjs b/next.config.mjs index 2576529..3f3a342 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -5,6 +5,35 @@ import remarkGfm from 'remark-gfm' /** @type {import('next').NextConfig} */ const nextConfig = { pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'], + redirects: async () => { + return [ + { + source: '/twitter', + destination: 'https://twitter.com/thisisprad', + permanent: true, + }, + { + source: '/github', + destination: 'https://github.com/prnk28', + permanent: true, + }, + { + source: '/linkedin', + destination: 'https://www.linkedin.com/in/pradn/', + permanent: true, + }, + { + source: '/medium', + destination: 'https://medium.com/@prnk28', + permanent: true, + }, + { + source: '/cal', + destination: 'https://cal.com/pradn', + permanent: true, + }, + ] + } } const withMDX = nextMDX({ diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 7f87ff9..1944a1b 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ae76fcc..7b69240 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,7 +12,7 @@ export const metadata: Metadata = { 'Prad Nukala - Software designer, founder, and amateur astronaut', }, description: - 'I’m Prad, a software designer and entrepreneur based in New York City. I’m the founder and CEO of Sonr, where we develop technologies that empower regular people to explore space on their own terms.', + 'I’m Prad, a software designer and entrepreneur based in New York City. I’m the founder and Founder of Sonr, where we develop technologies that empower regular people to explore space on their own terms.', alternates: { types: { 'application/rss+xml': `${process.env.NEXT_PUBLIC_SITE_URL}/feed.xml`, diff --git a/src/app/page.tsx b/src/app/page.tsx index 396b436..2d1e042 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,7 +188,7 @@ function Resume() { let resume: Array = [ { company: 'Sonr', - title: 'CEO', + title: 'Founder', logo: logoPlanetaria, start: '2019', end: { @@ -277,7 +277,7 @@ export default async function Home() {

I’m Prad, a software designer and entrepreneur based in New York - City. I’m the founder and CEO of Sonr, where we develop + City. I’m the founder and Founder of Sonr, where we develop technologies that empower regular people to explore space on their own terms.

diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 6eeac9d..5ba8a79 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -18,28 +18,42 @@ const projects = [ logo: logoPlanetaria, }, { - name: 'Animaginary', + name: 'Yue', description: 'High performance web animation library, hand-written in optimized WASM.', link: { href: '#', label: 'github.com' }, logo: logoAnimaginary, }, { - name: 'HelioStream', + name: 'ML Livestock Detection', description: 'Real-time video streaming library, optimized for interstellar transmission.', link: { href: '#', label: 'github.com' }, logo: logoHelioStream, }, { - name: 'cosmOS', + name: 'AR Whiteboard', description: 'The operating system that powers our Sonr space shuttles.', link: { href: '#', label: 'github.com' }, logo: logoCosmos, }, { - name: 'OpenShuttle', + name: 'Spacebolt', + description: + 'The schematics for the first rocket I designed that successfully made it to orbit.', + link: { href: '#', label: 'github.com' }, + logo: logoOpenShuttle, + }, + { + name: 'VolunTree', + description: + 'The schematics for the first rocket I designed that successfully made it to orbit.', + link: { href: '#', label: 'github.com' }, + logo: logoOpenShuttle, + }, + { + name: 'Superball', description: 'The schematics for the first rocket I designed that successfully made it to orbit.', link: { href: '#', label: 'github.com' },