diff --git a/src/components/MinimalHome.tsx b/src/components/MinimalHome.tsx index c262b9a..ec4d507 100644 --- a/src/components/MinimalHome.tsx +++ b/src/components/MinimalHome.tsx @@ -32,22 +32,7 @@ const columns = [ ], footerLink: { label: 'All projects', href: '/projects' }, }, - { - heading: 'Writing', - items: [ - { - title: 'What I learned from 150 customer interviews', - description: 'Coming soon', - href: '/blog', - }, - { - title: 'Living in SF\'s oldest hacker house', - description: 'Coming soon', - href: '/blog', - }, - ], - footerLink: { label: 'All posts', href: '/blog' }, - }, + ]; const MinimalHome: React.FC = () => { diff --git a/src/components/about.tsx b/src/components/about.tsx index a7d3e6e..665195d 100644 --- a/src/components/about.tsx +++ b/src/components/about.tsx @@ -50,7 +50,7 @@ export default function About() { objectFit="cover" /> - (Blog, Twitter, GitHub, LinkedIn) + (Twitter, GitHub, LinkedIn) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 63ca7b0..3d284db 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -17,7 +17,7 @@ const Footer: React.FC = () => { © 2026 Ethan Lam{" "} ·{" "} - Blog,{" "} + Twitter,{" "} GitHub,{" "} LinkedIn