diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 7acf2d7..03e7258 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -94,7 +94,7 @@ export default function About() {
photo back down to our family computer from space.
- Today, I’m the founder of Planetaria, where we’re working on
+ Today, I’m the founder of Sonr, where we’re working on
civilian space suits and manned shuttle kits you can assemble at
home so that the next generation of kids really can make
it to orbit — from the comfort of their own backyards.
diff --git a/src/app/articles/crafting-a-design-system-for-a-multiplanetary-future/page.mdx b/src/app/articles/crafting-a-design-system-for-a-multiplanetary-future/page.mdx
index d456268..b1db4aa 100644
--- a/src/app/articles/crafting-a-design-system-for-a-multiplanetary-future/page.mdx
+++ b/src/app/articles/crafting-a-design-system-for-a-multiplanetary-future/page.mdx
@@ -7,7 +7,7 @@ export const article = {
date: '2022-09-05',
title: 'Crafting a design system for a multiplanetary future',
description:
- 'Most companies try to stay ahead of the curve when it comes to visual design, but for Planetaria we needed to create a brand that would still inspire us 100 years from now when humanity has spread across our entire solar system.',
+ 'Most companies try to stay ahead of the curve when it comes to visual design, but for Sonr we needed to create a brand that would still inspire us 100 years from now when humanity has spread across our entire solar system.',
}
export const metadata = {
@@ -17,7 +17,7 @@ export const metadata = {
export default (props) =>
-Most companies try to stay ahead of the curve when it comes to visual design, but for Planetaria we needed to create a brand that would still inspire us 100 years from now when humanity has spread across our entire solar system.
+Most companies try to stay ahead of the curve when it comes to visual design, but for Sonr we needed to create a brand that would still inspire us 100 years from now when humanity has spread across our entire solar system.
diff --git a/src/app/articles/introducing-animaginary/page.mdx b/src/app/articles/introducing-animaginary/page.mdx
index 51398fb..767ba53 100644
--- a/src/app/articles/introducing-animaginary/page.mdx
+++ b/src/app/articles/introducing-animaginary/page.mdx
@@ -5,7 +5,7 @@ export const article = {
date: '2022-09-02',
title: 'Introducing Animaginary: High performance web animations',
description:
- 'When you’re building a website for a company as ambitious as Planetaria, you need to make an impression. I wanted people to visit our website and see animations that looked more realistic than reality itself.',
+ 'When you’re building a website for a company as ambitious as Sonr, you need to make an impression. I wanted people to visit our website and see animations that looked more realistic than reality itself.',
}
export const metadata = {
@@ -15,7 +15,7 @@ export const metadata = {
export default (props) =>
-When you’re building a website for a company as ambitious as Planetaria, you need to make an impression. I wanted people to visit our website and see animations that looked more realistic than reality itself.
+When you’re building a website for a company as ambitious as Sonr, you need to make an impression. I wanted people to visit our website and see animations that looked more realistic than reality itself.
To make this possible, we needed to squeeze every drop of performance out of the browser possible. And so Animaginary was born.
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 4b595ac..ae76fcc 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 Planetaria, 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 CEO 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 9b744ca..396b436 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -187,7 +187,7 @@ function Role({ role }: { role: Role }) {
function Resume() {
let resume: Array = [
{
- company: 'Planetaria',
+ company: 'Sonr',
title: 'CEO',
logo: logoPlanetaria,
start: '2019',
@@ -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 Planetaria, where we develop
+ City. I’m the founder and CEO 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 cc5aafe..6eeac9d 100644
--- a/src/app/projects/page.tsx
+++ b/src/app/projects/page.tsx
@@ -11,7 +11,7 @@ import logoPlanetaria from '@/images/logos/planetaria.svg'
const projects = [
{
- name: 'Planetaria',
+ name: 'Sonr',
description:
'Creating technology to empower civilians to explore space on their own terms.',
link: { href: 'http://planetaria.tech', label: 'planetaria.tech' },
@@ -34,7 +34,7 @@ const projects = [
{
name: 'cosmOS',
description:
- 'The operating system that powers our Planetaria space shuttles.',
+ 'The operating system that powers our Sonr space shuttles.',
link: { href: '#', label: 'github.com' },
logo: logoCosmos,
},
diff --git a/src/app/speaking/page.tsx b/src/app/speaking/page.tsx
index dbaf66e..9929ac7 100644
--- a/src/app/speaking/page.tsx
+++ b/src/app/speaking/page.tsx
@@ -73,7 +73,7 @@ export default function Speaking() {
diff --git a/src/images/avatar.jpg b/src/images/avatar.jpg
index 869f6f1..b0a6963 100644
Binary files a/src/images/avatar.jpg and b/src/images/avatar.jpg differ