From 012f61312eae9f29282fe7054bcbe624430a9f9c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:00:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 191 ++++++++++------------------------------------- 1 file changed, 40 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8c60a7..b0c2644 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,74 +31,43 @@ export default function LandingPage() {
@@ -110,26 +79,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Bank-Grade Entropy", - description: "Passwords that meet the strictest banking security standards globally.", - tag: "Secure", - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-digital-padlock-protection-concept_23-2152004113.jpg", - }, + id: "f1", title: "Bank-Grade Entropy", description: "Passwords that meet the strictest banking security standards globally.", tag: "Secure", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-digital-padlock-protection-concept_23-2152004113.jpg"}, { - id: "f2", - title: "Zero-Knowledge Logic", - description: "Your generated passwords are never logged, stored, or remembered by our AI.", - tag: "Private", - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-with-digital-lock_23-2152004061.jpg", - }, + id: "f2", title: "Zero-Knowledge Logic", description: "Your generated passwords are never logged, stored, or remembered by our AI.", tag: "Private", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-with-digital-lock_23-2152004061.jpg"}, { - id: "f3", - title: "Instant Verification", - description: "Real-time safety checks against leaked credential databases.", - tag: "Verified", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-suit-cope-arrangement-happiness_1134-978.jpg", - }, + id: "f3", title: "Instant Verification", description: "Real-time safety checks against leaked credential databases.", tag: "Verified", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-suit-cope-arrangement-happiness_1134-978.jpg"}, ]} title="Why Use VaultGuard?" description="Engineered for maximum security using advanced AI models." @@ -138,52 +92,23 @@ export default function LandingPage() {
@@ -216,25 +134,15 @@ export default function LandingPage() { author="Sarah Miller, CTO" avatars={[ { - src: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg", - alt: "Sarah", - }, + src: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg", alt: "Sarah"}, { - src: "http://img.b2bpic.net/free-photo/admin-writing-code-doing-maintenance-artificial-intelligence-neural-networks_482257-127009.jpg", - alt: "Mark", - }, + src: "http://img.b2bpic.net/free-photo/admin-writing-code-doing-maintenance-artificial-intelligence-neural-networks_482257-127009.jpg", alt: "Mark"}, { - src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", - alt: "Elena", - }, + src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", alt: "Elena"}, { - src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-using-digital-tablet-outdoors_23-2147955287.jpg", - alt: "David", - }, + src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-using-digital-tablet-outdoors_23-2147955287.jpg", alt: "David"}, { - src: "http://img.b2bpic.net/free-photo/worker-doing-server-cabinets-maintenance-close-up_482257-99253.jpg", - alt: "John", - }, + src: "http://img.b2bpic.net/free-photo/worker-doing-server-cabinets-maintenance-close-up_482257-99253.jpg", alt: "John"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -247,20 +155,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Are these passwords really secure?", - content: "Yes, our AI uses cryptographically secure random number generators.", - }, + id: "q1", title: "Are these passwords really secure?", content: "Yes, our AI uses cryptographically secure random number generators."}, { - id: "q2", - title: "Is my data stored?", - content: "Absolutely not. We follow a strict no-log policy.", - }, + id: "q2", title: "Is my data stored?", content: "Absolutely not. We follow a strict no-log policy."}, { - id: "q3", - title: "Can I use these for banks?", - content: "Yes, these passwords meet or exceed all major banking standards.", - }, + id: "q3", title: "Can I use these for banks?", content: "Yes, these passwords meet or exceed all major banking standards."}, ]} title="Common Questions" description="Everything you need to know about secure password generation." @@ -270,10 +169,10 @@ export default function LandingPage() {