Merge version_1 into main #1
@@ -90,23 +90,23 @@ export default function HomePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg?_wi=1",
|
||||
imageAlt: "Secure authentication dashboard interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg?_wi=1",
|
||||
imageAlt: "Encryption security technology",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg?_wi=1",
|
||||
imageAlt: "Two-factor authentication verification",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=1",
|
||||
imageAlt: "Session management dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg?_wi=1",
|
||||
imageAlt: "Password hashing cryptographic process",
|
||||
},
|
||||
]}
|
||||
@@ -129,12 +129,12 @@ export default function HomePage() {
|
||||
"Industry-standard password hashing with automatic salt generation. Passwords are irreversibly encrypted, ensuring even if data is compromised, passwords remain secure.",
|
||||
phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg",
|
||||
"http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg?_wi=2",
|
||||
imageAlt: "Encryption security technology",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg?_wi=2",
|
||||
imageAlt: "Password hashing cryptographic security",
|
||||
},
|
||||
},
|
||||
@@ -145,12 +145,12 @@ export default function HomePage() {
|
||||
"Add an extra layer of security with OTP (One-Time Password) verification. Users receive unique codes via SMS or authenticator apps for account verification.",
|
||||
phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg",
|
||||
"http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg?_wi=2",
|
||||
imageAlt: "Two-factor authentication phone verification",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=2",
|
||||
imageAlt: "Session management user activity monitor",
|
||||
},
|
||||
},
|
||||
@@ -161,12 +161,12 @@ export default function HomePage() {
|
||||
"Track active sessions, manage device access, and revoke suspicious sessions in real-time. Monitor login attempts and geographic locations for enhanced security.",
|
||||
phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=3",
|
||||
imageAlt: "Session management user activity monitor",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg",
|
||||
"http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg?_wi=2",
|
||||
imageAlt: "Secure authentication dashboard interface",
|
||||
},
|
||||
},
|
||||
@@ -177,12 +177,12 @@ export default function HomePage() {
|
||||
"Parameterized queries and input validation prevent SQL injection attacks. All user inputs are sanitized and validated before database operations.",
|
||||
phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg",
|
||||
"http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg?_wi=3",
|
||||
imageAlt: "Secure authentication dashboard interface",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg",
|
||||
"http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg?_wi=3",
|
||||
imageAlt: "Encryption security technology",
|
||||
},
|
||||
},
|
||||
|
||||
@@ -50,23 +50,23 @@ export default function ProfilePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg?_wi=4",
|
||||
imageAlt: "Secure authentication dashboard interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=4",
|
||||
imageAlt: "Session management and user activity",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg?_wi=3",
|
||||
imageAlt: "Password security and hashing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg?_wi=3",
|
||||
imageAlt: "Two-factor authentication setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg?_wi=4",
|
||||
imageAlt: "Encryption protection badge",
|
||||
},
|
||||
]}
|
||||
@@ -88,11 +88,11 @@ export default function ProfilePage() {
|
||||
title: "Session Monitoring",
|
||||
description: "View all active sessions across your devices. Track login times, locations, and device types. Instantly revoke suspicious sessions and manage multi-device access permissions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=5",
|
||||
imageAlt: "Session tracking dashboard",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg?_wi=5",
|
||||
imageAlt: "Active device list",
|
||||
},
|
||||
},
|
||||
@@ -101,11 +101,11 @@ export default function ProfilePage() {
|
||||
title: "Two-Factor Authentication Settings",
|
||||
description: "Configure and manage 2FA methods including authenticator apps and SMS verification. Add backup codes for account recovery. Enable enhanced security with biometric authentication options.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg?_wi=4",
|
||||
imageAlt: "2FA configuration interface",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg?_wi=4",
|
||||
imageAlt: "Secure authentication methods",
|
||||
},
|
||||
},
|
||||
@@ -114,11 +114,11 @@ export default function ProfilePage() {
|
||||
title: "Password & Encryption Status",
|
||||
description: "Monitor your password strength and encryption status. View password creation date and recommended rotation intervals. Verify bcrypt hashing implementation and security protocols in use.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg?_wi=5",
|
||||
imageAlt: "Password security status",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg?_wi=5",
|
||||
imageAlt: "Encryption verification",
|
||||
},
|
||||
},
|
||||
|
||||
@@ -50,23 +50,23 @@ export default function VerifyOtpPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg?_wi=5",
|
||||
imageAlt: "Two-factor authentication verification",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg?_wi=6",
|
||||
imageAlt: "Secure password protection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg?_wi=6",
|
||||
imageAlt: "Authentication dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg?_wi=6",
|
||||
imageAlt: "Security encryption technology",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=6",
|
||||
imageAlt: "Secure session verification",
|
||||
},
|
||||
]}
|
||||
@@ -88,11 +88,11 @@ export default function VerifyOtpPage() {
|
||||
title: "OTP Code Delivery",
|
||||
description: "Receive one-time passwords via SMS, email, or authenticator applications. Time-limited codes (valid for 5-10 minutes) ensure only authorized users can access accounts. No codes are reusable.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg?_wi=6",
|
||||
imageAlt: "OTP delivery methods",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=7",
|
||||
imageAlt: "Authentication confirmation",
|
||||
},
|
||||
},
|
||||
@@ -101,11 +101,11 @@ export default function VerifyOtpPage() {
|
||||
title: "Authenticator App Integration",
|
||||
description: "Support for industry-standard authenticator apps like Google Authenticator and Microsoft Authenticator. TOTP (Time-based One-Time Password) algorithm generates unique codes every 30 seconds without internet connection.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg?_wi=7",
|
||||
imageAlt: "Authenticator app setup",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg?_wi=7",
|
||||
imageAlt: "App-based verification",
|
||||
},
|
||||
},
|
||||
@@ -114,11 +114,11 @@ export default function VerifyOtpPage() {
|
||||
title: "Backup Codes & Recovery",
|
||||
description: "Generate and securely store backup codes for emergency access if you lose your authenticator device. Recovery codes bypass 2FA and restore account access. Single-use codes prevent unauthorized access.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg?_wi=7",
|
||||
imageAlt: "Backup code generation",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg?_wi=7",
|
||||
imageAlt: "Recovery code storage",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user