Update src/app/page.tsx

This commit is contained in:
2026-05-12 17:52:02 +00:00
parent e1d1e5e070
commit 3fc6a22c41

View File

@@ -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"}, 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: [ 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: { button: {
text: "Go Pro"}, 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"}, 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() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }