From f60ae5204e04c711abf5a3c671f7b9c5991f5f26 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:03:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6ba99b..2097cdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Read My Story", href: "#" }, - { text: "View Full Bio", href: "#", props: { variant: "secondary" } }, + { text: "View Full Bio", href: "#" }, ]} /> -- 2.49.1