From 2fa6754d212b4685835dad5b6172dcb37dca2abe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:16:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92815f4..6eb46cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ export default function LandingPage() { slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/hand-touching-tablet_1134-117.jpg", imageAlt: "Secure login interface"}, + "http://img.b2bpic.net/free-photo/hand-touching-tablet_1134-117.jpg?_wi=1", imageAlt: "Secure login interface"}, { imageSrc: - "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg", imageAlt: "Security protection"}, + "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg?_wi=1", imageAlt: "Security protection"}, { imageSrc: - "http://img.b2bpic.net/free-photo/elderly-woman-using-laptop_53876-96948.jpg", imageAlt: "User privacy"}, + "http://img.b2bpic.net/free-photo/elderly-woman-using-laptop_53876-96948.jpg?_wi=1", imageAlt: "User privacy"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -84,22 +84,22 @@ export default function LandingPage() { { title: "Two-Factor Authentication", description: "Multi-layer security with SMS, email, and authenticator app support for maximum protection", imageSrc: - "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg", imageAlt: "Two-factor authentication setup", button: { text: "Learn More", href: "#" }, + "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg?_wi=2", imageAlt: "Two-factor authentication setup", button: { text: "Learn More", href: "#" }, }, { title: "Data Privacy", description: "Your data is encrypted end-to-end with industry-standard protocols ensuring complete confidentiality", imageSrc: - "http://img.b2bpic.net/free-photo/elderly-woman-using-laptop_53876-96948.jpg", imageAlt: "Data encryption visualization", button: { text: "Learn More", href: "#" }, + "http://img.b2bpic.net/free-photo/elderly-woman-using-laptop_53876-96948.jpg?_wi=2", imageAlt: "Data encryption visualization", button: { text: "Learn More", href: "#" }, }, { title: "Session Management", description: "Monitor active sessions, set timeout preferences, and instantly revoke access from any device", imageSrc: - "http://img.b2bpic.net/free-photo/hand-touching-tablet_1134-117.jpg", imageAlt: "Session management dashboard", button: { text: "Learn More", href: "#" }, + "http://img.b2bpic.net/free-photo/hand-touching-tablet_1134-117.jpg?_wi=2", imageAlt: "Session management dashboard", button: { text: "Learn More", href: "#" }, }, { title: "Real-Time Alerts", description: "Receive instant notifications of suspicious activity and secure your account in seconds", imageSrc: - "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg", imageAlt: "Security alerts notification", button: { text: "Learn More", href: "#" }, + "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg?_wi=3", imageAlt: "Security alerts notification", button: { text: "Learn More", href: "#" }, }, ]} title="Security Features" @@ -121,20 +121,20 @@ export default function LandingPage() { title: "Seamless Login Flow", description: "Experience a frictionless authentication process optimized for speed and security, getting you to your account in seconds", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg"}, + "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg?_wi=4"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/elderly-woman-using-laptop_53876-96948.jpg"}, + "http://img.b2bpic.net/free-photo/elderly-woman-using-laptop_53876-96948.jpg?_wi=3"}, }, { id: 2, title: "Biometric Authentication", description: "Use your fingerprint, face recognition, or PIN to unlock your account with industry-leading biometric technology", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/hand-touching-tablet_1134-117.jpg"}, + "http://img.b2bpic.net/free-photo/hand-touching-tablet_1134-117.jpg?_wi=3"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg"}, + "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg?_wi=5"}, }, ]} showStepNumbers={true}