5 Commits

Author SHA1 Message Date
d144c93ea0 Update src/app/page.tsx 2026-03-11 23:17:27 +00:00
d3ad599581 Update src/app/page.tsx 2026-03-11 23:16:15 +00:00
578511cceb Merge version_3 into main
Merge version_3 into main
2026-03-11 22:34:03 +00:00
bdb3d8bd3d Update src/app/page.tsx 2026-03-11 22:33:59 +00:00
03a3371fc8 Merge version_2 into main
Merge version_2 into main
2026-03-11 22:32:20 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
tagIcon={Shield} tagIcon={Shield}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Start Here", href: "lessons" }, { text: "Start Learning Free", href: "lessons" },
{ text: "Learn More", href: "about" } { text: "Learn More", href: "about" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -84,14 +84,14 @@ export default function LandingPage() {
tagIcon={BookOpen} tagIcon={BookOpen}
tagAnimation="slide-up" tagAnimation="slide-up"
products={[ products={[
{ id: "1", name: "Email Scams", price: "Start Lesson", imageSrc: "http://img.b2bpic.net/free-vector/steal-data-concept-illustrated_23-2148542545.jpg?_wi=2", imageAlt: "Email scams warning" }, { id: "1", name: "Email Scams", price: "Learn", imageSrc: "http://img.b2bpic.net/free-vector/steal-data-concept-illustrated_23-2148542545.jpg?_wi=2", imageAlt: "Email scams warning" },
{ id: "2", name: "Phone Scams", price: "Start Lesson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-using-mobile-phone-video-call-from-office_637285-10972.jpg?_wi=2", imageAlt: "Phone scams alert" }, { id: "2", name: "Phone Scams", price: "Learn", imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-using-mobile-phone-video-call-from-office_637285-10972.jpg?_wi=2", imageAlt: "Phone scams alert" },
{ id: "3", name: "Social Media Safety", price: "Start Lesson", imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-woman-with-laptop-coffee_23-2148001785.jpg", imageAlt: "Social media security" }, { id: "3", name: "Social Media Safety", price: "Learn", imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-woman-with-laptop-coffee_23-2148001785.jpg", imageAlt: "Social media security" },
{ id: "4", name: "Banking & Financial Fraud", price: "Start Lesson", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-through-his-laptop-his-wife_23-2148404356.jpg?_wi=2", imageAlt: "Banking security" }, { id: "4", name: "Banking & Financial Fraud", price: "Learn", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-through-his-laptop-his-wife_23-2148404356.jpg?_wi=2", imageAlt: "Banking security" },
{ id: "5", name: "Password & Account Security", price: "Start Lesson", imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-man-working-notebook-data-center_482257-89921.jpg?_wi=2", imageAlt: "Password strength" }, { id: "5", name: "Password & Account Security", price: "Learn", imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-man-working-notebook-data-center_482257-89921.jpg?_wi=2", imageAlt: "Password strength" },
{ id: "6", name: "Privacy Protection", price: "Start Lesson", imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-using-ai-develop-software-system-with-chroma-key-pc_482257-118525.jpg?_wi=1", imageAlt: "Privacy settings" }, { id: "6", name: "Privacy Protection", price: "Learn", imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-using-ai-develop-software-system-with-chroma-key-pc_482257-118525.jpg?_wi=1", imageAlt: "Privacy settings" },
{ id: "7", name: "Safe Browsing & Downloads", price: "Start Lesson", imageSrc: "http://img.b2bpic.net/free-vector/flat-background-safer-internet-day_23-2151121216.jpg?_wi=1", imageAlt: "Safe website browsing" }, { id: "7", name: "Safe Browsing & Downloads", price: "Learn", imageSrc: "http://img.b2bpic.net/free-vector/flat-background-safer-internet-day_23-2151121216.jpg?_wi=1", imageAlt: "Safe website browsing" },
{ id: "8", name: "Device Security", price: "Start Lesson", imageSrc: "http://img.b2bpic.net/free-vector/isometric-hacker-activity-template-with-computer-servers-atm-hacking-cyber-thief-online-money-steal-biometric-authorization-security_1284-35296.jpg?_wi=2", imageAlt: "Device protection" } { id: "8", name: "Device Security", price: "Learn", imageSrc: "http://img.b2bpic.net/free-vector/isometric-hacker-activity-template-with-computer-servers-atm-hacking-cyber-thief-online-money-steal-biometric-authorization-security_1284-35296.jpg?_wi=2", imageAlt: "Device protection" }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -180,7 +180,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
ariaLabel="Interactive security tools" ariaLabel="Interactive security tools"
className="py-16 md:py-24" className="py-16 md:py-24"
cardClassName="h-auto p-8 md:p-10 rounded-soft" cardClassName="h-auto p-8 md:p-10 rounded-soft transition-all duration-300 hover:scale-105 hover:shadow-2xl"
badgeClassName="text-lg md:text-xl font-semibold" badgeClassName="text-lg md:text-xl font-semibold"
priceClassName="text-3xl md:text-4xl font-bold text-primary-cta mt-4" priceClassName="text-3xl md:text-4xl font-bold text-primary-cta mt-4"
subtitleClassName="text-2xl md:text-3xl font-semibold text-foreground mt-4" subtitleClassName="text-2xl md:text-3xl font-semibold text-foreground mt-4"
@@ -283,19 +283,19 @@ export default function LandingPage() {
sideDescription="Follow these simple steps to check and improve your privacy settings across all your devices and accounts." sideDescription="Follow these simple steps to check and improve your privacy settings across all your devices and accounts."
faqs={[ faqs={[
{ {
id: "1", title: "Browser Privacy Settings", content: "<strong>Step 1: Clear Your History</strong> - Browsers remember every site you visit. Go to Settings → Privacy → Clear Browsing Data. Select 'All time' and check all boxes. Click Clear.\n<br><br><strong>Step 2: Turn On Privacy Mode</strong> - Use Private Browsing (Chrome), InPrivate (Edge), or Private Window (Firefox) for sensitive tasks like banking.\n<br><br><strong>Step 3: Check Cookies</strong> - Most browsers: Settings → Privacy → Cookies. Block third-party cookies to limit tracking." id: "1", title: "Browser Privacy Settings", content: "<strong>Step 1: Clear Your History</strong> - Browsers remember every site you visit. Go to Settings → Privacy → Clear Browsing Data. Select 'All time' and check all boxes. Click Clear.<br><br><strong>Step 2: Turn On Privacy Mode</strong> - Use Private Browsing (Chrome), InPrivate (Edge), or Private Window (Firefox) for sensitive tasks like banking.<br><br><strong>Step 3: Check Cookies</strong> - Most browsers: Settings → Privacy → Cookies. Block third-party cookies to limit tracking."
}, },
{ {
id: "2", title: "Smartphone App Permissions", content: "<strong>Step 1: Review What Apps Can Access</strong> - iPhone: Settings → Privacy → Location Services. Android: Settings → Apps → Permissions.\n<br><br><strong>Step 2: Disable Unnecessary Access</strong> - Does your calculator really need your location? Does a game need your contacts? Turn these off!\n<br><br><strong>Step 3: Check Microphone & Camera</strong> - Only messaging apps and video apps need these. Disable for all others." id: "2", title: "Smartphone App Permissions", content: "<strong>Step 1: Review What Apps Can Access</strong> - iPhone: Settings → Privacy → Location Services. Android: Settings → Apps → Permissions.<br><br><strong>Step 2: Disable Unnecessary Access</strong> - Does your calculator really need your location? Does a game need your contacts? Turn these off!<br><br><strong>Step 3: Check Microphone & Camera</strong> - Only messaging apps and video apps need these. Disable for all others."
}, },
{ {
id: "3", title: "Social Media Privacy Controls", content: "<strong>Facebook Privacy Check:</strong> 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<br><br><strong>Gmail/Google Privacy:</strong> Visit myaccount.google.com → Data & Privacy → Review activity and sign-out options.\n<br><br><strong>Apple ID Privacy:</strong> Settings → [Your Name] → iCloud → Disable data you don't want shared." id: "3", title: "Social Media Privacy Controls", content: "<strong>Facebook Privacy Check:</strong> 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'.<br><br><strong>Gmail/Google Privacy:</strong> Visit myaccount.google.com → Data & Privacy → Review activity and sign-out options.<br><br><strong>Apple ID Privacy:</strong> Settings → [Your Name] → iCloud → Disable data you don't want shared."
}, },
{ {
id: "4", title: "Email Security Check", content: "<strong>Gmail Account Recovery:</strong> Go to myaccount.google.com. Add a recovery phone number and backup email. This helps if you get locked out.\n<br><br><strong>Unsubscribe from Spam:</strong> Click the Unsubscribe link at the bottom of emails (for legitimate companies). For obvious spam, use the Spam button.\n<br><br><strong>Check Recent Activity:</strong> Gmail shows where you've signed in. Sign out of unrecognized locations." id: "4", title: "Email Security Check", content: "<strong>Gmail Account Recovery:</strong> Go to myaccount.google.com. Add a recovery phone number and backup email. This helps if you get locked out.<br><br><strong>Unsubscribe from Spam:</strong> Click the Unsubscribe link at the bottom of emails (for legitimate companies). For obvious spam, use the Spam button.<br><br><strong>Check Recent Activity:</strong> Gmail shows where you've signed in. Sign out of unrecognized locations."
}, },
{ {
id: "5", title: "Two-Factor Authentication", content: "<strong>What It Is:</strong> Two-factor authentication requires two forms of ID: your password AND a code from your phone or authenticator app.\n<br><br><strong>Where to Enable It:</strong> Most important: Email, Banking, Social Media. Go to Security Settings and look for 'Two-Factor Authentication' or '2FA'.\n<br><br><strong>Save Your Backup Codes:</strong> 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: "<strong>What It Is:</strong> Two-factor authentication requires two forms of ID: your password AND a code from your phone or authenticator app.<br><br><strong>Where to Enable It:</strong> Most important: Email, Banking, Social Media. Go to Security Settings and look for 'Two-Factor Authentication' or '2FA'.<br><br><strong>Save Your Backup Codes:</strong> Write them down and store in a safe place. These unlock your account if you lose your phone."
} }
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"