Merge version_3 into main #4
@@ -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}
|
||||
/>
|
||||
<FooterCard
|
||||
logoText="SecureMatch"
|
||||
|
||||
Reference in New Issue
Block a user