From 77a6b460d57e340f81c9f7e6487340c73298c46b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:30:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 296a7f4..aa83aad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { description="Share your reflections, your dreams, and your story. Let's create something meaningful together." buttons={[ { text: "Send Message", href: "mailto:hello@reflections.com" }, - { text: "Learn More", href: "#hero" }, + { text: "Begin Reflecting", href: "#hero" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1