Merge version_7 into main

Merge version_7 into main
This commit was merged in pull request #11.
This commit is contained in:
2025-12-26 18:06:47 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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