From d1d0d8e8cd7925b9cd92058ffe4172c608c7faa5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 14:00:21 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 537a41f..5e84bcf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Inter_Tight } from "next/font/google"; export const metadata: Metadata = { - title: 'ORMVAT | Intelligent Agricultural Subsidy & Water Allocation', - description: 'The official ORMVAT decision support system for agricultural subsidies and predictive water resource allocation in Morocco.', + title: 'ORMVAT | Intelligent Agricultural Subsidy Management', + description: 'Streamline agricultural subsidy workflows, automate eligibility, and optimize water resource allocation with ORMVAT\'s intelligent platform.', openGraph: { "title": "ORMVAT Decision Support Platform", "description": "Manage agricultural subsidies and water resources intelligently.", From 309218228840c02ceee3885aaaf2fb895fd6bf7a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 14:00:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 273 +++++++---------------------------------------- 1 file changed, 41 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d1c61a..dc18a5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -174,33 +90,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Automated Eligibility", - tags: [ - "AI", - "Efficiency", - ], - imageSrc: "http://img.b2bpic.net/free-photo/history-icon-front-side_187299-39474.jpg", - }, - { - id: "f2", - title: "Water Allocation", - tags: [ - "Optimization", - "Predictive", - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033603.jpg", - }, - { - id: "f3", - title: "Regional Reporting", - tags: [ - "Analytics", - "Unified", - ], - imageSrc: "http://img.b2bpic.net/free-photo/paper-sheet-with-economy-chart_23-2148541990.jpg", - }, + { id: "f1", title: "Automated Eligibility", tags: ["AI", "Efficiency"], imageSrc: "http://img.b2bpic.net/free-photo/history-icon-front-side_187299-39474.jpg" }, + { id: "f2", title: "Water Allocation", tags: ["Optimization", "Predictive"], imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033603.jpg" }, + { id: "f3", title: "Regional Reporting", tags: ["Analytics", "Unified"], imageSrc: "http://img.b2bpic.net/free-photo/paper-sheet-with-economy-chart_23-2148541990.jpg" }, ]} title="Key Platform Capabilities" description="Powerful tools designed for transparency, efficiency, and resource sustainability." @@ -210,35 +102,12 @@ export default function LandingPage() {