diff --git a/src/App.jsx b/src/App.jsx index 67427b29..ef139e92 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -162,13 +162,13 @@ const news = [ date: "30-11-2025", icon: TrendingUp, // icône tendance boursière }, - { - type: "Logistic", - label: "INTHIRA NAREE loaded", - date: "08-10-2025", - color: "#1E3A8A", - icon: Newspaper, - }, + // { + // type: "Logistic", + // label: "INTHIRA NAREE loaded", + // date: "08-10-2025", + // color: "#1E3A8A", + // icon: Newspaper, + // }, ]; const cards = [ @@ -488,7 +488,7 @@ export default function App() { */} {/* Card Last News (taille standard card) */} - Last News + Forex
{news.map((n, idx) => { @@ -515,6 +515,18 @@ export default function App() { ); })}
+
{/* Cards KPI */} {cards.map((card) => { @@ -534,19 +546,6 @@ export default function App() {
- {/* */} -