2 Commits

Author SHA1 Message Date
54719e0742 Update src/app/page.tsx 2025-12-26 18:06:42 +00:00
221699d1dd Update src/app/layout.tsx 2025-12-26 18:06:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -31,7 +31,7 @@ export default function LandingPage() {
<NavbarStyleMinimal <NavbarStyleMinimal
brandName="Code with me" brandName="Code with me"
button={{ button={{
text: "Explore Courses", text: "Watch preview",
href: "pricing" href: "pricing"
}} }}
/> />
@@ -352,4 +352,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }