Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4261a08871 | |||
| 187c1df0b6 | |||
| 40bde5c6f5 | |||
| b418190d16 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user