From 3fc6a22c415bc9068928ace5e141ed0adfdb51e5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:52:02 +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 f9d7f86..083c7ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/smartphone-child-hands-with-incoming-mother-call-screen_169016-43416.jpg", imageAlt: "mobile notification interface"}, { id: "pro", title: "Pro", price: "$12", period: "/mo", features: [ - "Unlimited conversation notes", "Proactive reminders", "Voice transcription", "Email import"], + "Proactive relationship reminders", "Unlimited memory storage", "Voice transcription", "Email import"], button: { text: "Go Pro"}, imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg?_wi=2", imageAlt: "mobile notification interface"}, @@ -234,4 +234,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}