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