-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad91def
commit f8f1e13
Showing
10 changed files
with
49 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
export default function Context() { | ||
return ( | ||
<section className="w-full bg-gray-100 py-16"> | ||
<div className="container mx-auto px-6"> | ||
<h2 className="text-3xl font-bold text-center mb-8 text-[#174569]"> | ||
Why Digitalization Matters | ||
</h2> | ||
<p className="text-xl text-center max-w-3xl mx-auto"> | ||
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. | ||
<section className="py-16 px-4 sm:px-6 lg:px-8 bg-white"> | ||
<div className="max-w-3xl mx-auto text-center"> | ||
<h2 className="text-3xl font-bold mb-4 text-[#009563]">Why Digitalization Matters</h2> | ||
<p className="text-lg text-[#1D1D1D]"> | ||
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. | ||
</p> | ||
</div> | ||
</section> | ||
) | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ export default function Page() { | |
<Challenges /> | ||
<Solutions /> | ||
<Impact /> | ||
<Participation /> | ||
</main> | ||
) | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.