From 40bde5c6f5f51498186b3fd365a19b1900936f62 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:00:12 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 187c1df0b646b1d52561a8f247a74240895ca351 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:00:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1