From 74c374219f891d1523a95f3e90ed392e0693a7f2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:40:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86d23f1..320e31b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,9 @@ export default function LandingPage() { { name: "Services", id: "/services" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, + { name: "Transactions", id: "/transactions" }, + { name: "Settings", id: "/settings" } ]} logoSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg" logoAlt="SocBoost Logo"