Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user