4 Commits

Author SHA1 Message Date
4261a08871 Merge version_3 into main
Merge version_3 into main
2026-03-05 15:00:17 +00:00
187c1df0b6 Update src/app/page.tsx 2026-03-05 15:00:13 +00:00
40bde5c6f5 Update src/app/layout.tsx 2026-03-05 15:00:12 +00:00
b418190d16 Merge version_2 into main
Merge version_2 into main
2026-03-05 14:57:55 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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