From e7ef1b14968aeaa134ef2e6ebdc5162f71433381 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:19:16 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8adba72..1d6edff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 4909ead3ec5ab53d6d5fdcdc1105a63dc12b3008 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:19:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a63cbe2..3542d34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Tutoring", id: "services" }, { name: "High School Credit", id: "about" }, + { name: "Team", id: "team" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} @@ -213,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1