Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 15:00:17 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
title="Master English Vocabulary with AI"
description="Discover definitions, examples, synonyms, and related images for any English word. Build your vocabulary effortlessly with our intelligent learning companion."
buttons={[
{ text: "Search Your First Word", href: "#search" },
{ text: "Search a Word Free", href: "#search" },
{ text: "Explore Examples", href: "#tips" }
]}
dashboard={{
@@ -207,4 +207,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}