Skip to content

Commit 5b5705a

Browse files
committed
Update heading styles in SectorsListingPage for improved typography
1 parent a83a599 commit 5b5705a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,12 @@ const SectorsListingPage = () => {
7676
<div className="w-full">
7777
<div className=" bg-primaryBlue">
7878
<div className=" container flex flex-col-reverse items-center gap-8 py-10 lg:flex-row ">
79-
<div className="flex flex-col gap-6 ">
80-
<Text variant="heading3xl" color="onBgDefault">
79+
<div className="flex flex-col gap-5 ">
80+
<Text
81+
variant="heading2xl"
82+
fontWeight="bold"
83+
color="onBgDefault"
84+
>
8185
Our Sectors
8286
</Text>
8387
<Text
@@ -121,7 +125,9 @@ const SectorsListingPage = () => {
121125
</div>
122126
</div>
123127
<div className="container flex flex-col gap-5 py-10 lg:gap-10">
124-
<Text variant="heading3xl">Explore Sectors</Text>
128+
<Text variant="heading2xl" fontWeight="bold">
129+
Explore Sectors
130+
</Text>
125131
<div className="flex w-full flex-col justify-center gap-6">
126132
<div className="flex flex-wrap gap-6 lg:flex-nowrap">
127133
<SearchInput

0 commit comments

Comments
 (0)