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() {
@@ -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() {