From 6927282c7befa77b62a34d4c538ba1652f8d1d6e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:29:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9760c07..fdbb622 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "User Authentication", author: "Access Control", description: "Secure, fast user authentication with robust permission management.", tags: ["Security", "Fast"], + id: "f1", title: "User Authentication", author: "Access Control", description: "Secure, fast user authentication with robust permission management.", tags: ["Security", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-guard-man-protecting-client_23-2148404019.jpg"}, { - id: "f2", title: "Article Management", author: "Content Engine", description: "Streamlined article creation, versioning, and archiving tools.", tags: ["CMS", "Articles"], + id: "f2", title: "Article Management", author: "Content Engine", description: "Streamlined article creation, versioning, and archiving tools.", tags: ["CMS", "Articles"], imageSrc: "http://img.b2bpic.net/free-vector/system-admin-icon-set_1284-71964.jpg"}, { - id: "f3", title: "Newsletter Analytics", author: "Marketing Module", description: "Powerful email templates and performance dashboard built-in.", tags: ["Email", "Stats"], + id: "f3", title: "Newsletter Analytics", author: "Marketing Module", description: "Powerful email templates and performance dashboard built-in.", tags: ["Email", "Stats"], imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg"}, ]} title="System Features" @@ -129,7 +129,7 @@ export default function LandingPage() { @@ -172,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1