From 36c273634c4b545ef2c38eec52bd026de245f035 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 13:56:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed626b8..38ae507 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function DatingAppPage() { textboxLayout="split" features={[ { - tag: "Verification", title: "Real-Identity Checks", subtitle: "AI-driven ID verification", description: "Only verified profiles. No bots, no fakes, just real people you can trust.", icon: Shield + tag: "Verification", title: "Real-Identity Checks", subtitle: "AI-driven ID verification", description: "Only verified profiles. No bots, no fakes, just real people you can trust." }, { - tag: "Speed", title: "Lightning Fast Matching", subtitle: "Real-time connections", description: "Our high-performance engine connects you in seconds, not hours.", icon: Zap + tag: "Speed", title: "Lightning Fast Matching", subtitle: "Real-time connections", description: "Our high-performance engine connects you in seconds, not hours." }, { - tag: "Privacy", title: "End-to-End Privacy", subtitle: "Data protection at scale", description: "Your conversations and location data stay strictly between you and your match.", icon: LockKeyhole + tag: "Privacy", title: "End-to-End Privacy", subtitle: "Data protection at scale", description: "Your conversations and location data stay strictly between you and your match." } ]} /> @@ -68,6 +68,7 @@ export default function DatingAppPage() { { name: "email", type: "email", placeholder: "Email Address", required: true } ]} buttonText="Register Now" + useInvertedBackground={false} />