diff --git a/src/app/page.tsx b/src/app/page.tsx index 21d1e7d..9aef390 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,25 +152,25 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Popular", badgeIcon: CheckCircle, - price: "Free", subtitle: "Password Strength Checker", features: [ + price: "Free", subtitle: "Boost Your Password Strength in 5 Minutes", features: [ "Test your password strength instantly", "Get tips to make it stronger", "Check as many passwords as you like", "No information is saved" ] }, { id: "2", badge: "Essential", badgeIcon: CheckCircle, - price: "Free", subtitle: "Website Safety Checker", features: [ + price: "Free", subtitle: "Check Website Safety Before You Click", features: [ "Find out if a website is safe before visiting", "Check for known scams and malware", "Get warnings about suspicious sites", "Learn what makes a site trustworthy" ] }, { id: "3", badge: "Recommended", badgeIcon: Sparkles, - price: "Free", subtitle: "Privacy Checkup Tool", features: [ + price: "Free", subtitle: "Lock Down Your Privacy in 10 Minutes", features: [ "Step-by-step browser privacy settings review", "App permissions audit on your phone", "Social media privacy control walkthrough", "Printable checklist to keep handy" ] }, { id: "4", badge: "Helpful", badgeIcon: CheckCircle, - price: "Free", subtitle: "Two-Factor Authentication Guide", features: [ + price: "Free", subtitle: "Protect Your Accounts with 2FA Today", features: [ "Learn what 2FA is and why it matters", "Step-by-step setup for Gmail, Facebook, and more", "Video tutorials for every major platform", "Printable emergency backup codes" ] } @@ -283,19 +283,29 @@ export default function LandingPage() { sideDescription="Follow these simple steps to check and improve your privacy settings across all your devices and accounts." faqs={[ { - id: "1", title: "Browser Privacy Settings", content: "Step 1: Clear Your History - Browsers remember every site you visit. Go to Settings → Privacy → Clear Browsing Data. Select 'All time' and check all boxes. Click Clear.\n

Step 2: Turn On Privacy Mode - Use Private Browsing (Chrome), InPrivate (Edge), or Private Window (Firefox) for sensitive tasks like banking.\n

Step 3: Check Cookies - Most browsers: Settings → Privacy → Cookies. Block third-party cookies to limit tracking." + id: "1", title: "Browser Privacy Settings", content: "Step 1: Clear Your History - Browsers remember every site you visit. Go to Settings → Privacy → Clear Browsing Data. Select 'All time' and check all boxes. Click Clear. +

Step 2: Turn On Privacy Mode - Use Private Browsing (Chrome), InPrivate (Edge), or Private Window (Firefox) for sensitive tasks like banking. +

Step 3: Check Cookies - Most browsers: Settings → Privacy → Cookies. Block third-party cookies to limit tracking." }, { - id: "2", title: "Smartphone App Permissions", content: "Step 1: Review What Apps Can Access - iPhone: Settings → Privacy → Location Services. Android: Settings → Apps → Permissions.\n

Step 2: Disable Unnecessary Access - Does your calculator really need your location? Does a game need your contacts? Turn these off!\n

Step 3: Check Microphone & Camera - Only messaging apps and video apps need these. Disable for all others." + id: "2", title: "Smartphone App Permissions", content: "Step 1: Review What Apps Can Access - iPhone: Settings → Privacy → Location Services. Android: Settings → Apps → Permissions. +

Step 2: Disable Unnecessary Access - Does your calculator really need your location? Does a game need your contacts? Turn these off! +

Step 3: Check Microphone & Camera - Only messaging apps and video apps need these. Disable for all others." }, { - id: "3", title: "Social Media Privacy Controls", content: "Facebook Privacy Check: Settings → Privacy → Who can see your posts? Choose 'Friends Only'. Who can look you up? Choose 'Friends Only'. Who can message you? Choose 'Friends Only'.\n

Gmail/Google Privacy: Visit myaccount.google.com → Data & Privacy → Review activity and sign-out options.\n

Apple ID Privacy: Settings → [Your Name] → iCloud → Disable data you don't want shared." + id: "3", title: "Social Media Privacy Controls", content: "Facebook Privacy Check: Settings → Privacy → Who can see your posts? Choose 'Friends Only'. Who can look you up? Choose 'Friends Only'. Who can message you? Choose 'Friends Only'. +

Gmail/Google Privacy: Visit myaccount.google.com → Data & Privacy → Review activity and sign-out options. +

Apple ID Privacy: Settings → [Your Name] → iCloud → Disable data you don't want shared." }, { - id: "4", title: "Email Security Check", content: "Gmail Account Recovery: Go to myaccount.google.com. Add a recovery phone number and backup email. This helps if you get locked out.\n

Unsubscribe from Spam: Click the Unsubscribe link at the bottom of emails (for legitimate companies). For obvious spam, use the Spam button.\n

Check Recent Activity: Gmail shows where you've signed in. Sign out of unrecognized locations." + id: "4", title: "Email Security Check", content: "Gmail Account Recovery: Go to myaccount.google.com. Add a recovery phone number and backup email. This helps if you get locked out. +

Unsubscribe from Spam: Click the Unsubscribe link at the bottom of emails (for legitimate companies). For obvious spam, use the Spam button. +

Check Recent Activity: Gmail shows where you've signed in. Sign out of unrecognized locations." }, { - id: "5", title: "Two-Factor Authentication", content: "What It Is: Two-factor authentication requires two forms of ID: your password AND a code from your phone or authenticator app.\n

Where to Enable It: Most important: Email, Banking, Social Media. Go to Security Settings and look for 'Two-Factor Authentication' or '2FA'.\n

Save Your Backup Codes: Write them down and store in a safe place. These unlock your account if you lose your phone." + id: "5", title: "Two-Factor Authentication", content: "What It Is: Two-factor authentication requires two forms of ID: your password AND a code from your phone or authenticator app. +

Where to Enable It: Most important: Email, Banking, Social Media. Go to Security Settings and look for 'Two-Factor Authentication' or '2FA'. +

Save Your Backup Codes: Write them down and store in a safe place. These unlock your account if you lose your phone." } ]} faqsAnimation="slide-up" @@ -382,4 +392,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}