From f8f1e133af1fb3e7174bd674acd3e99d426b9eac Mon Sep 17 00:00:00 2001 From: mark8-1 Date: Wed, 29 Jan 2025 21:34:53 +0200 Subject: [PATCH] added necessary logos --- app/components/Challenges.tsx | 6 ++-- app/components/Context.tsx | 18 ++++++------ app/components/Footer.tsx | 6 ++-- app/components/Header.tsx | 13 +-------- app/components/Hero.tsx | 2 +- app/components/Impact.tsx | 8 +++--- app/components/Solutions.tsx | 51 +++++++++++++++++++--------------- app/page.tsx | 1 - public/supporter1.ico | Bin 0 -> 270398 bytes public/supporter1.jpg | Bin 0 -> 241009 bytes 10 files changed, 49 insertions(+), 56 deletions(-) create mode 100644 public/supporter1.ico create mode 100644 public/supporter1.jpg diff --git a/app/components/Challenges.tsx b/app/components/Challenges.tsx index 3da3660..14489ae 100644 --- a/app/components/Challenges.tsx +++ b/app/components/Challenges.tsx @@ -10,14 +10,14 @@ export default function Challenges() { return (
-

+

Challenges SMEs Face

{challenges.map((challenge, index) => (
- -

{challenge.text}

+ +

{challenge.text}

))}
diff --git a/app/components/Context.tsx b/app/components/Context.tsx index 0460501..7d9559a 100644 --- a/app/components/Context.tsx +++ b/app/components/Context.tsx @@ -1,17 +1,15 @@ export default function Context() { return ( -
-
-

- Why Digitalization Matters -

-

- Digital tools are key to operational efficiency, scalability, and - access to financing for SMEs in the Distributed Renewable Energy (DRE) - sector. However, adoption remains low due to awareness and - accessibility barriers. +

+
+

Why Digitalization Matters

+

+ Digital tools are key to operational efficiency, scalability, and access to financing for SMEs in the + Distributed Renewable Energy (DRE) sector. However, adoption remains low due to awareness and accessibility + barriers.

) } + diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 3da3152..3de56c4 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -3,10 +3,10 @@ import Image from "next/image" export default function Footer() { return ( -