From 05b94f616a79dc310b1a0f4143e820049e056599 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:43:28 +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 0ea0db6..6d107f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,7 +148,7 @@ export default function LandingPage() { title="Ready to Make This Day Extra Special?" description="Share your love and appreciation. Send a special message or plan the perfect celebration for the most important woman in your life." buttons={[ - { text: "Send a Message", href: "mailto:your-email@example.com" }, + { text: "Write Your Tribute", href: "mailto:your-email@example.com" }, { text: "Schedule a Celebration", href: "#" }, ]} buttonAnimation="slide-up" -- 2.49.1