diff --git a/public/about/1.webp b/public/about/1.webp
new file mode 100644
index 0000000..85b8409
Binary files /dev/null and b/public/about/1.webp differ
diff --git a/public/about/2.webp b/public/about/2.webp
new file mode 100644
index 0000000..2bb59f8
Binary files /dev/null and b/public/about/2.webp differ
diff --git a/public/about/3.webp b/public/about/3.webp
new file mode 100644
index 0000000..7f8d222
Binary files /dev/null and b/public/about/3.webp differ
diff --git a/public/about/4.webp b/public/about/4.webp
new file mode 100644
index 0000000..6f56f48
Binary files /dev/null and b/public/about/4.webp differ
diff --git a/public/about/5.webp b/public/about/5.webp
new file mode 100644
index 0000000..016b5bc
Binary files /dev/null and b/public/about/5.webp differ
diff --git a/public/map/5.jpg b/public/map/5.jpg
deleted file mode 100644
index 232d6ea..0000000
Binary files a/public/map/5.jpg and /dev/null differ
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..6287652
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,258 @@
+'use client'
+import { Navbar } from '@/components/about-navbar'
+import { Container } from '@/components/container'
+import { Footer } from '@/components/footer'
+import { Link } from '@/components/link'
+import { ChevronRightIcon } from '@heroicons/react/16/solid'
+
+const people = [
+ {
+ name: 'Brandon Saldan',
+ role: 'Software Engineer',
+ imageUrl: 'https://usenocturne.com/map/1.jpg',
+ href: 'https://github.com/brandonsaldan',
+ },
+ {
+ name: 'bbaovanc',
+ role: 'Software Engineer',
+ imageUrl: 'https://usenocturne.com/map/3.jpg',
+ href: 'https://github.com/bbaovanc',
+ },
+ {
+ name: 'Dominic Frye',
+ role: 'Software Engineer',
+ imageUrl: 'https://usenocturne.com/map/2.jpg',
+ href: 'https://github.com/itsnebulalol',
+ },
+ {
+ name: 'shadow',
+ role: 'Software Engineer',
+ imageUrl: 'https://usenocturne.com/map/4.jpg',
+ href: 'https://github.com/68p',
+ },
+]
+
+function Hero() {
+ return (
+
+
+
+ Nocturne Public Beta Now Available
+
+
+ }
+ />
+
+
+ )
+}
+
+function About() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+ Giving Hardware a Second Life.
+
+
+ When Spotify ended Car Thing support, thousands of devices
+ became paperweights overnight. We're changing that by
+ creating open source software that transforms these
+ forgotten devices into powerful car companions, proving that
+ great hardware deserves a second chance.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Our Mission
+
+
+
+
+ At Nocturne, we believe abandoned hardware doesn't have to
+ stay abandoned. When Spotify discontinued Car Thing support,
+ we saw an opportunity to transform disappointment into
+ innovation. Our mission is to breathe new life into these
+ devices through open source software, empowering users to keep
+ their Car Things not just functional, but better than ever.
+
+
+
+
+ We're building more than just replacement software – we're
+ creating a community where hardware enthusiasts, developers,
+ and everyday users come together to extend the life of
+ technology. Through transparent development, active community
+ engagement, and continuous innovation, we're proving that
+ end-of-support doesn't mean end-of-life.
+
+
+
+
+
+
+
+
+
+
+ The Team
+
+
+ We're a passionate community of developers, car enthusiasts, and
+ tinkerers united by a simple belief: great hardware deserves
+ great software.
+