File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
app/[locale]/(user)/sectors Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments