diff --git a/src/app/page.tsx b/src/app/page.tsx index a81fa4b..c0ec5ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -98,27 +70,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Breach Notifications", - description: "Get real-time alerts if your credentials appear in new data leaks.", - tag: "Monitor", - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-shield-with-padlock_23-2151998478.jpg?_wi=1", - }, - { - id: "f2", - title: "OSINT Risk Scanner", - description: "Scan public sources to find exposed personal data and risky digital visibility.", - tag: "Scan", - imageSrc: "http://img.b2bpic.net/free-photo/male-holding-mobile-with-lighting-controlling-app-sitting-kitchen_482257-7527.jpg", - }, - { - id: "f3", - title: "Lawful Removal Guidance", - description: "Step-by-step workflows to request legal data removal from third-party services.", - tag: "Cleanup", - imageSrc: "http://img.b2bpic.net/free-photo/data-breach-unsecured-warning-sign-concept_53876-120317.jpg", - }, + { id: "f1", title: "Breach Notifications", description: "Get real-time alerts if your credentials appear in new data leaks.", tag: "Monitor", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-shield-with-padlock_23-2151998478.jpg" }, + { id: "f2", title: "OSINT Risk Scanner", description: "Scan public sources to find exposed personal data and risky digital visibility.", tag: "Scan", imageSrc: "http://img.b2bpic.net/free-photo/male-holding-mobile-with-lighting-controlling-app-sitting-kitchen_482257-7527.jpg" }, + { id: "f3", title: "Lawful Removal Guidance", description: "Step-by-step workflows to request legal data removal from third-party services.", tag: "Cleanup", imageSrc: "http://img.b2bpic.net/free-photo/data-breach-unsecured-warning-sign-concept_53876-120317.jpg" } ]} title="Comprehensive Privacy Protection" description="Everything you need to regain control over your digital footprint." @@ -132,48 +86,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Breach Status", - price: "Secure", - variant: "Active", - imageSrc: "http://img.b2bpic.net/free-photo/fingerprint-authentication-tablet_23-2152001147.jpg", - }, - { - id: "p2", - name: "Data Broker Presence", - price: "Low", - variant: "Minimal", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-username-password-information-with-mouse-keyboard_23-2148578109.jpg", - }, - { - id: "p3", - name: "Public Mentions", - price: "Clean", - variant: "Status", - imageSrc: "http://img.b2bpic.net/free-photo/communication-connection-message-networking_53876-120339.jpg", - }, - { - id: "p4", - name: "Phishing Risk", - price: "Minimal", - variant: "Low", - imageSrc: "http://img.b2bpic.net/free-photo/digital-security-breach-alert-electronic-devices_23-2152029076.jpg", - }, - { - id: "p5", - name: "Account Hardening", - price: "Pending", - variant: "Update", - imageSrc: "http://img.b2bpic.net/free-photo/army-officer-examining-real-time-satellite-data-big-screen-military-base_482257-89841.jpg", - }, - { - id: "p6", - name: "Reputation Score", - price: "High", - variant: "Healthy", - imageSrc: "http://img.b2bpic.net/free-photo/access-denied-digital-security-warning_23-2151967426.jpg", - }, + { id: "p1", name: "Breach Status", price: "Secure", variant: "Active", imageSrc: "http://img.b2bpic.net/free-photo/fingerprint-authentication-tablet_23-2152001147.jpg" }, + { id: "p2", name: "Data Broker Presence", price: "Low", variant: "Minimal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-username-password-information-with-mouse-keyboard_23-2148578109.jpg" }, + { id: "p3", name: "Public Mentions", price: "Clean", variant: "Status", imageSrc: "http://img.b2bpic.net/free-photo/communication-connection-message-networking_53876-120339.jpg" }, + { id: "p4", name: "Phishing Risk", price: "Minimal", variant: "Low", imageSrc: "http://img.b2bpic.net/free-photo/digital-security-breach-alert-electronic-devices_23-2152029076.jpg" }, + { id: "p5", name: "Account Hardening", price: "Pending", variant: "Update", imageSrc: "http://img.b2bpic.net/free-photo/army-officer-examining-real-time-satellite-data-big-screen-military-base_482257-89841.jpg" }, + { id: "p6", name: "Reputation Score", price: "High", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/access-denied-digital-security-warning_23-2151967426.jpg" } ]} title="Built-in Privacy Scanner" description="Visualize your risk profile with our advanced monitoring dashboard." @@ -184,15 +102,8 @@ export default function LandingPage() {