Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-03-10 14:48:53 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}