Skip to content

Commit 0099833

Browse files
committed
update content
1 parent 0380cc2 commit 0099833

6 files changed

Lines changed: 15 additions & 31 deletions

File tree

app/[locale]/(user)/components/Content.tsx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,8 @@ export const Content = () => {
7979
<div className="flex flex-col gap-11 lg:w-[49%]">
8080
<div className="flex flex-col">
8181
<Text variant="heading3xl" color="onBgDefault">
82-
Collaborate to advance
83-
</Text>
84-
<Text
85-
variant="heading3xl"
86-
color="onBgDefault"
87-
className=" text-tertiaryAccent"
88-
>
89-
Data-driven Impact and Action
90-
</Text>
91-
<Text variant="heading3xl" color="onBgDefault">
92-
with CivicDataLab{' '}
82+
Share knowledge resources, datasets, and AI use-cases in one open,
83+
collaborative platform for data changemakers.
9384
</Text>
9485
</div>
9586
{Stats.isLoading ? (

app/[locale]/(user)/components/Datasets.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ const Datasets = () => {
5757
<Text variant="heading3xl">Popular Datasets</Text>
5858
<div className="flex flex-wrap justify-between gap-2 ">
5959
<Text variant="headingLg" fontWeight="medium">
60-
The most popular Datasets on CivicDataSpace{' '}
61-
</Text>
60+
Discover high-impact datasets that are helping users power research, analysis, and action. </Text>
6261
<Button
6362
kind="primary"
6463
className=" bg-secondaryOrange text-basePureBlack"

app/[locale]/(user)/components/Sectors.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ const Sectors = () => {
4141
<Text variant="heading3xl">Explore Sectors</Text>
4242
<div className="flex flex-wrap justify-between gap-2">
4343
<Text variant="headingLg" fontWeight="medium">
44-
Classification of all Use Cases and Datasets on the Asia-Pacific
45-
Climate Data Collaborative{' '}
44+
Browse use cases and datasets organized by sector to find what matters most to your domain.
4645
</Text>
4746
<Button
4847
kind="primary"

app/[locale]/(user)/components/UseCases.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ const UseCasesListingPage = () => {
9898
<Text variant="heading3xl">Recent UseCases</Text>
9999
<div className="flex flex-wrap justify-between gap-2 ">
100100
<Text variant="headingLg" fontWeight="medium">
101-
Recently updated and trending Use Cases on Asia-Pacific Climate Data
102-
Collaborative{' '}
101+
Explore freshly updated data use cases gaining momentum across CivicDataSpace
103102
</Text>
104103
<Button
105104
kind="primary"

app/[locale]/(user)/publishers/page.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,11 @@ const PublishersListingPage = () => {
9292
variant="headingLg"
9393
color="onBgDefault"
9494
fontWeight="regular"
95-
className=' leading-3 lg:leading-5'
95+
className=" leading-3 lg:leading-5"
9696
>
97-
Our Publishers are the backbone of our platform. Their
98-
contributions are what make up our platform. They belong to
99-
different sectors and consist of both organizations, and
100-
independent researchers. By making their data accessible
101-
they are able to create impact and become Data Changemakers.
97+
Meet the data providers powering CivicDataSpace — explore
98+
individual and organizational publishers across domains who
99+
are opening up data for impact and transparency.
102100
</Text>
103101
</div>
104102
<div className="flex items-center justify-center gap-2 px-3 ">

app/[locale]/(user)/sectors/page.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,11 @@ const SectorsListingPage = () => {
8888
variant="headingLg"
8989
color="onBgDefault"
9090
fontWeight="regular"
91-
className='leading-3 lg:leading-5'
91+
className="leading-3 lg:leading-5"
9292
>
93-
We try to enable our users to create and participate in
94-
sectoral data collaboratives, amplifying the reach and
95-
impact of high-value datasets and sectoral use cases at
96-
various levels, including national, sub-national, and
97-
regional.
93+
Browse our thematic sectors - from disaster risk reduction
94+
to open budgets - to discover curated datasets and use cases
95+
driving data-informed decisions across fields.
9896
</Text>
9997
</div>
10098
<div className="flex items-center justify-center gap-2 px-3 ">
@@ -125,7 +123,7 @@ const SectorsListingPage = () => {
125123
</div>
126124
</div>
127125
</div>
128-
<div className="container flex flex-col gap-5 pt-10 pb-20 lg:gap-10">
126+
<div className="container flex flex-col gap-5 pb-20 pt-10 lg:gap-10">
129127
<div>
130128
<Text variant="heading2xl" fontWeight="bold">
131129
Explore Sectors
@@ -207,7 +205,7 @@ const SectorsListingPage = () => {
207205
<Text variant="headingLg" fontWeight="semibold">
208206
{sectors.name}
209207
</Text>
210-
<Divider className=' h-[2px] bg-greyExtralight' />
208+
<Divider className=" h-[2px] bg-greyExtralight" />
211209
</div>
212210
<div className="flex gap-1">
213211
<Text

0 commit comments

Comments
 (0)