From 014804a47fdee3fb0894119994862c09e0dae12b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:08:15 +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 1d458a1..466b35d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,6 +39,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Rehbar" + button={{ text: "Get Started", href: "#register" }} /> @@ -150,7 +151,6 @@ export default function LandingPage() { ]} bottomLeftText="© 2025 Rehbar Education" bottomRightText="Empowering Futures" - logoText="Rehbar" /> -- 2.49.1