3 Commits

Author SHA1 Message Date
4909ead3ec Update src/app/page.tsx 2026-03-03 22:19:18 +00:00
e7ef1b1496 Update src/app/layout.tsx 2026-03-03 22:19:16 +00:00
8180c24da3 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:17:00 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -31,6 +31,7 @@ export default function LandingPage() {
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Tutoring", id: "services" }, { name: "Tutoring", id: "services" },
{ name: "High School Credit", id: "about" }, { name: "High School Credit", id: "about" },
{ name: "Team", id: "team" },
{ name: "FAQ", id: "faq" }, { name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
@@ -213,4 +214,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }