From da512853f403a4d8dadd77fc3f0294740c1f9655 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:32:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3ca82c..4e5f451 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,6 +110,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[ + { text: "Start Calculator", href: "#" }, { text: "Calculate Your Weight", href: "#" } ]} ariaLabel="Planet weight calculator section" -- 2.49.1