From ed5036f33061798512fbfca3d0511600c19c8022 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:05:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 144 ++++++++++------------------------------------- 1 file changed, 31 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53dfab9..7898377 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,57 +29,29 @@ export default function LandingPage() {
@@ -89,15 +61,8 @@ export default function LandingPage() {
@@ -109,49 +74,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Policy Intelligence", - description: "Analyze policies and data for clear strategic recommendations.", - icon: FileText, + title: "AI Policy Intelligence", description: "Analyze policies and data for clear strategic recommendations.", icon: FileText, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-scene-with-high-tech-robot-used-construction-industry_23-2151329499.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/computer-monitors-showing-source-code-empty-it-company-office-security-system-compiling-data-algorithms-background-artificial-intelligence-servers-cloud-computing-programming-room_482257-64360.jpg?_wi=2", - imageAlt: "AI policy intelligence digital", + { imageSrc: "http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-scene-with-high-tech-robot-used-construction-industry_23-2151329499.jpg" }, + ] }, { - title: "Knowledge Systems", - description: "Capture, manage, and use knowledge effectively for organizational growth.", - icon: Database, + title: "Knowledge Systems", description: "Capture, manage, and use knowledge effectively for organizational growth.", icon: Database, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160247.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-network_23-2152020920.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=1", - imageAlt: "AI policy intelligence digital", + { imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160247.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-network_23-2152020920.jpg" }, + ] }, { - title: "Decision Dashboards", - description: "Real-time insights and performance tracking tools for your organization.", - icon: LayoutDashboard, + title: "Decision Dashboards", description: "Real-time insights and performance tracking tools for your organization.", icon: LayoutDashboard, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30136.jpg?_wi=2", - imageAlt: "AI policy intelligence digital", + { imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg" }, + ] }, ]} title="Core Services Snapshot" @@ -160,46 +101,23 @@ export default function LandingPage() {
- +