From e588acbb75e9b586835c0596b6d40210323e563b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 09:16:14 +0000 Subject: [PATCH] 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 8b1a691..4b00fa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { tag="About Us" buttons={[ { - text: "Learn Our Story", href: "#"}, + text: "Read Our Coffee Journey", href: "#"}, ]} /> @@ -241,4 +241,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1