Update src/app/profile/page.tsx

This commit is contained in:
2026-03-07 08:18:04 +00:00
parent c24d06e80f
commit 06de1be2d9

View File

@@ -16,7 +16,7 @@ export default function ProfilePage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -39,7 +39,7 @@ export default function ProfilePage() {
<HeroBillboardGallery
title="Your Secure Account Dashboard"
description="Manage your authentication settings, review security features, and access your account information with enterprise-grade protection and peace of mind."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "animated-grid" }}
tag="Account Management"
tagIcon={Shield}
tagAnimation="slide-up"
@@ -50,25 +50,15 @@ 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?_wi=4",
imageAlt: "Secure authentication dashboard interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg", imageAlt: "Secure authentication dashboard interface"},
{
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/businesswoman-discussing-with-disabled-woman_482257-2402.jpg", imageAlt: "Session management and user activity"},
{
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/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg", imageAlt: "Password security and hashing"},
{
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-photo/register-sign-up-membership-concept_53876-121221.jpg", imageAlt: "Two-factor authentication setup"},
{
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg?_wi=4",
imageAlt: "Encryption protection badge",
},
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg", imageAlt: "Encryption protection badge"},
]}
mediaAnimation="slide-up"
ariaLabel="Profile dashboard"
@@ -85,42 +75,24 @@ export default function ProfilePage() {
features={[
{
id: 1,
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?_wi=5",
imageAlt: "Session tracking dashboard",
},
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", imageAlt: "Session tracking dashboard"},
phoneTwo: {
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",
},
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg", imageAlt: "Active device list"},
},
{
id: 2,
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?_wi=4",
imageAlt: "2FA configuration interface",
},
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", imageAlt: "2FA configuration interface"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg?_wi=4",
imageAlt: "Secure authentication methods",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-lock-metal-chain_23-2148578114.jpg", imageAlt: "Secure authentication methods"},
},
{
id: 3,
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?_wi=5",
imageAlt: "Password security status",
},
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", imageAlt: "Password security status"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg?_wi=5",
imageAlt: "Encryption verification",
},
imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-template_23-2148502706.jpg", imageAlt: "Encryption verification"},
},
]}
showStepNumbers={true}