Update src/app/page.tsx

This commit is contained in:
2025-12-26 18:06:42 +00:00
parent 221699d1dd
commit 54719e0742

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>
); );
} }