From 41df8b0f05bc0a37e69ffd52a35ee971c892fe43 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:49:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23840eb..17fd84e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,14 +79,17 @@ export default function LandingPage() { { id: "f1", label: "Contextual Recall", title: "Never lose a detail", items: [ "Deep semantic search", "Voice transcription support", "Conversation timelines"], + buttons: [{ text: "Explore Features", href: "#features" }] }, { id: "f2", label: "Memory Resurfacing", title: "Nurture relationships", items: [ "Proactive follow-up reminders", "Relationship health insights", "AI-generated check-ins"], + buttons: [{ text: "Try Memory Tools", href: "#how-it-works" }] }, { id: "f3", label: "Actionable Insights", title: "Promises tracked", items: [ "Automated promise lists", "Follow-up draft generation", "Shared memory spaces"], + buttons: [{ text: "Manage Promises", href: "#how-it-works" }] }, ]} title="Features built for genuine connection" @@ -103,14 +106,17 @@ export default function LandingPage() { { id: "step1", label: "Capture", title: "Capture input", items: [ "Talk to our voice app", "Sync your existing email", "Quick note entry"], + buttons: [{ text: "Start Capturing", href: "#contact" }] }, { id: "step2", label: "Summarize", title: "AI Summarization", items: [ "Semantic parsing", "Key detail extraction", "Emotional context analysis"], + buttons: [{ text: "Learn AI Flow", href: "#how-it-works" }] }, { id: "step3", label: "Retrieve", title: "Smart Recall", items: [ "Conversational search queries", "Relationship health alerts", "Suggested next messages"], + buttons: [{ text: "View Retrieval", href: "#how-it-works" }] }, ]} title="Simple interaction flow"