From aa4366266cc158d2382210ce47d2ea5e00db55f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:48:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7903cdb..b22b31a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,9 +84,6 @@ export default function HomePage() { buttons={[ { text: "Explore My Work", href: "/projects" }, { text: "Subscribe", href: "#" }, - { text: "Calendly", href: "https://calendly.com/karu-navolab/growth-engine-demo-navo-lab" }, - { text: "Substack", href: "https://substack.com/@karuthompson" }, - { text: "X", href: "https://x.com/KaruThompson" }, ]} buttonAnimation="blur-reveal" useInvertedBackground={false} @@ -196,4 +193,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1