From 7258d9b42b908755c5a11b6df2d7a0af7b703227 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:11:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0ec5ce..5e13649 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="Discover where your data lives online and secure your digital identity. PrivaGuard provides advanced, legal breach monitoring and privacy cleanup tools for your peace of mind." tag="Advanced Email Privacy & Breach Monitoring" buttons={[{ text: "Start Free Scan", href: "#scanner" }, { text: "See Plans", href: "#pricing" }]} - imageSrc="http://img.b2bpic.net/free-photo/global-network-illustration_53876-16141.jpg" + imageSrc="http://img.b2bpic.net/free-photo/global-network-illustration_53876-16141.jpg?_wi=1" /> @@ -70,7 +70,7 @@ 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" }, + { 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" } ]} @@ -115,8 +115,8 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "basic", title: "Essential", price: "$9/mo", period: "billed annually", features: ["Breach alerts", "Email security tips", "Basic removal guides"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/army-officer-examining-real-time-satellite-data-big-screen-military-base_482257-89895.jpg" }, - { id: "pro", title: "Pro Protection", price: "$19/mo", period: "billed annually", features: ["Full OSINT scan", "Data broker cleanup workflows", "Priority alerts", "24/7 Monitoring"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/global-network-illustration_53876-16141.jpg" }, - { id: "enterprise", title: "Family Shield", price: "$29/mo", period: "billed annually", features: ["Up to 5 accounts", "Everything in Pro", "Advanced family monitoring", "Direct support"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-shield-with-padlock_23-2151998478.jpg" } + { id: "pro", title: "Pro Protection", price: "$19/mo", period: "billed annually", features: ["Full OSINT scan", "Data broker cleanup workflows", "Priority alerts", "24/7 Monitoring"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/global-network-illustration_53876-16141.jpg?_wi=2" }, + { id: "enterprise", title: "Family Shield", price: "$29/mo", period: "billed annually", features: ["Up to 5 accounts", "Everything in Pro", "Advanced family monitoring", "Direct support"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-shield-with-padlock_23-2151998478.jpg?_wi=2" } ]} title="Flexible Protection Plans" description="Choose the level of privacy monitoring that suits your needs." -- 2.49.1