diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6817972..25969c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f7b76e..7c52951 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file