Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4909ead3ec | |||
| e7ef1b1496 | |||
| 8180c24da3 |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user